From ec2501d07c7d3b048ee8b6829ef028fbc13a354f Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 7 Nov 2008 20:40:24 +0000 Subject: unified naming git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2674 d66ca3ae-40d7-4aa7-90d4-87d79ca94279 --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'manifests') diff --git a/manifests/init.pp b/manifests/init.pp index c7f6bff..43e007c 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -231,7 +231,7 @@ class sshd::base { if $use_nagios { case $nagios_check_ssh { 'false': { info("We don't do nagioschecks for ssh on ${fqdn}" ) } - default: { nagios::service{ "ssh_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } } + default: { nagios::service{ "ssh_${fqdn}_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } } } } } -- cgit v1.2.3