1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-13 02:20:57 +01:00

Compare commits

..

6 Commits

5 changed files with 72 additions and 6 deletions

View File

@@ -2,8 +2,8 @@
Summary: Nagios plugins to check the status of MS-SQL Servers Summary: Nagios plugins to check the status of MS-SQL Servers
Name: nagios-okplugin-mssql Name: nagios-okplugin-mssql
Version: 0.0.3 Version: 0.0.6
Release: 2%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
URL: http://opensource.is/trac/wiki/nagios-MSSQL URL: http://opensource.is/trac/wiki/nagios-MSSQL
@@ -39,5 +39,14 @@ rm -rf %{buildroot}
%{_libdir}/nagios/plugins/* %{_libdir}/nagios/plugins/*
%changelog %changelog
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 0.0.6-1
-
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is>
-
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is>
-
* Sun Nov 21 2010 Tomas Edwardsson <tommi@opensource.is> 0.0.3-1 * Sun Nov 21 2010 Tomas Edwardsson <tommi@opensource.is> 0.0.3-1
- Initial packaging - Initial packaging

View File

@@ -0,0 +1,48 @@
%define debug_package %{nil}
Summary: A set of Nagios plugins to check the health of a nagios host
Name: nagios-okplugin-check_nagios
Version: 0.0.7
Release: 1%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://opensource.is/trac/wiki/check_nagios
Source0: http://opensource.ok.is/trac/browser/nagios-plugins/check_multipath/releases/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Packager: Pall Sigurdsson <palli@opensource.is>
%description
Checks health of Nagios service
%prep
%setup -q
perl -pi -e "s|/usr/lib|%{_libdir}|g" nrpe.d/check_nagios.cfg
%build
%install
rm -rf %{buildroot}
install -D -p -m 0755 check_nagios_configuration %{buildroot}%{_libdir}/nagios/plugins/check_nagios_configuration
install -D -p -m 0755 check_nagios_ghostservices %{buildroot}%{_libdir}/nagios/plugins/check_nagios_ghostservices
install -D -p -m 0755 check_nagios_needs_reload %{buildroot}%{_libdir}/nagios/plugins/check_nagios_needs_reload
install -D -p -m 0755 check_nagios_plugin_existance %{buildroot}%{_libdir}/nagios/plugins/check_nagios_plugin_existance
install -D -p -m 0755 nrpe.d/check_nagios.cfg %{buildroot}/etc/nrpe.d/check_nagios.cfg
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc README LICENSE
%{_libdir}/nagios/plugins/*
/etc/nrpe.d/check_nagios.cfg
%changelog
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 0.0.7-1
-
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 0.0.6-1
- new package built with tito

View File

@@ -2,7 +2,7 @@
Summary: A Nagios plugin to check VMWare 3.x or 4.x via WBEM Summary: A Nagios plugin to check VMWare 3.x or 4.x via WBEM
Name: nagios-okplugin-check_vmware_wbem Name: nagios-okplugin-check_vmware_wbem
Version: 1.0.0 Version: 1.0.1
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@@ -37,5 +37,8 @@ rm -rf %{buildroot}
#/etc/nrpe.d/check_hpacucli.cfg #/etc/nrpe.d/check_hpacucli.cfg
%changelog %changelog
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 1.0.1-1
- new package built with tito
* Mon Mar 1 2010 Pall Sigurdsson <palli@opensource.is> 0.1-1 * Mon Mar 1 2010 Pall Sigurdsson <palli@opensource.is> 0.1-1
- Initial packaging - Initial packaging

View File

@@ -2,8 +2,8 @@
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.2 Version: 0.7.3
Release: 2%{?dist} Release: 1%{?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,5 +39,8 @@ rm -rf %{buildroot}
/etc/nrpe.d/check_yum.cfg /etc/nrpe.d/check_yum.cfg
%changelog %changelog
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 0.7.3-1
- new package built with tito
* Mon Sep 14 2010 Pall Sigurdsson <palli@opensource.is> 0.1-1 * Mon Sep 14 2010 Pall Sigurdsson <palli@opensource.is> 0.1-1
- Initial packaging - Initial packaging

View File

@@ -2,7 +2,7 @@
Summary: A Nagios plugin wrapper that changes critical to warnings Summary: A Nagios plugin wrapper that changes critical to warnings
Name: nagios-okplugin-crit2warn Name: nagios-okplugin-crit2warn
Version: 0.0.1 Version: 0.0.2
Release: 1%{?dist} Release: 1%{?dist}
License: GPLv2+ License: GPLv2+
Group: Applications/System Group: Applications/System
@@ -34,5 +34,8 @@ rm -rf %{buildroot}
%{_libdir}/nagios/plugins/* %{_libdir}/nagios/plugins/*
%changelog %changelog
* Mon Mar 12 2012 Pall Sigurdsson <palli@opensource.is> 0.0.2-1
- new package built with tito
* Mon Mar 1 2010 Tomas Edwardsson <tommi@opensource.is> 0.1-1 * Mon Mar 1 2010 Tomas Edwardsson <tommi@opensource.is> 0.1-1
- Initial packaging - Initial packaging