mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-25 10:28:36 +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
|
@ -113,7 +113,7 @@ PrepSQLRead();
|
|||
print "graph_scale off\n";
|
||||
print "graph_info MythTV encoder information\n";
|
||||
print "graph_title MythTV Encoders\n";
|
||||
print "graph_category MythTV\n";
|
||||
print "graph_category tv\n";
|
||||
print "graph_vlabel Encoders\n";
|
||||
@result=SQLQuery("SELECT `name` FROM `videosource`");
|
||||
my $First=0;
|
||||
|
@ -145,7 +145,7 @@ PrepSQLRead();
|
|||
print "graph_info MythTV EPG information\n";
|
||||
print "graph_scale off\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";
|
||||
|
||||
@result=SQLQuery("SELECT DISTINCT `sourceid` FROM `cardinput`");
|
||||
|
@ -167,7 +167,7 @@ PrepSQLRead();
|
|||
print "graph_scale off\n";
|
||||
print "graph_info MythTV job information\n";
|
||||
print "graph_title MythTV Jobs\n";
|
||||
print "graph_category MythTV\n";
|
||||
print "graph_category tv\n";
|
||||
print "graph_vlabel Jobs\n";
|
||||
print "CommJobs.label Active commflag jobs\n";
|
||||
print "TransJobs.label Active transcode jobs\n";
|
||||
|
@ -180,7 +180,7 @@ PrepSQLRead();
|
|||
print "graph_scale off\n";
|
||||
print "graph_info MythTV schedule information\n";
|
||||
print "graph_title MythTV Schedule\n";
|
||||
print "graph_category MythTV\n";
|
||||
print "graph_category tv\n";
|
||||
print "graph_vlabel Programs\n";
|
||||
print "RecordingRecordings.label 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_info MythTV recorded information\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_order RecLiveTV RecHoursDelete RecHoursExpire RecHours Recorded Watched \n";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue