1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
This commit is contained in:
Veres Lajos 2014-12-04 23:37:42 +00:00
parent 8e18199f16
commit fba800ae52
119 changed files with 176 additions and 176 deletions

View file

@ -26,7 +26,7 @@
# Fixed the SQL query for the recorded programs/added the number of hours recorded
#
# Revision 0.5 2008/03/29 idobson
# Added upcomming recordings SQL query to the schedule code
# Added upcoming recordings SQL query to the schedule code
#
# Revision 0.6 2008/04/1 idobson
# Added a "watched recordings" to the recorded list. This is only available in MythTV ver.21
@ -61,7 +61,7 @@
#
# Revision 1.4 2010/10/10 idobson
# MythTV database information always loaded (used by autoconf,config and data dump for most options)
# Active tuner now split up by video source, hung encoders are listed seperatly
# Active tuner now split up by video source, hung encoders are listed separatly
# Schedule now uses myth module/QUERY_GETALLPENDING to get Scheduled Recordings/Repeats/Conflicts
# Recorded now splits recorded into groups (Expireable, Delete pending, Save)
# Code now strict safe
@ -183,15 +183,15 @@ PrepSQLRead();
print "graph_category MythTV\n";
print "graph_vlabel Programs\n";
print "RecordingRecordings.label Programs that will be recorded\n";
print "RecordingRecordings.info Upcomming programs that will be recorded\n";
print "RecordingRecordings.info Upcoming programs that will be recorded\n";
print "RecordingRecordings.draw AREA\n";
print "RecordingConflict.label Recording Conflicts\n";
print "RecordingConflict.info Upcomming programs that won't be recorded due to tuner conflicts\n";
print "RecordingConflict.info Upcoming programs that won't be recorded due to tuner conflicts\n";
print "RecordingConflict.draw STACK\n";
print "RecordingConflict.colour FF0000\n";
print "RecordingConflict.warning 0:0\n";
print "RecordingRepeats.label Recording repeats (Already recorded)\n";
print "RecordingRepeats.info Upcomming programs that are already recorded (Repeats)\n";
print "RecordingRepeats.info Upcoming programs that are already recorded (Repeats)\n";
print "RecordingRepeats.draw STACK\n";
print "RecordingRepeats.colour 0000FF\n";
print "RecordingDisabled.label Disabled recordings\n";
@ -242,7 +242,7 @@ PrepSQLRead();
print "Watched.label Programs already watched\n";
print "Watched.colour 000000\n";
print "Watched.info Programes that have been watched atleast once\n";
print "Watched.info Programes that have been watched at least once\n";
print "Watched.draw LINE1\n";
}
exit 0;