1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-03 14:48:22 +00:00

Category Tree: Reduce number of categories

jenkins -> devel
sickbeard -> other (sickbeard)
swift -> fs (swift) [or better disk, storage, appserver?]
tarsnap -> backup (tarsnap)
tv -> sensors (tv)
This commit is contained in:
dipohl 2017-02-23 03:20:34 +01:00
parent 7cd10950aa
commit 0147f80574
10 changed files with 14 additions and 14 deletions

View file

@ -86,7 +86,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
print "graph_args --base 1000 -l 0\n";
print "graph_title Jenkins Build Results\n";
print "graph_vlabel Build Results\n";
print "graph_category Jenkins\n";
print "graph_category devel\n";
print "graph_info The Graph shows the Status of each Build\n";
print "build_disabled.draw AREA\n";
print "build_disabled.label disabled\n";
@ -110,7 +110,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
print "graph_args --base 1000 -l 0\n";
print "graph_title Jenkins Queue Length\n";
print "graph_vlabel Number of Jobs in Queue\n";
print "graph_category Jenkins\n";
print "graph_category devel\n";
print "graph_info The Graph shows the Number of Jobs in the Build Queue\n";
print "build_count.label Jobs in Queue\n";
print "build_count.type GAUGE\n";
@ -120,7 +120,7 @@ if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
print "graph_args --base 1000 -l 0\n";
print "graph_title Jenkins Builds Running\n";
print "graph_vlabel Builds currently running\n";
print "graph_category Jenkins\n";
print "graph_category devel\n";
print "graph_info The Graph shows the Number of Builds, currently running\n";
print "build_running.label running Builds\n";
print "build_running.type GAUGE\n";