diff options
author | mh <mh@immerda.ch> | 2012-05-05 17:00:57 +0200 |
---|---|---|
committer | mh <mh@immerda.ch> | 2012-05-05 17:00:57 +0200 |
commit | 620a84a3753e0b9c5838ada54c0f306b955f2a24 (patch) | |
tree | cae854f27d7f43fdbe665fa483ae789b2338e180 /manifests/plugin | |
parent | 60ebd42e903db7f5c1f8bb2f1d447e4d952a7265 (diff) | |
parent | acdb652ceb0613bd94a3fa115fea7044b8f87314 (diff) |
Merge remote-tracking branch 'github/master'
Diffstat (limited to 'manifests/plugin')
-rw-r--r-- | manifests/plugin/jabber.pp | 10 |
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' + } +} + |