diff options
Diffstat (limited to 'manifests/init.pp')
-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 38f57ed..27923d0 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -125,7 +125,7 @@ class nagios::base { command_line => '$USER1$/check_tcp -p 706 -H $ARG1$'; check_jabber: command_line => '$USER1$/check_jabber -H $ARG1$'; - check_jabber: + check_jabber_login: command_line => '$USER1$/check_jabber_login $ARG1$ $ARG2$', require => Nagios::Plugin['check_jabber_login']; } |