summaryrefslogtreecommitdiffstats
path: root/debian/pluginconfig/jabber.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--debian/pluginconfig/jabber.cfg12
1 files changed, 12 insertions, 0 deletions
diff --git a/debian/pluginconfig/jabber.cfg b/debian/pluginconfig/jabber.cfg
new file mode 100644
index 0000000..7caa29d
--- /dev/null
+++ b/debian/pluginconfig/jabber.cfg
@@ -0,0 +1,12 @@
+# 'check_jabber_4' command definition
+define command{
+ command_name check_jabber_4
+ command_line /usr/lib/nagios/plugins/check_jabber -4 -H $HOSTADDRESS$ '$ARG1$'
+ }
+
+# 'check_jabber' command definition
+define command{
+ command_name check_jabber
+ command_line /usr/lib/nagios/plugins/check_jabber -H $HOSTADDRESS$ '$ARG1$'
+ }
+