mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 02:18:08 +00:00
Review and unify category assignments of plugins
This commit is contained in:
parent
c8df9ab4e9
commit
33e95e6ff9
59 changed files with 99 additions and 100 deletions
|
@ -51,7 +51,7 @@ if(defined $ARGV[0] && $ARGV[0] eq 'config')
|
|||
print <<EOC
|
||||
graph_title $TITLE
|
||||
graph_vlabel Totals
|
||||
graph_category other
|
||||
graph_category tv
|
||||
spots.label New Spots
|
||||
downloaded.label Downloads
|
||||
EOC
|
||||
|
|
|
@ -53,7 +53,7 @@ if(defined $ARGV[0] && $ARGV[0] eq 'config') {
|
|||
print <<EOC
|
||||
graph_title $TITLE
|
||||
graph_vlabel Spots
|
||||
graph_category other
|
||||
graph_category tv
|
||||
cat0.label Videos/images
|
||||
cat0.colour 008edf
|
||||
cat1.label Music
|
||||
|
|
|
@ -46,7 +46,7 @@ if(defined $ARGV[0] && $ARGV[0] eq 'config') {
|
|||
print <<EOC
|
||||
graph_title Spotweb spots by Category (Totals)
|
||||
graph_vlabel Spots
|
||||
graph_category other
|
||||
graph_category tv
|
||||
cat0.label Videos/images
|
||||
cat0.colour 0f94e1
|
||||
cat1.label Music
|
||||
|
|
|
@ -53,7 +53,7 @@ if(defined $ARGV[0] && $ARGV[0] eq 'config') {
|
|||
print <<EOC
|
||||
graph_title $TITLE
|
||||
graph_vlabel Size
|
||||
graph_category other
|
||||
graph_category tv
|
||||
cat0.label Videos/images
|
||||
cat0.colour 008edf
|
||||
cat1.label Music
|
||||
|
|
|
@ -46,7 +46,7 @@ if(defined $ARGV[0] && $ARGV[0] eq 'config') {
|
|||
print <<EOC
|
||||
graph_title Spotweb spots and comments (Totals)
|
||||
graph_vlabel Spots/comments
|
||||
graph_category other
|
||||
graph_category tv
|
||||
spots.label Spots
|
||||
EOC
|
||||
;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue