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:
parent
01c2f1ca2d
commit
7c3074b5f0
4 changed files with 4 additions and 4 deletions
|
@ -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}};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue