From 9e434ed8a0f0dd2cdb43f3b64825f17a56ca870e Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 18 Jun 2019 19:12:25 +0100 Subject: Fix misunderstanding with ntp check --- nagios/nrpe.cfg | 1 + 1 file changed, 1 insertion(+) (limited to 'nagios/nrpe.cfg') diff --git a/nagios/nrpe.cfg b/nagios/nrpe.cfg index 0abe204..53080b9 100644 --- a/nagios/nrpe.cfg +++ b/nagios/nrpe.cfg @@ -303,6 +303,7 @@ command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 150 -c 200 - command[check_drbd]=/usr/lib64/nagios/plugins/check_drbd -d all -r Primary 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 -s /run/haproxy.stats +command[check_time]=/usr/lib64/nagios/plugins/check_ntp_time -H uk.pool.ntp.org # The following examples allow user-supplied arguments and can -- cgit v1.2.3