diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2022-11-03 11:55:12 +0000 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2022-11-03 11:55:12 +0000 |
commit | f43a9b4dac980e655affb426d3b134198543a7c7 (patch) | |
tree | 2233b7e1c50c240ba7023723885a9ef96d5e7326 /nagios | |
parent | Warn on PQ replication backlog size (diff) | |
download | config-f43a9b4dac980e655affb426d3b134198543a7c7.tar.bz2 config-f43a9b4dac980e655affb426d3b134198543a7c7.tar.xz config-f43a9b4dac980e655affb426d3b134198543a7c7.zip |
Tighten check_ntp status range
Diffstat (limited to 'nagios')
-rw-r--r-- | nagios/nrpe.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |