X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=config%2Fstatic%2Fcheckcommands.cfg;h=8801888496653d3e84bed951b34bf022f225aeaf;hb=4f0341de3d97c9b4a9ee94e1038105e074636c32;hp=fc765d403d7b537024b471f8b493d297006a2b70;hpb=607204e9047d2b10cbe61fdc8085fc9a32f7377a;p=mirror%2Fdsa-nagios.git diff --git a/config/static/checkcommands.cfg b/config/static/checkcommands.cfg index fc765d4..8801888 100644 --- a/config/static/checkcommands.cfg +++ b/config/static/checkcommands.cfg @@ -57,9 +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$' + command_line /usr/lib/nagios/plugins/check_ntp_time -H '$HOSTADDRESS$' }