summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manifests/extra_host.pp1
1 files changed, 0 insertions, 1 deletions
diff --git a/manifests/extra_host.pp b/manifests/extra_host.pp
index 7e37d3e..3150612 100644
--- a/manifests/extra_host.pp
+++ b/manifests/extra_host.pp
@@ -19,7 +19,6 @@ define nagios::extra_host(
ensure => $ensure,
host_name => $name,
check_command => 'check_ping!100.0,20%!500.0,60%',
- host_name => $name,
service_description => "check_ping_${nagios_alias}",
}
}