From 057af9e85d958b1f75a4999570693f1fd428993a Mon Sep 17 00:00:00 2001 From: Erik Froese Date: Tue, 1 May 2012 11:15:07 -0400 Subject: Move the jabber plugin to its own class. --- manifests/plugin/jabber.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifests/plugin/jabber.pp (limited to 'manifests/plugin') 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' + } +} + -- cgit v1.2.3