summaryrefslogtreecommitdiff
path: root/manifests/plugin/jabber.pp
diff options
context:
space:
mode:
authormh <mh@immerda.ch>2012-05-05 17:00:57 +0200
committermh <mh@immerda.ch>2012-05-05 17:00:57 +0200
commit620a84a3753e0b9c5838ada54c0f306b955f2a24 (patch)
treecae854f27d7f43fdbe665fa483ae789b2338e180 /manifests/plugin/jabber.pp
parent60ebd42e903db7f5c1f8bb2f1d447e4d952a7265 (diff)
parentacdb652ceb0613bd94a3fa115fea7044b8f87314 (diff)
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'manifests/plugin/jabber.pp')
-rw-r--r--manifests/plugin/jabber.pp10
1 files changed, 10 insertions, 0 deletions
diff --git a/manifests/plugin/jabber.pp b/manifests/plugin/jabber.pp
new file mode 100644
index 0000000..380a5c0
--- /dev/null
+++ b/manifests/plugin/jabber.pp
@@ -0,0 +1,10 @@
+class nagios::plugins::jabber {
+
+ # for check_jabber_login
+ require rubygems::xmpp4r
+
+ nagios::plugin { 'check_jabber_login':
+ source => 'nagios/plugins/check_jabber_login'
+ }
+}
+