mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-12 00:44:43 +00:00
Category Tree: Reduce number of categories, add pod doc
This commit is contained in:
parent
193bafb7bf
commit
db240286ab
5 changed files with 106 additions and 10 deletions
|
@ -33,7 +33,7 @@ graph_title ejabberd stats - connected users
|
|||
graph_args --base 1000 --lower-limit 0
|
||||
graph_vlabel users
|
||||
graph_info The number of currently connected users, as of ejabberd report
|
||||
graph_category jabber
|
||||
graph_category chat
|
||||
graph_order active
|
||||
connected.label Connected users
|
||||
connected.draw AREA
|
||||
|
@ -52,7 +52,7 @@ function ejabberd_stats_s2s() {
|
|||
graph_title ejabberd stats - s2s connections
|
||||
graph_args --lower-limit 0
|
||||
graph_vlabel active connections
|
||||
graph_category jabber
|
||||
graph_category chat
|
||||
graph_order incoming outgoing
|
||||
incoming.label incoming s2s
|
||||
incoming.info ejabberdctl $ejabberdctl_cmd_in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue