1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Category Tree: Reduce number of categories

multiple plugins -> "mail" (qsmtpd, zimbra)
ossec -> "security" (ossec)
zeo -> appserver (zope)
This commit is contained in:
dipohl 2017-02-22 23:20:56 +01:00
parent 30685b4c66
commit ed77c82d8a
12 changed files with 14 additions and 14 deletions

View file

@ -218,7 +218,7 @@ sub config {
while (my ($k, $v) = each %conf) {
print "graph_$k $v\n";
}
print "graph_category newznab\n";
print "graph_category search\n";
my $i = 0;
for my $ds (@{$graph->{data_sources}}) {