From de8213ad52ae133cae9062c852d3785132d728b7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sun, 6 Jun 2021 22:49:35 +0100 Subject: Only check critical HAProxy services --- 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 0d17f86..e93ea7c 100644 --- a/nagios/nrpe.cfg +++ b/nagios/nrpe.cfg @@ -18,7 +18,7 @@ command[check_raid]=/usr/lib64/nagios/plugins/check_raid.pl command[check_file_age]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 1800 -c 2700 command[check_file_no_linger]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 600 -c 86400 -i command[check_file_exists]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 15552000 -c 15552001 -command[check_haproxy]=/usr/lib64/nagios/plugins/check_haproxy_stats -s /run/haproxy.stats +command[check_haproxy]=/usr/lib64/nagios/plugins/check_haproxy_stats -s /run/haproxy.stats -p http,https,smtp,submissions,imaps,mysql command[check_time]=/usr/lib64/nagios/plugins/check_ntp_time -H uk.pool.ntp.org command[check_swap]=/usr/lib64/nagios/plugins/check_swap $ARG1$ command[check_sensors]=/usr/lib64/nagios/plugins/check_lm_sensors --sanitize $$(cat /etc/nagios/nrpe.sensors) -- cgit v1.2.3