1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41: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

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

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;

View file

@ -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";