X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fstatic%2Fcheckcommands.cfg;h=0eb547d7d35c13b6c1446bb00bf46c03d5172fa4;hb=ec8b09c5077abc352c45897376170dfc435767c0;hp=92cd6dda9129f995a6e8a9b55a74bb8e4d0d349b;hpb=ac98d0b286e79ee5dc23acc3085a1efd8fe066cc;p=mirror%2Fdsa-nagios.git diff --git a/config/static/checkcommands.cfg b/config/static/checkcommands.cfg index 92cd6dd..0eb547d 100644 --- a/config/static/checkcommands.cfg +++ b/config/static/checkcommands.cfg @@ -57,5 +57,9 @@ define command{ } define command{ command_name dsa_check_always_ok - command_line /bin/true + command_line /bin/echo "Dummy check - always says OK" +} +define command{ + command_name dsa_check_ntp + command_line /usr/lib/nagios/plugins/check_ntp -H '$HOSTADDRESS$' }