From 0b9eb1fa2f3a00496dcb9b0f0f3b80ff459b7dca Mon Sep 17 00:00:00 2001 From: honza Date: Thu, 24 Sep 2020 15:31:20 +0200 Subject: [PATCH] bump check_crm version Signed-off-by: honza --- build.txt | 2 +- check_crm | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/build.txt b/build.txt index 2a6d079..9d18672 100644 --- a/build.txt +++ b/build.txt @@ -3,7 +3,7 @@ check_apache-auto.pl 1.1 check_bacula 0.0.5 check_collective-access.rb 1.1 -check_crm 0.7 +check_crm 0.8 check_drbd 3e0b548f55 check_graphite 1.0 check_iostat 0.0.4 diff --git a/check_crm b/check_crm index 0f02c15..c49f45c 100755 --- a/check_crm +++ b/check_crm @@ -1,6 +1,6 @@ #!/usr/bin/perl # -# check_crm_v0_7 +# check_crm_v0_8 # # Copyright © 2013 Philip Garner, Sysnix Consultants Limited # @@ -18,6 +18,8 @@ # v0.7 01/09/2013 - In testing as still not fully tested. Adds optional # constraints check (Boris Wesslowski). Adds fail count # threshold ( Zoran Bosnjak & Marko Hrastovec ) +# v0.8 01/09/2020 - Make less assumptions about crm output +# ( Jan Tlusty ) # # NOTES: Requires Perl 5.8 or higher & the Perl Module Nagios::Plugin