From 214a9a63d5c8a3d92a5eaaaf2682e0d0d775e83e Mon Sep 17 00:00:00 2001 From: Nicolas Dandrimont Date: Tue, 18 Jan 2011 09:43:27 +0100 Subject: [PATCH] [munin] ajout de plugins jabberd darcs-hash:20110118084327-ffbb2-d4c62c87e531b573af46888bd5d904f44d921bb6.gz --- munin/scripts/hosts_plugins.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/munin/scripts/hosts_plugins.py b/munin/scripts/hosts_plugins.py index 62c7254f..aae14b96 100755 --- a/munin/scripts/hosts_plugins.py +++ b/munin/scripts/hosts_plugins.py @@ -67,6 +67,14 @@ hosts_plugins = { }, "xmpp": { "jabber": "jabber", + "ejabberd_connections": "ejabberd_", + "ejabberd_users": "ejabberd_", + "ejabberd_registrations": "ejabberd_", + "ejabberd_statuses": "ejabberd_", + "ejabberd_memory": "ejabberd_", + "ejabberd_threads": "ejabberd_", + "ejabberd_usersindays": "ejabberd_", + "ejabberd_uptime": "ejabberd_", }, "niomniom": { "wiki_pages": "wiki_pages",