From ab257f71eaf7ee61859ba54af36e1725adb6df8d Mon Sep 17 00:00:00 2001 From: Timothy Asir Date: Wed, 16 Apr 2014 23:42:27 +0530 Subject: Use hostname from the config for sending proc status thru nsca fetch the hostname from nagios_server.conf file otherwise use the host-fqdn name for sending proc status thru nsca. And fix the check_proc_status plugin path in cron.d/gluster-proc.crontab file. Change-Id: Ibfc027742b58d87daa7e54aa553892d42c71e795 Signed-off-by: Timothy Asir --- plugins/gluster-proc.crontab | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/gluster-proc.crontab') diff --git a/plugins/gluster-proc.crontab b/plugins/gluster-proc.crontab index 7344ea2..9febe26 100644 --- a/plugins/gluster-proc.crontab +++ b/plugins/gluster-proc.crontab @@ -1 +1 @@ -*/1 * * * * root /usr/lib64/nagios/gluster/plugins/check_proc_status.py +*/1 * * * * root /usr/lib64/nagios/plugins/gluster/check_proc_status.py -- cgit