From 0c46ad0a81fd38e1407b530416fdeae4d3f83cce Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Mon, 22 Apr 2019 12:22:13 +0100 Subject: Use packaged check_haproxy_stats script --- nagios/nrpe.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nagios') diff --git a/nagios/nrpe.cfg b/nagios/nrpe.cfg index fcfd13b..4ebd19d 100644 --- a/nagios/nrpe.cfg +++ b/nagios/nrpe.cfg @@ -302,7 +302,7 @@ command[check_zombie_procs]=/usr/lib64/nagios/plugins/check_procs -w 5 -c 10 -s command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 150 -c 200 -k command[check_drbd]=/usr/lib64/nagios/plugins/check_drbd -d all -r Primary -e Connected command[check_file_age]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 1800 -c 2700 -command[check_haproxy]=/usr/lib64/nagios/plugins/check_haproxy_stats.pl -s /run/haproxy.stats +command[check_haproxy]=/usr/lib64/nagios/plugins/check_haproxy_stats -s /run/haproxy.stats # The following examples allow user-supplied arguments and can -- cgit v1.2.3