From f43a9b4dac980e655affb426d3b134198543a7c7 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 3 Nov 2022 11:55:12 +0000 Subject: Tighten check_ntp status range --- nagios/nrpe.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nagios/nrpe.cfg') diff --git a/nagios/nrpe.cfg b/nagios/nrpe.cfg index e4c3004..e3c95d1 100644 --- a/nagios/nrpe.cfg +++ b/nagios/nrpe.cfg @@ -20,7 +20,7 @@ command[check_file_age]=/usr/lib64/nagios/plugins/check_file_age -f $ARG1$ -w 18 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 -p http,https,smtp,submissions,imaps,mysql -command[check_time]=/usr/lib64/nagios/plugins/check_ntp_time -H uk.pool.ntp.org +command[check_time]=/usr/lib64/nagios/plugins/check_ntp_time -H uk.pool.ntp.org -w 0.015 -c 0.03 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) command[check_crm]=/usr/lib64/nagios/plugins/check_crm -w -f2 -- cgit v1.2.3