unified naming
git-svn-id: https://svn/ipuppet/trunk/modules/sshd@2674 d66ca3ae-40d7-4aa7-90d4-87d79ca94279
This commit is contained in:
parent
7103d6bfcc
commit
ec2501d07c
1 changed files with 1 additions and 1 deletions
|
@ -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" } }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue