diff options
-rw-r--r-- | manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/init.pp b/manifests/init.pp index ea2b8aa..adf943b 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -240,7 +240,7 @@ define nagios::extra_host($ip, $nagios_alias, $use = 'generic-host', $parents = host_name => $name, check_command => 'check_ping!100.0,20%!500.0,60%', host_name => $name, - service_description => "${nagios_alias}_check_ping", + service_description => "check_ping_${nagios_alias}", } } |