From b4cc64379b6a6b7804f36f84bf6eccad43ce4501 Mon Sep 17 00:00:00 2001 From: mh Date: Thu, 24 Jul 2008 17:19:24 +0000 Subject: removed uknown parameter --- manifests/init.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/manifests/init.pp b/manifests/init.pp index 3c0c82d..5520e04 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -194,7 +194,6 @@ define nagios::host( $nagios_alias = $hostname, $check_command = 'check-host-alive', $max_check_attempts = 4, - $check_period = '24x7', $notification_interval = 120, $notification_period = '24x7', $notification_options = 'd,r', @@ -217,7 +216,6 @@ define nagios::host( alias => $nagios_alias, check_command => $check_command, max_check_attempts => $max_check_attempts, - check_period => $check_period, notification_interval => $notification_interval, notification_period => $notification_period, notification_options => $notification_options, -- cgit v1.2.3