]> gitweb.fluxo.info Git - puppet-sshd.git/commitdiff
unified naming
authormh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 7 Nov 2008 20:40:24 +0000 (20:40 +0000)
committermh <mh@d66ca3ae-40d7-4aa7-90d4-87d79ca94279>
Fri, 7 Nov 2008 20:40:24 +0000 (20:40 +0000)
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2674 d66ca3ae-40d7-4aa7-90d4-87d79ca94279

manifests/init.pp

index c7f6bff30b20ab2306b6ddb464bc67fbf3149fa2..43e007cb6c58f0910eb4e12ffb328d221f44ff50 100644 (file)
@@ -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" } }
         }
     }
 }