From 756c0ef1de15a2503519188871ca746d0f4fa7df Mon Sep 17 00:00:00 2001 From: Pall Sigurdsson Date: Thu, 24 May 2012 07:07:04 +0000 Subject: [PATCH] version bump of check_rhcs --- check_rhcs/nagios-okplugin-check_rhcs.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 -