mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2024-11-05 01:53: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
|
||||
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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user