From 215623ef7864e4c3b70a0c124dde59f26b0c2f3f Mon Sep 17 00:00:00 2001 From: Sahina Bose Date: Wed, 16 Jul 2014 11:05:47 +0530 Subject: nagios-plugins: Disabled push notification for quota alerts Disable the quota push notification using NSCA as this only supports soft-limit alerts and overrides the existing hard limit alerts. The poll based NRPE status check for quota is sufficient for now. Change-Id: I8203f27fa66c47b1c725819816e326cd6ee13331 Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1119717 Signed-off-by: Sahina Bose Reviewed-on: http://review.gluster.org/8314 Reviewed-by: Kanagaraj M Reviewed-by: Shubhendu Tripathi --- config/glusternagios.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/glusternagios.conf.in') diff --git a/config/glusternagios.conf.in b/config/glusternagios.conf.in index b845b55..de17b9e 100644 --- a/config/glusternagios.conf.in +++ b/config/glusternagios.conf.in @@ -8,7 +8,7 @@ $actionomprogbinary @glusternagiospluginsdir@/check_gluster_syslog.py # $template GLFS_NAG_Template,"%msgid%/%syslogfacility-text:::uppercase%/%syslogseverity-text:::uppercase%/%app-name:::uppercase% [%TIMESTAMP:::date-rfc3339%] %msg:::sp-if-no-1st-sp%%msg:::drop-last-lf%\n" -if (($msg contains 'quorum' or $msg contains 'quota_log_usage') and not ($msg contains '@cee')) then :omprog:;GLFS_NAG_Template +if (($msg contains 'quorum') and not ($msg contains '@cee')) then :omprog:;GLFS_NAG_Template # -- cgit