1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-01 13:53:51 +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

@ -56,7 +56,7 @@ my $Channel="";
print "graph_scale off\n";
print "graph_title MythTV EPG per channel\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";
@result=SQLQuery("SELECT `chanid` , `name` FROM `channel` WHERE `visible` = '1' order by `chanid` ");
my $Ptr=0;