diff --git a/check_rhcs/nagios-okplugin-check_rhcs.spec b/check_rhcs/nagios-okplugin-check_rhcs.spec index 1f23566..c664b90 100644 --- a/check_rhcs/nagios-okplugin-check_rhcs.spec +++ b/check_rhcs/nagios-okplugin-check_rhcs.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} %define plugin_name check_rhcs -%define version 0.0.3 +%define version 0.0.4 Summary: A Nagios plugin to check Red Hat Cluster suite (rhel5 and rhel6) @@ -45,6 +45,12 @@ rm -rf %{buildroot} /etc/nrpe.d/%{plugin_name}.cfg %changelog +* Thu May 24 2012 Pall Sigurdsson +- make sure plugin exits cleanly if unable to run clustat -fx command + (palli@opensource.is) +- check_rhcs_fence added for rhel6 compatibility (palli@opensource.is) +- copy/paste error removed from spec file (palli@opensource.is) + * Wed Mar 14 2012 Pall Sigurdsson -