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

Compare commits

...

2 Commits

Author SHA1 Message Date
Pall Sigurdsson
f14db81ca5 Automatic commit of package [nagios-okplugin-crit2warn] release [0.0.2-1]. 2012-03-12 16:09:00 +00:00
Pall Sigurdsson
aebaefa4bf Automatic commit of package [nagios-okplugin-check_yum] release [0.7.3-1]. 2012-03-12 16:09:00 +00:00
2 changed files with 9 additions and 3 deletions

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