diff options
author | mh <mh@immerda.ch> | 2009-12-01 10:55:41 +0100 |
---|---|---|
committer | mh <mh@immerda.ch> | 2009-12-01 10:55:41 +0100 |
commit | c04458174e23b7b21f687cefdf11ac9a8aabf679 (patch) | |
tree | 9b43860b38f38aae94eac5158458a48d83507c14 | |
parent | 09cd0bea508f38ae37ea2ec869c332d5b6d2850f (diff) |
adjust ntp command as well
-rw-r--r-- | manifests/base.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base.pp b/manifests/base.pp index bd21a84..bd55ff9 100644 --- a/manifests/base.pp +++ b/manifests/base.pp @@ -83,8 +83,8 @@ class nagios::base { # from bind.pp 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'; + check_ntp_time: + command_line => '$USER1$/check_ntp_time -H $HOSTADDRESS$ -w 0.5 -c 1'; check_http_url: command_line => '$USER1$/check_http -H $ARG1$ -u $ARG2$'; check_http_url_regex: |