2
0
mirror of https://github.com/munin-monitoring/contrib.git synced 2018-11-08 00:59:34 +01:00

changed graph_period to minute (more appropiated)

This commit is contained in:
Cristian Deluxe 2016-11-02 06:34:57 +01:00
parent 9eb4cc1f01
commit 8e2025a9b9

View File

@ -55,6 +55,7 @@ if [ "$1" = 'config' ]; then
echo 'graph_vlabel Postfix statistics' echo 'graph_vlabel Postfix statistics'
echo 'graph_category mail' echo 'graph_category mail'
echo 'graph_scale no' echo 'graph_scale no'
echo 'graph_period minute'
echo 'graph_total Total' echo 'graph_total Total'
echo 'received.label received' echo 'received.label received'
echo 'received.type DERIVE' echo 'received.type DERIVE'