From: Peter Palfrader Date: Fri, 3 Jul 2009 18:17:57 +0000 (+0200) Subject: You stupid, stupid thing. "Offset unknown" is *NOT* OK. X-Git-Url: https://wiki.adam-barratt.org.uk/gitweb/?a=commitdiff_plain;h=d13acbf0e901729e5634b484cf15e7fd2f087eb0;p=mirror%2Fdsa-nagios.git You stupid, stupid thing. "Offset unknown" is *NOT* OK. --- diff --git a/config/static/checkcommands.cfg b/config/static/checkcommands.cfg index 0eb547d..8801888 100644 --- a/config/static/checkcommands.cfg +++ b/config/static/checkcommands.cfg @@ -61,5 +61,5 @@ define command{ } define command{ command_name dsa_check_ntp - command_line /usr/lib/nagios/plugins/check_ntp -H '$HOSTADDRESS$' + command_line /usr/lib/nagios/plugins/check_ntp_time -H '$HOSTADDRESS$' }