1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-25 10:28:36 +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

@ -25,7 +25,7 @@ my $cmd = "$wgetBin $auth -qO- $url:$port$context";
my $monitor;
if ( exists $ARGV[0] and $ARGV[0] eq "config" ) {
my $base_config = "graph_category Jenkins\n";
my $base_config = "graph_category devel\n";
if( $type eq "mem_sum" ) {
print $base_config;
@ -271,4 +271,4 @@ sub clean_name {
$name =~ s/\)/\_/g;
$name =~ s/ //g;
return $name;
}
}