From 89c8e69d1e53df1613974009cd7dd53d8162c3d8 Mon Sep 17 00:00:00 2001 From: Pall Sigurdsson Date: Thu, 23 Aug 2012 10:58:42 +0000 Subject: [PATCH] version number of scripts bumped --- check_cifs/check_cifs | 2 +- check_hpacucli/check_hpacucli.py | 2 +- check_ibm_bladecenter/check_ibm_bladecenter.py | 2 +- check_yum/check_yum | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/check_cifs/check_cifs b/check_cifs/check_cifs index 61ae2c1..044990f 100644 --- a/check_cifs/check_cifs +++ b/check_cifs/check_cifs @@ -23,7 +23,7 @@ use Nagios::Plugin; # Create the Nagios plugin object my $np = Nagios::Plugin->new( usage => "Usage: %s -H -u -p -s ", - version => "0.01", + version => "1.0", ); # Add valid arguments diff --git a/check_hpacucli/check_hpacucli.py b/check_hpacucli/check_hpacucli.py index 04d3257..2b5e3c4 100644 --- a/check_hpacucli/check_hpacucli.py +++ b/check_hpacucli/check_hpacucli.py @@ -26,7 +26,7 @@ debugging = False # No real need to change anything below here -version="1.0" +version="1.1" ok=0 warning=1 critical=2 diff --git a/check_ibm_bladecenter/check_ibm_bladecenter.py b/check_ibm_bladecenter/check_ibm_bladecenter.py index c48c558..4375e3b 100644 --- a/check_ibm_bladecenter/check_ibm_bladecenter.py +++ b/check_ibm_bladecenter/check_ibm_bladecenter.py @@ -22,7 +22,7 @@ # No real need to change anything below here -version="1.1.0" +version="1.1.2" ok=0 warning=1 critical=2 diff --git a/check_yum/check_yum b/check_yum/check_yum index 1b28309..96c5358 100755 --- a/check_yum/check_yum +++ b/check_yum/check_yum @@ -26,7 +26,7 @@ __author__ = "Hari Sekhon" __title__ = "Nagios plugin to check the YUM package management system for package updates." -__version__ = "0.7.3" +__version__ = "0.7.4" # Changes: # 0.7.2 Addes support for rhel6-style output (palli@opensource.is)