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

Now category "postfix" is correctly reported.

This commit is contained in:
Roberto "Roobre" Santalla 2014-11-19 05:40:27 +01:00
parent 892be6fa13
commit 72c5b59d48

View file

@ -36,6 +36,7 @@ fi
if [ "$1" = "config" ]; then if [ "$1" = "config" ]; then
echo 'graph_title Postfix Mail Counter' echo 'graph_title Postfix Mail Counter'
echo 'graph_category postfix'
echo 'graph_args --base 1000 -l 0' echo 'graph_args --base 1000 -l 0'
echo 'graph_vlabel Hourly Messages' echo 'graph_vlabel Hourly Messages'
echo 'recieved.label Delivered' echo 'recieved.label Delivered'