1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-24 09:57:09 +00: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_category mail'
echo 'graph_scale no'
echo 'graph_period minute'
echo 'graph_total Total'
echo 'received.label received'
echo 'received.type DERIVE'