From 09cd0bea508f38ae37ea2ec869c332d5b6d2850f Mon Sep 17 00:00:00 2001 From: mh Date: Tue, 1 Dec 2009 10:37:50 +0100 Subject: adjust command --- manifests/service/ntp.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests/service') diff --git a/manifests/service/ntp.pp b/manifests/service/ntp.pp index ad82be3..c07177d 100644 --- a/manifests/service/ntp.pp +++ b/manifests/service/ntp.pp @@ -2,7 +2,7 @@ class nagios::service::ntp { nagios::service{ "check_ntp_${hostname}": - check_command => "check_ntp", + check_command => "check_ntp_time", host_name => $fqdn, } } -- cgit v1.2.3