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:
parent
918602cd00
commit
e75132a769
@ -57,29 +57,29 @@ if [ "$1" = 'config' ]; then
|
|||||||
echo 'graph_scale no'
|
echo 'graph_scale no'
|
||||||
echo 'graph_total Total'
|
echo 'graph_total Total'
|
||||||
echo 'received.label received'
|
echo 'received.label received'
|
||||||
echo 'received.type DERIVE'
|
echo 'received.type DERIVE'
|
||||||
echo 'received.min 0'
|
echo 'received.min 0'
|
||||||
echo 'delivered.label delivered'
|
echo 'delivered.label delivered'
|
||||||
echo 'delivered.type DERIVE'
|
echo 'delivered.type DERIVE'
|
||||||
echo 'delivered.min 0'
|
echo 'delivered.min 0'
|
||||||
echo 'forwarded.label forwarded'
|
echo 'forwarded.label forwarded'
|
||||||
echo 'forwarded.type DERIVE'
|
echo 'forwarded.type DERIVE'
|
||||||
echo 'forwarded.min 0'
|
echo 'forwarded.min 0'
|
||||||
echo 'deferred.label deferred'
|
echo 'deferred.label deferred'
|
||||||
echo 'deferred.type DERIVE'
|
echo 'deferred.type DERIVE'
|
||||||
echo 'deferred.min 0'
|
echo 'deferred.min 0'
|
||||||
echo 'bounced.label bounced'
|
echo 'bounced.label bounced'
|
||||||
echo 'bounced.type DERIVE'
|
echo 'bounced.type DERIVE'
|
||||||
echo 'bounced.min 0'
|
echo 'bounced.min 0'
|
||||||
echo 'rejected.label rejected'
|
echo 'rejected.label rejected'
|
||||||
echo 'rejected.type DERIVE'
|
echo 'rejected.type DERIVE'
|
||||||
echo 'rejected.min 0'
|
echo 'rejected.min 0'
|
||||||
echo 'held.label held'
|
echo 'held.label held'
|
||||||
echo 'held.type DERIVE'
|
echo 'held.type DERIVE'
|
||||||
echo 'held.min 0'
|
echo 'held.min 0'
|
||||||
echo 'discarded.label discarded'
|
echo 'discarded.label discarded'
|
||||||
echo 'discarded.type DERIVE'
|
echo 'discarded.type DERIVE'
|
||||||
echo 'discarded.min 0'
|
echo 'discarded.min 0'
|
||||||
exit 0;
|
exit 0;
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user