version number of scripts bumped

This commit is contained in:
Pall Sigurdsson 2012-08-23 10:58:42 +00:00
parent 36e6dbe188
commit 89c8e69d1e
4 changed files with 4 additions and 4 deletions

View File

@ -23,7 +23,7 @@ use Nagios::Plugin;
# Create the Nagios plugin object
my $np = Nagios::Plugin->new(
usage => "Usage: %s -H <hostname> -u <username> -p <password> -s <share>",
version => "0.01",
version => "1.0",
);
# Add valid arguments

View File

@ -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

View File

@ -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

View File

@ -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)