mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-01 05:43:44 +00:00
Category Tree: reduce number of categories
This commit is contained in:
parent
84c28707eb
commit
c4b2d9a8e3
22 changed files with 377 additions and 377 deletions
|
@ -156,7 +156,7 @@ multigraph asterisk_channels
|
|||
graph_title Asterisk active channels
|
||||
graph_args --base 1000 -l 0
|
||||
graph_vlabel channels
|
||||
graph_category asterisk
|
||||
graph_category voip
|
||||
total.label channels
|
||||
END
|
||||
|
||||
|
@ -173,7 +173,7 @@ multigraph asterisk_voicemail
|
|||
graph_title Asterisk voicemail messages
|
||||
graph_args --base 1000 -l 0
|
||||
graph_vlabel messages
|
||||
graph_category asterisk
|
||||
graph_category voip
|
||||
total.label Total messages
|
||||
END
|
||||
|
||||
|
@ -182,7 +182,7 @@ print <<END;
|
|||
multigraph asterisk_meetme
|
||||
graph_title Asterisk meetme statistics
|
||||
graph_args --base 1000 -l 0
|
||||
graph_category asterisk
|
||||
graph_category voip
|
||||
users.label Connected users
|
||||
conferences.label Active conferences
|
||||
END
|
||||
|
@ -193,7 +193,7 @@ multigraph asterisk_codecs
|
|||
graphs_title Asterisk channels per codec
|
||||
graph_args --base 1000 -l 0
|
||||
graph_vlabel channels
|
||||
graph_category asterisk
|
||||
graph_category voip
|
||||
END
|
||||
|
||||
foreach my $codec (@CODECS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue