summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,