mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00:00
Reduce number of categories, use more generic terms
This commit is contained in:
parent
0743e6e5fb
commit
e3899a30d8
44 changed files with 66 additions and 66 deletions
|
@ -252,7 +252,7 @@ SUGGESTIONS
|
|||
cat <<CONFIG
|
||||
graph_title ejabberd resources - ${RESOURCE_TYPE//_/ }
|
||||
graph_args --base $RESOURCE_BASE --lower-limit 0
|
||||
graph_category ejabberd
|
||||
graph_category jabber
|
||||
CONFIG
|
||||
;;
|
||||
esac
|
||||
|
|
|
@ -144,7 +144,7 @@ if ARGV.first == 'config'
|
|||
puts <<CONFIG
|
||||
graph_title Ejabberd Log
|
||||
graph_vlabel total
|
||||
graph_category ejabberd
|
||||
graph_category jabber
|
||||
graph_args -l 0
|
||||
CONFIG
|
||||
end
|
||||
|
|
|
@ -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 ejabberd
|
||||
graph_category jabber
|
||||
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 ejabberd
|
||||
graph_category jabber
|
||||
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