1
0
mirror of https://github.com/opinkerfi/nagios-plugins.git synced 2026-02-05 22:55:17 +01:00

Merge branch 'master' of github.com:opinkerfi/misc

Conflicts:
	nagios-plugins/check_yum/nagios-okplugin-check_yum.spec
This commit is contained in:
Pall Sigurdsson
2013-01-23 09:00:01 +00:00
14 changed files with 62 additions and 64 deletions

View File

@@ -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

View File

@@ -3,7 +3,7 @@
Summary: A Nagios plugin to check IBM Bladecenters
Name: nagios-okplugin-check_ibm_bladecenter
Version: 1.1.2
Release: 1%{?dist}
Release: 3%{?dist}
License: GPLv2+
Group: Applications/System
URL: http://opensource.ok.is/trac/wiki/Nagios-OKPlugin-check_ibm_bladecenter
@@ -40,6 +40,12 @@ rm -rf %{buildroot}
#%config(noreplace) %{_sysconfdir}/nrpe.d/check_bond.cfg
%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
- rpm spec file added. version number bumped (palli@opensource.is)
* Tue Jul 17 2012 Pall Sigurdsson 1.0.0-1
- Initial packaging