From 35bc5ea4dba21c4ddd1583e47c17464f644fc675 Mon Sep 17 00:00:00 2001 From: nadir Date: Tue, 5 Oct 2010 19:07:24 +0200 Subject: nagios-cmd is now check_ssh_port - according to shared-nagios --- manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } } } } -- cgit v1.2.3