1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-22 02:51:03 +00:00

Reduce number of categories

bird -> network (bird)
chilli -> wireless (chilli)
geowebcache -> other (geowebcache)
healthcheck -> other (healthcheck)
j-chkmail -> mail (j-chkmail)
mythtv -> tv
scalix -> mail
This commit is contained in:
dipohl 2017-02-23 22:27:37 +01:00
parent 0104c6d40a
commit 212768ed9b
17 changed files with 31 additions and 31 deletions

View file

@ -126,7 +126,7 @@ multigraph ${name}_routes
graph_title $proto->{title} routes graph_title $proto->{title} routes
graph_args --base 1000 graph_args --base 1000
graph_vlabel routes graph_vlabel routes
graph_category bird graph_category network
exported.label Exported routes exported.label Exported routes
exported.type GAUGE exported.type GAUGE
exported.info Exported routes exported.info Exported routes
@ -146,7 +146,7 @@ multigraph ${name}_activity
graph_title $proto->{title} activity graph_title $proto->{title} activity
graph_args --base 1000 graph_args --base 1000
graph_vlabel routes per second graph_vlabel routes per second
graph_category bird graph_category network
import_updates_received.label Import updates received import_updates_received.label Import updates received
import_updates_received.type DERIVE import_updates_received.type DERIVE
import_updates_received.draw LINE1 import_updates_received.draw LINE1

View file

@ -86,7 +86,7 @@ case "$1" in
config) config)
echo "graph_title Chilli $INSTANCE sessions" echo "graph_title Chilli $INSTANCE sessions"
echo "graph_args --base 1000 -l 0" echo "graph_args --base 1000 -l 0"
echo "graph_category chilli" echo "graph_category wireless"
echo "none.label NONE" echo "none.label NONE"
echo "none.min 0" echo "none.min 0"
echo "none.draw AREA" echo "none.draw AREA"

View file

@ -98,7 +98,7 @@ if(exists $ARGV[0] and $ARGV[0] eq "config") {
print "graph_title GeoWebCache bandwidth\n"; print "graph_title GeoWebCache bandwidth\n";
print "graph_args --base 1024\n"; print "graph_args --base 1024\n";
print "graph_vlabel bit/s\n"; print "graph_vlabel bit/s\n";
print "graph_category geowebcache\n"; print "graph_category other\n";
print "graph_info Bandwidth graph is an average on the last 60 seconds\n"; print "graph_info Bandwidth graph is an average on the last 60 seconds\n";
print "bandw.draw LINE1\n"; print "bandw.draw LINE1\n";
print "bandw.label bandwidth bit/s\n"; print "bandw.label bandwidth bit/s\n";

View file

@ -98,7 +98,7 @@ if(exists $ARGV[0] and $ARGV[0] eq "config") {
print "graph_title GeoWebCache Percent of blank requests\n"; print "graph_title GeoWebCache Percent of blank requests\n";
print "graph_args --base 1000\n"; print "graph_args --base 1000\n";
print "graph_vlabel %\n"; print "graph_vlabel %\n";
print "graph_category geowebcache\n"; print "graph_category other\n";
print "graph_info Blankidth graph is an average on the last 60 seconds\n"; print "graph_info Blankidth graph is an average on the last 60 seconds\n";
print "blank.draw LINE1\n"; print "blank.draw LINE1\n";
print "blank.label % of blank KML/HTML\n"; print "blank.label % of blank KML/HTML\n";

View file

@ -98,7 +98,7 @@ if(exists $ARGV[0] and $ARGV[0] eq "config") {
print "graph_title GeoWebCache cache hit ratio\n"; print "graph_title GeoWebCache cache hit ratio\n";
print "graph_args --base 1000\n"; print "graph_args --base 1000\n";
print "graph_vlabel %\n"; print "graph_vlabel %\n";
print "graph_category geowebcache\n"; print "graph_category other\n";
print "ratio.label percent\n"; print "ratio.label percent\n";
print "ratio.type GAUGE\n"; print "ratio.type GAUGE\n";
print "ratio.max 100\n"; print "ratio.max 100\n";

View file

@ -89,7 +89,7 @@ if [ "$1" = "config" ]; then
echo "graph_args --base 1000 -l 0 --vertical-label match_count" echo "graph_args --base 1000 -l 0 --vertical-label match_count"
echo 'graph_scale no' echo 'graph_scale no'
echo 'graph_vlabel match_count' echo 'graph_vlabel match_count'
echo 'graph_category healthcheck' echo 'graph_category other'
echo 'graph_info This graph shows the bad event count on log' echo 'graph_info This graph shows the bad event count on log'
for(( I = 1; I < $CHECKMAX; ++I )) for(( I = 1; I < $CHECKMAX; ++I ))

View file

@ -52,7 +52,7 @@ if [ "$1" = "config" ]; then
echo "graph_args --base 1000 -l 0 --vertical-label MB" echo "graph_args --base 1000 -l 0 --vertical-label MB"
echo 'graph_scale no' echo 'graph_scale no'
echo 'graph_vlabel process memory' echo 'graph_vlabel process memory'
echo 'graph_category healthcheck' echo 'graph_category other'
echo 'graph_info This graph shows the Memory used by process' echo 'graph_info This graph shows the Memory used by process'
for(( I = 1; I < $CHECKMAX; ++I )) for(( I = 1; I < $CHECKMAX; ++I ))

View file

@ -101,7 +101,7 @@ if [ "$1" = "config" ]; then
echo "graph_args --base 1000 -l 0 --vertical-label second" echo "graph_args --base 1000 -l 0 --vertical-label second"
echo 'graph_scale no' echo 'graph_scale no'
echo 'graph_vlabel second' echo 'graph_vlabel second'
echo 'graph_category healthcheck' echo 'graph_category other'
echo 'graph_info This graph shows the site speed' echo 'graph_info This graph shows the site speed'
for(( I = 1; I < $CHECKMAX; ++I )) for(( I = 1; I < $CHECKMAX; ++I ))

View file

@ -575,7 +575,7 @@ ratiospamham01.info Unwanted messages
== BEGIN config == == BEGIN config ==
activity-graph_title j-chkmail - Filter activity activity-graph_title j-chkmail - Filter activity
activity-graph_category j-chkmail activity-graph_category mail
activity-graph_vlabel counts per second activity-graph_vlabel counts per second
activity-graph_scale no activity-graph_scale no
activity+data conn msgs rcpt activity+data conn msgs rcpt
@ -583,7 +583,7 @@ activity+type counters
activity+enable yes activity+enable yes
greylisting-graph_title j-chkmail - Greylisting activity greylisting-graph_title j-chkmail - Greylisting activity
greylisting-graph_category j-chkmail greylisting-graph_category mail
greylisting-graph_vlabel counts per second greylisting-graph_vlabel counts per second
greylisting-graph_scale no greylisting-graph_scale no
greylisting+data greymsgs greyrcpt greylisting+data greymsgs greyrcpt
@ -591,7 +591,7 @@ greylisting+type counters
greylisting+enable yes greylisting+enable yes
statfilter-graph_title j-chkmail - Statistical classification statfilter-graph_title j-chkmail - Statistical classification
statfilter-graph_category j-chkmail statfilter-graph_category mail
statfilter-graph_vlabel counts per second statfilter-graph_vlabel counts per second
statfilter-graph_scale no statfilter-graph_scale no
statfilter+data bayesham bayesspam statfilter+data bayesham bayesspam
@ -599,7 +599,7 @@ statfilter+type counters
statfilter+enable yes statfilter+enable yes
contentfilter-graph_title j-chkmail - Content Filtering contentfilter-graph_title j-chkmail - Content Filtering
contentfilter-graph_category j-chkmail contentfilter-graph_category mail
contentfilter-graph_vlabel counts per second contentfilter-graph_vlabel counts per second
contentfilter-graph_scale no contentfilter-graph_scale no
contentfilter+data bayesspam matching urlbl contentfilter+data bayesspam matching urlbl
@ -607,7 +607,7 @@ contentfilter+type counters
contentfilter+enable yes contentfilter+enable yes
behaviour-graph_title j-chkmail - Behaviour filtering - rejections behaviour-graph_title j-chkmail - Behaviour filtering - rejections
behaviour-graph_category j-chkmail behaviour-graph_category mail
behaviour-graph_vlabel counts per second behaviour-graph_vlabel counts per second
behaviour-graph_scale no behaviour-graph_scale no
behaviour+data throttle badrcpt localuser badmx rcptrate behaviour+data throttle badrcpt localuser badmx rcptrate
@ -615,7 +615,7 @@ behaviour+type counters
behaviour+enable yes behaviour+enable yes
xfiles-graph_title j-chkmail - Suspected files filtering xfiles-graph_title j-chkmail - Suspected files filtering
xfiles-graph_category j-chkmail xfiles-graph_category mail
xfiles-graph_vlabel counts per second xfiles-graph_vlabel counts per second
xfiles-graph_scale no xfiles-graph_scale no
xfiles+data files xfiles xfiles+data files xfiles
@ -623,7 +623,7 @@ xfiles+type counters
xfiles+enable yes xfiles+enable yes
volume-graph_title j-chkmail - Volume handled by the filter volume-graph_title j-chkmail - Volume handled by the filter
volume-graph_category j-chkmail volume-graph_category mail
volume-graph_vlabel KBytes per second volume-graph_vlabel KBytes per second
volume-graph_scale no volume-graph_scale no
volume+data kbytes volume+data kbytes
@ -631,7 +631,7 @@ volume+type counters
volume+enable yes volume+enable yes
ratiospamham-graph_title j-chkmail - Statistical classification ratiospamham-graph_title j-chkmail - Statistical classification
ratiospamham-graph_category j-chkmail ratiospamham-graph_category mail
ratiospamham-graph_vlabel Ratio (%) ratiospamham-graph_vlabel Ratio (%)
ratiospamham-graph_scale yes ratiospamham-graph_scale yes
ratiospamham-graph_args --lower-limit 0 --upper-limit 100 --rigid ratiospamham-graph_args --lower-limit 0 --upper-limit 100 --rigid
@ -641,7 +641,7 @@ ratiospamham+state yes
ratiospamham+enable yes ratiospamham+enable yes
greydb-graph_title j-chkmail - Greylisting Database Size greydb-graph_title j-chkmail - Greylisting Database Size
greydb-graph_category j-chkmail greydb-graph_category mail
greydb-graph_vlabel records greydb-graph_vlabel records
greydb-graph_scale no greydb-graph_scale no
greydb-graph_args --lower-limit 0 greydb-graph_args --lower-limit 0
@ -650,7 +650,7 @@ greydb+type dbcounters
greydb+enable yes greydb+enable yes
cdb-graph_title j-chkmail - Static databases cdb-graph_title j-chkmail - Static databases
cdb-graph_category j-chkmail cdb-graph_category mail
cdb-graph_vlabel records cdb-graph_vlabel records
cdb-graph_scale no cdb-graph_scale no
cdb-graph_args --lower-limit 0 cdb-graph_args --lower-limit 0

View file

@ -36,7 +36,7 @@ case $1 in
echo "graph_title DVB signal strength" echo "graph_title DVB signal strength"
echo 'graph_args --base 1000 -l 0' echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel Signal Strength %' echo 'graph_vlabel Signal Strength %'
echo 'graph_category mythtv' echo 'graph_category tv'
echo 'graph_scale no' echo 'graph_scale no'
while [ -e /dev/dvb/adapter$Tuner/ ]; do while [ -e /dev/dvb/adapter$Tuner/ ]; do
Tuner=$[$Tuner+1] Tuner=$[$Tuner+1]

View file

@ -56,7 +56,7 @@ my $Channel="";
print "graph_scale off\n"; print "graph_scale off\n";
print "graph_title MythTV EPG per channel\n"; print "graph_title MythTV EPG per channel\n";
print "graph_args --base 1000 --upper-limit 12 --lower-limit 0 --rigid\n"; print "graph_args --base 1000 --upper-limit 12 --lower-limit 0 --rigid\n";
print "graph_category MythTV\n"; print "graph_category tv\n";
print "graph_vlabel EPG days\n"; print "graph_vlabel EPG days\n";
@result=SQLQuery("SELECT `chanid` , `name` FROM `channel` WHERE `visible` = '1' order by `chanid` "); @result=SQLQuery("SELECT `chanid` , `name` FROM `channel` WHERE `visible` = '1' order by `chanid` ");
my $Ptr=0; my $Ptr=0;

View file

@ -113,7 +113,7 @@ PrepSQLRead();
print "graph_scale off\n"; print "graph_scale off\n";
print "graph_info MythTV encoder information\n"; print "graph_info MythTV encoder information\n";
print "graph_title MythTV Encoders\n"; print "graph_title MythTV Encoders\n";
print "graph_category MythTV\n"; print "graph_category tv\n";
print "graph_vlabel Encoders\n"; print "graph_vlabel Encoders\n";
@result=SQLQuery("SELECT `name` FROM `videosource`"); @result=SQLQuery("SELECT `name` FROM `videosource`");
my $First=0; my $First=0;
@ -145,7 +145,7 @@ PrepSQLRead();
print "graph_info MythTV EPG information\n"; print "graph_info MythTV EPG information\n";
print "graph_scale off\n"; print "graph_scale off\n";
print "graph_title MythTV EPG days/Programs\n"; print "graph_title MythTV EPG days/Programs\n";
print "graph_category MythTV\n"; print "graph_category tv\n";
print "graph_vlabel Days\/Programs\n"; print "graph_vlabel Days\/Programs\n";
@result=SQLQuery("SELECT DISTINCT `sourceid` FROM `cardinput`"); @result=SQLQuery("SELECT DISTINCT `sourceid` FROM `cardinput`");
@ -167,7 +167,7 @@ PrepSQLRead();
print "graph_scale off\n"; print "graph_scale off\n";
print "graph_info MythTV job information\n"; print "graph_info MythTV job information\n";
print "graph_title MythTV Jobs\n"; print "graph_title MythTV Jobs\n";
print "graph_category MythTV\n"; print "graph_category tv\n";
print "graph_vlabel Jobs\n"; print "graph_vlabel Jobs\n";
print "CommJobs.label Active commflag jobs\n"; print "CommJobs.label Active commflag jobs\n";
print "TransJobs.label Active transcode jobs\n"; print "TransJobs.label Active transcode jobs\n";
@ -180,7 +180,7 @@ PrepSQLRead();
print "graph_scale off\n"; print "graph_scale off\n";
print "graph_info MythTV schedule information\n"; print "graph_info MythTV schedule information\n";
print "graph_title MythTV Schedule\n"; print "graph_title MythTV Schedule\n";
print "graph_category MythTV\n"; print "graph_category tv\n";
print "graph_vlabel Programs\n"; print "graph_vlabel Programs\n";
print "RecordingRecordings.label Programs that will be recorded\n"; print "RecordingRecordings.label Programs that will be recorded\n";
print "RecordingRecordings.info Upcoming programs that will be recorded\n"; print "RecordingRecordings.info Upcoming programs that will be recorded\n";
@ -209,7 +209,7 @@ PrepSQLRead();
print "graph_scale off\n"; print "graph_scale off\n";
print "graph_info MythTV recorded information\n"; print "graph_info MythTV recorded information\n";
print "graph_title MythTV Recorded\n"; print "graph_title MythTV Recorded\n";
print "graph_category MythTV\n"; print "graph_category tv\n";
print "graph_vlabel Programs or Hours\n"; print "graph_vlabel Programs or Hours\n";
print "graph_order RecLiveTV RecHoursDelete RecHoursExpire RecHours Recorded Watched \n"; print "graph_order RecLiveTV RecHoursDelete RecHoursExpire RecHours Recorded Watched \n";

View file

@ -13,7 +13,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Scalix client connections' echo 'graph_title Scalix client connections'
echo 'graph_args --lower-limit 0' echo 'graph_args --lower-limit 0'
echo 'graph_vlabel number' echo 'graph_vlabel number'
echo 'graph_category Scalix' echo 'graph_category mail'
echo 'swa.label Webmail connections' echo 'swa.label Webmail connections'
echo 'swa.draw AREA' echo 'swa.draw AREA'
echo 'imap.label IMAP connections' echo 'imap.label IMAP connections'

View file

@ -23,7 +23,7 @@ if($mode eq "config") {
print "graph_title Scalix Index Work Queue\n"; print "graph_title Scalix Index Work Queue\n";
print "graph_args -l 0\n"; print "graph_args -l 0\n";
print "graph_vlabel number\n"; print "graph_vlabel number\n";
print "graph_category Scalix\n"; print "graph_category mail\n";
print "graph_title Scalix Index Work Queue\n"; print "graph_title Scalix Index Work Queue\n";
print "graph_vlabel Items\n"; print "graph_vlabel Items\n";
print "items.label Items to be indexed\n"; print "items.label Items to be indexed\n";

View file

@ -11,7 +11,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Scalix processes' echo 'graph_title Scalix processes'
echo 'graph_args --lower-limit 0' echo 'graph_args --lower-limit 0'
echo 'graph_vlabel number' echo 'graph_vlabel number'
echo 'graph_category Scalix' echo 'graph_category mail'
echo 'mimeb.label MIME Browser processes' echo 'mimeb.label MIME Browser processes'
echo 'indexb.label Index Browser processes' echo 'indexb.label Index Browser processes'
echo 'imap.label IMAP Server processes' echo 'imap.label IMAP Server processes'

View file

@ -14,7 +14,7 @@ if [ "$1" = "config" ]; then
echo 'graph_title Scalix queues' echo 'graph_title Scalix queues'
echo 'graph_args --lower-limit 0' echo 'graph_args --lower-limit 0'
echo 'graph_vlabel number' echo 'graph_vlabel number'
echo 'graph_category Scalix' echo 'graph_category mail'
echo 'archive.label Archive' echo 'archive.label Archive'
echo 'bb.label Bulletin Board' echo 'bb.label Bulletin Board'

View file

@ -28,7 +28,7 @@ if ARGV[0] == "config"
puts "multigraph voldemort_#{key.gsub(" ", "_")}" puts "multigraph voldemort_#{key.gsub(" ", "_")}"
puts "graph_title #{key}" puts "graph_title #{key}"
puts "graph_scale no" puts "graph_scale no"
puts "graph_category voldemort" puts "graph_category search"
puts "graph_vlabel #{keys[key]['vlabel']}" puts "graph_vlabel #{keys[key]['vlabel']}"
for data in keys[key]['values'] do for data in keys[key]['values'] do
puts "#{data}.type #{keys[key]['type']}" puts "#{data}.type #{keys[key]['type']}"