mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-22 02:13:44 +01:00
version number of scripts bumped
This commit is contained in:
parent
36e6dbe188
commit
89c8e69d1e
@ -23,7 +23,7 @@ use Nagios::Plugin;
|
|||||||
# Create the Nagios plugin object
|
# Create the Nagios plugin object
|
||||||
my $np = Nagios::Plugin->new(
|
my $np = Nagios::Plugin->new(
|
||||||
usage => "Usage: %s -H <hostname> -u <username> -p <password> -s <share>",
|
usage => "Usage: %s -H <hostname> -u <username> -p <password> -s <share>",
|
||||||
version => "0.01",
|
version => "1.0",
|
||||||
);
|
);
|
||||||
|
|
||||||
# Add valid arguments
|
# Add valid arguments
|
||||||
|
@ -26,7 +26,7 @@ debugging = False
|
|||||||
|
|
||||||
|
|
||||||
# No real need to change anything below here
|
# No real need to change anything below here
|
||||||
version="1.0"
|
version="1.1"
|
||||||
ok=0
|
ok=0
|
||||||
warning=1
|
warning=1
|
||||||
critical=2
|
critical=2
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
|
|
||||||
# No real need to change anything below here
|
# No real need to change anything below here
|
||||||
version="1.1.0"
|
version="1.1.2"
|
||||||
ok=0
|
ok=0
|
||||||
warning=1
|
warning=1
|
||||||
critical=2
|
critical=2
|
||||||
|
@ -26,7 +26,7 @@
|
|||||||
|
|
||||||
__author__ = "Hari Sekhon"
|
__author__ = "Hari Sekhon"
|
||||||
__title__ = "Nagios plugin to check the YUM package management system for package updates."
|
__title__ = "Nagios plugin to check the YUM package management system for package updates."
|
||||||
__version__ = "0.7.3"
|
__version__ = "0.7.4"
|
||||||
|
|
||||||
# Changes:
|
# Changes:
|
||||||
# 0.7.2 Addes support for rhel6-style output (palli@opensource.is)
|
# 0.7.2 Addes support for rhel6-style output (palli@opensource.is)
|
||||||
|
Loading…
Reference in New Issue
Block a user