Merge remote branch 'lavamind/master'
This commit is contained in:
commit
739c9d8e0e
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ class sshd {
|
|||
if $use_nagios {
|
||||
case $nagios_check_ssh {
|
||||
false: { info("We don't do nagioschecks for ssh on ${fqdn}" ) }
|
||||
default: { nagios::service{ "ssh_${fqdn}_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } }
|
||||
default: { nagios::service{ "ssh_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } }
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue