From d646c986a3ba54570c9a0d367d106deeb0a80e38 Mon Sep 17 00:00:00 2001 From: Timothy Asir Date: Tue, 29 Apr 2014 18:28:14 +0530 Subject: Run check gluster process status as a daemon Enhanced to send specific gluster related process status only when there is a change detected in a service status or for any critical status to avoid too many logs in the nagios service side. Change-Id: I26e389ae2d1ccba1b5ccadc45d202d3b5219c74a Signed-off-by: Timothy Asir Reviewed-on: http://review.gluster.org/7602 Reviewed-by: Sahina Bose Tested-by: Timothy Asir --- config/nagios_server.conf | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/nagios_server.conf b/config/nagios_server.conf index 381e588..4f6b9e3 100644 --- a/config/nagios_server.conf +++ b/config/nagios_server.conf @@ -17,3 +17,8 @@ cluster_name= [HOST-NAME] hostname_in_nagios= + +# LOCAL HOST CONFIGURATION +# Process monitoring sleeping intevel +[HOST-CONF] +proc-mon-sleep-time=60 -- cgit