From 1b57027e16f4a3b6846cc2684c0228e834b83cd5 Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 6 May 2008 23:25:38 +0000 Subject: fixing command, had bufferoverflows with the old way --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index da5b6b2..f9939df 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -112,7 +112,7 @@ class nagios::base { check_dig2: command_line => '$USER1$/check_dig -H $HOSTADDRESS$ -l $ARG1$ --record_type=$ARG2$'; check_ntp: - command_line => '$USER1$/check_ntp -H $HOSTADDRESS$ -w 0.5 -c 1 -j -1:100 -k -1:200'; + command_line => '$USER1/check_ntp -H $HOSTADDRESS$ -w 0.5 -c 1'; } Nagios_command <<||>> -- cgit v1.2.3