summaryrefslogtreecommitdiff
path: root/manifests/init.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2009-02-02 23:55:49 +0000
committermh <mh@immerda.ch>2009-02-02 23:55:49 +0000
commitc28cf8df17ffe761337daa4cc3098032c315398b (patch)
treef30836c4ff19c1615af742cf4c1ead3b18a1792e /manifests/init.pp
parent732d514f65f46f10736f300e54325f8da9fd9125 (diff)
correct naming
Diffstat (limited to 'manifests/init.pp')
-rw-r--r--manifests/init.pp2
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'];
}