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

Adjust categories for some mail-related plugins

This commit is contained in:
Lars Kruse 2018-08-01 22:32:40 +02:00
parent 01c2f1ca2d
commit 7c3074b5f0
4 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ sub config {
print "graph_title Destination folders for Postfix\n",
"graph_vlabel Received mails\n",
"graph_category Mail\n",
"graph_category mail\n",
"graph_info Gives you the total mails stored by Postfix by folder\n";
print "$_.label $_\n" foreach sort keys %{$state->{folders}};
}