summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2008-07-24 17:19:24 +0000
committermh <mh@immerda.ch>2008-07-24 17:19:24 +0000
commitb4cc64379b6a6b7804f36f84bf6eccad43ce4501 (patch)
treeca99a489c2b5680b3af438c42e5765d7e41eefd1 /manifests/init.pp
parentc87603cec6a50135eb7e00e7163445eb33aa667b (diff)
removed uknown parameter
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
1 files changed, 0 insertions, 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,