diff --git a/check_eva/nagios-okplugin-check_eva.spec b/check_eva/nagios-okplugin-check_eva.spec index 20f0862..6b3728c 100644 --- a/check_eva/nagios-okplugin-check_eva.spec +++ b/check_eva/nagios-okplugin-check_eva.spec @@ -2,7 +2,7 @@ Summary: A Nagios plugin to check HP EVA Disk Systems Name: nagios-okplugin-check_eva -Version: 1.0.2 +Version: 2 Release: 1%{?dist} License: GPLv2+ Group: Applications/System @@ -40,6 +40,22 @@ rm -rf %{buildroot} /etc/nrpe.d/check_eva.cfg %changelog +* Thu Feb 20 2014 Pall Sigurdsson 2-1 +- Merge pull request #10 from gitmopp/patch-2 (palli-github@minor.is) +- bug in for loop. Looped only once (mopp@gmx.net) +- Fixed output to be more compatible (mopp@gmx.net) +- check_eva new Make sure --timeout is an integer (palli@opensource.is) +- check_eva new command line option --timeout (palli@opensource.is) +- check_eva Fix undefined fix typos (palli@opensource.is) +- PEP8 cleanup (palli@opensource.is) +- merged (palli@opensource.is) +- check_eva - minor bugfixes (palli@opensource.is) +- check_eva.py more code cleanup with pycharm inspections (palli@opensource.is) +- check_eva.py - Make code more readable (palli@opensource.is) +- convert from tabs to spaces (palli@opensource.is) +- check_eva - fix mixed tab/spaces (palli@opensource.is) +- Update check_eva.py (sander.grendelman@gmail.com) + * Thu Aug 23 2012 Pall Sigurdsson 1.0.2-1 - changed sssu subcommands from being singlequoted to doublequoted for windows compatibility (palli@opensource.is) diff --git a/rel-eng/packages/nagios-okplugin-check_eva b/rel-eng/packages/nagios-okplugin-check_eva index 9128a28..996f77b 100644 --- a/rel-eng/packages/nagios-okplugin-check_eva +++ b/rel-eng/packages/nagios-okplugin-check_eva @@ -1 +1 @@ -1.0.2-1 check_eva/ +2-1 check_eva/