summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-05-06 23:25:38 +0000
committermh <mh@immerda.ch>2008-05-06 23:25:38 +0000
commit1b57027e16f4a3b6846cc2684c0228e834b83cd5 (patch)
tree25d6a19053579b40c9cda2aa6613a021f79d59ba /manifests/init.pp
parentd8d8b12972fcecee4dccbfa31da69833189c9036 (diff)
fixing command, had bufferoverflows with the old way
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 1 insertions, 1 deletions
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 <<||>>