mirror of
https://github.com/opinkerfi/nagios-plugins.git
synced 2026-02-13 02:20:57 +01:00
Compare commits
11 Commits
nagios-okp
...
nagios-okp
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
626ec4f2b9 | ||
|
|
1637f8f93b | ||
|
|
1209c00087 | ||
|
|
65004322a9 | ||
|
|
5342a3cf16 | ||
|
|
d6a23a3ca4 | ||
|
|
960cb63b40 | ||
|
|
59b745678a | ||
|
|
ff9e3d96e7 | ||
|
|
74cda834ab | ||
|
|
bd4aa7f57d |
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: A Nagios plugin to check APC devices
|
Summary: A Nagios plugin to check APC devices
|
||||||
Name: nagios-okplugin-apc
|
Name: nagios-okplugin-apc
|
||||||
Version: 0.0.3
|
Version: 2.1.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@@ -38,6 +38,10 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/nagios/plugins/*
|
%{_libdir}/nagios/plugins/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2012 Pall Sigurdsson <palli@opensource.is> 2.1.0-1
|
||||||
|
- Version number bumped to 2.1.0 (palli@opensource.is)
|
||||||
|
- Added noarch buildarch (tommi@tommi.org)
|
||||||
|
|
||||||
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 0.0.3-1
|
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 0.0.3-1
|
||||||
- new package built with tito
|
- new package built with tito
|
||||||
|
|
||||||
|
|||||||
@@ -288,7 +288,7 @@ sub check_disk {
|
|||||||
}
|
}
|
||||||
close (NAVICLIOUT);
|
close (NAVICLIOUT);
|
||||||
if ($disk_ok_count eq 0) {
|
if ($disk_ok_count eq 0) {
|
||||||
print "No disk were founded !\n";
|
print "No disk were found !\n";
|
||||||
$state = 'UNKNOWN';
|
$state = 'UNKNOWN';
|
||||||
} elsif ($crit_count > 0) {
|
} elsif ($crit_count > 0) {
|
||||||
$state='CRITICAL';
|
$state='CRITICAL';
|
||||||
|
|||||||
@@ -207,7 +207,7 @@ def run_sssu(system=None, command="ls system full"):
|
|||||||
commands.append(command)
|
commands.append(command)
|
||||||
|
|
||||||
commandstring = "sssu "
|
commandstring = "sssu "
|
||||||
for i in commands: commandstring = commandstring + "'%s' " % i
|
for i in commands: commandstring = commandstring + '"%s" ' % i
|
||||||
global server_side_troubleshooting
|
global server_side_troubleshooting
|
||||||
if server_side_troubleshooting == True:
|
if server_side_troubleshooting == True:
|
||||||
commandstring = 'cat "debug/%s"' % command
|
commandstring = 'cat "debug/%s"' % command
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Summary: A Nagios plugin to check HP EVA Disk Systems
|
Summary: A Nagios plugin to check HP EVA Disk Systems
|
||||||
Name: nagios-okplugin-check_eva
|
Name: nagios-okplugin-check_eva
|
||||||
Version: 1.0.1
|
Version: 1.0.2
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: GPLv2+
|
License: GPLv2+
|
||||||
Group: Applications/System
|
Group: Applications/System
|
||||||
@@ -40,6 +40,10 @@ rm -rf %{buildroot}
|
|||||||
/etc/nrpe.d/check_eva.cfg
|
/etc/nrpe.d/check_eva.cfg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Aug 23 2012 Pall Sigurdsson <palli@opensource.is> 1.0.2-1
|
||||||
|
- changed sssu subcommands from being singlequoted to doublequoted for windows
|
||||||
|
compatibility (palli@opensource.is)
|
||||||
|
|
||||||
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 1.0.1-1
|
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 1.0.1-1
|
||||||
- new package built with tito
|
- new package built with tito
|
||||||
|
|
||||||
|
|||||||
@@ -36,16 +36,10 @@ rm -rf %{buildroot}
|
|||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README
|
%doc README
|
||||||
%{_libdir}/nagios/plugins/check_ibm_bladecenter.py
|
%{_libdir}/nagios/plugins/*
|
||||||
#%config(noreplace) %{_sysconfdir}/nrpe.d/check_bond.cfg
|
#%config(noreplace) %{_sysconfdir}/nrpe.d/check_bond.cfg
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Jul 17 2012 Pall Sigurdsson <palli@opensource.is> 1.1.2-1
|
|
||||||
- rpm spec file added. version number bumped (palli@opensource.is)
|
|
||||||
|
|
||||||
* Tue Jul 17 2012 Pall Sigurdsson <palli@opensource.is> 1.1.1-1
|
|
||||||
- new package built with tito
|
|
||||||
|
|
||||||
|
|
||||||
* Tue Jul 17 2012 Pall Sigurdsson 1.0.0-1
|
* Tue Jul 17 2012 Pall Sigurdsson 1.0.0-1
|
||||||
- Initial packaging
|
- Initial packaging
|
||||||
|
|||||||
48
check_ironport/nagios-okplugin-check_ironport.spec
Normal file
48
check_ironport/nagios-okplugin-check_ironport.spec
Normal file
@@ -0,0 +1,48 @@
|
|||||||
|
%define debug_package %{nil}
|
||||||
|
|
||||||
|
Summary: A Nagios plugin to check Cisco Ironport
|
||||||
|
Name: nagios-okplugin-check_ironport
|
||||||
|
Version: 1.1.4
|
||||||
|
Release: 1%{?dist}
|
||||||
|
License: GPLv2+
|
||||||
|
Group: Applications/System
|
||||||
|
URL: http://opensource.ok.is/trac/wiki/
|
||||||
|
Source0: http://opensource.ok.is/trac/browser/nagios-plugins/check_ironport/releases/%{name}-%{version}.tar.gz
|
||||||
|
Requires: nagios-plugins
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
Packager: Pall Sigurdsson <palli@opensource.is>
|
||||||
|
BuildArch: noarch
|
||||||
|
Requires: nrpe
|
||||||
|
|
||||||
|
|
||||||
|
%description
|
||||||
|
Checks the health status of a Cisco Ironport
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
%build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
install -D -p -m 0755 check_ironport.py %{buildroot}%{_libdir}/nagios/plugins/check_ironport.py
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf %{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root,-)
|
||||||
|
%{_libdir}/nagios/plugins/*
|
||||||
|
#%config(noreplace) %{_sysconfdir}/nrpe.d/check_bond.cfg
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Tue Jul 31 2012 Pall Sigurdsson <palli@opensource.is> 1.1.4-1
|
||||||
|
- initial packaging for nagios-okplugin-check_ironport (palli@opensource.is)
|
||||||
|
|
||||||
|
* Tue Jul 31 2012 Pall Sigurdsson <palli@opensource.is> 1.1.3-1
|
||||||
|
- new package built with tito
|
||||||
|
|
||||||
|
|
||||||
|
* Tue Jul 31 2012 Pall Sigurdsson 1.0.0-1
|
||||||
|
- Initial packaging
|
||||||
@@ -7,7 +7,7 @@ try:
|
|||||||
|
|
||||||
c = config(cfg_file='/etc/nagios/nagios.cfg')
|
c = config(cfg_file='/etc/nagios/nagios.cfg')
|
||||||
c.parse()
|
c.parse()
|
||||||
result = c.needs_reparse()
|
result = c.needs_reload()
|
||||||
|
|
||||||
if result == True:
|
if result == True:
|
||||||
print "Warning - Nagios configuration has changed since last restart"
|
print "Warning - Nagios configuration has changed since last restart"
|
||||||
|
|||||||
Reference in New Issue
Block a user