mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2026-02-13 02:20:57 +01:00
Compare commits
3 Commits
nagios-okp
...
nagios-okp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
77c5917350 | ||
|
|
8e7144c1a4 | ||
|
|
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
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
Summary: A Nagios plugin to check IBM Bladecenters
|
Summary: A Nagios plugin to check IBM Bladecenters
|
||||||
Name: nagios-okplugin-check_ibm_bladecenter
|
Name: nagios-okplugin-check_ibm_bladecenter
|
||||||
Version: 1.1.2
|
Version: 1.1.2
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://opensource.ok.is/trac/wiki/Nagios-OKPlugin-check_ibm_bladecenter
|
URL: http://opensource.ok.is/trac/wiki/Nagios-OKPlugin-check_ibm_bladecenter
|
||||||
@@ -40,6 +40,9 @@ rm -rf %{buildroot}
|
|||||||
#%config(noreplace) %{_sysconfdir}/nrpe.d/check_bond.cfg
|
#%config(noreplace) %{_sysconfdir}/nrpe.d/check_bond.cfg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2012 Pall Sigurdsson <palli@opensource.is> 1.1.2-3
|
||||||
|
- version number of scripts bumped (palli@opensource.is)
|
||||||
|
|
||||||
* Thu Aug 23 2012 Pall Sigurdsson <palli@opensource.is> 1.1.2-2
|
* Thu Aug 23 2012 Pall Sigurdsson <palli@opensource.is> 1.1.2-2
|
||||||
- rpm spec file added. version number bumped (palli@opensource.is)
|
- rpm spec file added. version number bumped (palli@opensource.is)
|
||||||
|
|
||||||
|
|||||||
@@ -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)
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
Summary: Nagios plugin to test for Yum updates on RedHat/CentOS Linux.
|
Summary: Nagios plugin to test for Yum updates on RedHat/CentOS Linux.
|
||||||
Name: nagios-okplugin-check_yum
|
Name: nagios-okplugin-check_yum
|
||||||
Version: 0.7.4
|
Version: 0.7.4
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
URL: http://opensource.is/trac/wiki/check_yum
|
URL: http://opensource.is/trac/wiki/check_yum
|
||||||
@@ -39,6 +39,9 @@ rm -rf %{buildroot}
|
|||||||
/etc/nrpe.d/check_yum.cfg
|
/etc/nrpe.d/check_yum.cfg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2012 Pall Sigurdsson <palli@opensource.is> 0.7.4-2
|
||||||
|
- version number of scripts bumped (palli@opensource.is)
|
||||||
|
|
||||||
* Thu Aug 23 2012 Pall Sigurdsson <palli@opensource.is> 0.7.4-1
|
* Thu Aug 23 2012 Pall Sigurdsson <palli@opensource.is> 0.7.4-1
|
||||||
- Merging with check_yum from code.google.com (palli@opensource.is)
|
- Merging with check_yum from code.google.com (palli@opensource.is)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user