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

change spaces for tabs (code indent)

This commit is contained in:
Cristian Deluxe 2016-11-02 05:03:01 +01:00
parent 918602cd00
commit e75132a769

View File

@ -57,29 +57,29 @@ if [ "$1" = 'config' ]; then
echo 'graph_scale no'
echo 'graph_total Total'
echo 'received.label received'
echo 'received.type DERIVE'
echo 'received.min 0'
echo 'received.type DERIVE'
echo 'received.min 0'
echo 'delivered.label delivered'
echo 'delivered.type DERIVE'
echo 'delivered.min 0'
echo 'delivered.type DERIVE'
echo 'delivered.min 0'
echo 'forwarded.label forwarded'
echo 'forwarded.type DERIVE'
echo 'forwarded.min 0'
echo 'forwarded.type DERIVE'
echo 'forwarded.min 0'
echo 'deferred.label deferred'
echo 'deferred.type DERIVE'
echo 'deferred.min 0'
echo 'deferred.type DERIVE'
echo 'deferred.min 0'
echo 'bounced.label bounced'
echo 'bounced.type DERIVE'
echo 'bounced.min 0'
echo 'bounced.type DERIVE'
echo 'bounced.min 0'
echo 'rejected.label rejected'
echo 'rejected.type DERIVE'
echo 'rejected.min 0'
echo 'rejected.type DERIVE'
echo 'rejected.min 0'
echo 'held.label held'
echo 'held.type DERIVE'
echo 'held.min 0'
echo 'held.type DERIVE'
echo 'held.min 0'
echo 'discarded.label discarded'
echo 'discarded.type DERIVE'
echo 'discarded.min 0'
echo 'discarded.type DERIVE'
echo 'discarded.min 0'
exit 0;
fi