1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-07-21 18:41:03 +00:00

Stack postfix mailqueues instead of overlapping.

It is very hard to see the real values in the postfix queue when they
are overlapping. Having a stacked graph eleviates this whil still
retaining all the necessary data.
This commit is contained in:
Michel Albert 2015-05-26 16:01:48 +02:00
parent a52f8e49c9
commit d6465721f3

View file

@ -114,6 +114,12 @@ maildrop.label maildrop
incoming.label incoming incoming.label incoming
corrupt.label corrupt corrupt.label corrupt
hold.label held hold.label held
active.draw AREA
deferred.draw STACK
maildrop.draw STACK
incoming.draw STACK
corrupt.draw STACK
hold.draw STACK
EOF EOF
for field in active deferred maildrop incoming corrupt hold; do for field in active deferred maildrop incoming corrupt hold; do
print_warning $field print_warning $field