diff options
author | nadir <nadir-technik@nadir.org> | 2010-10-05 19:07:24 +0200 |
---|---|---|
committer | nadir <nadir-technik@nadir.org> | 2010-10-05 19:07:24 +0200 |
commit | 35bc5ea4dba21c4ddd1583e47c17464f644fc675 (patch) | |
tree | ecc95729b7c8146a89506f3d9064a2db42401671 | |
parent | 3c21e594e653c890f65b7749972a28d0be6981c0 (diff) | |
download | puppet-sshd-35bc5ea4dba21c4ddd1583e47c17464f644fc675.tar.gz puppet-sshd-35bc5ea4dba21c4ddd1583e47c17464f644fc675.tar.bz2 |
nagios-cmd is now check_ssh_port - according to shared-nagios
-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 07f34e5..3352820 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -218,7 +218,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_port_${sshd_port}": check_command => "ssh_port!$sshd_port" } } + default: { nagios::service{ "ssh_port_${sshd_port}": check_command => "check_ssh_port!$sshd_port" } } } } |