mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-24 09:57:09 +00:00
change spaces for tabs (code indent)
This commit is contained in:
parent
918602cd00
commit
e75132a769
1 changed files with 16 additions and 16 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue