summaryrefslogtreecommitdiff
path: root/manifests/plugin
diff options
context:
space:
mode:
authorErik Froese <erik.froese@gmail.com>2012-05-01 11:15:07 -0400
committerErik Froese <erik.froese@gmail.com>2012-05-01 11:15:07 -0400
commit057af9e85d958b1f75a4999570693f1fd428993a (patch)
treef16280e05b5625f9446a000a30ecf446baea78a0 /manifests/plugin
parentcd05fee87d406a77eaf0f4441062e3478c27601d (diff)
Move the jabber plugin to its own class.
Diffstat (limited to 'manifests/plugin')
-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'
+ }
+}
+