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:
parent
0104c6d40a
commit
212768ed9b
17 changed files with 31 additions and 31 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue