mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Merge pull request #621 from exhuma/stacked-postfix-queue
Stack postfix mailqueues instead of overlapping.
This commit is contained in:
commit
fcc8e1fe80
@ -114,6 +114,12 @@ maildrop.label maildrop
|
||||
incoming.label incoming
|
||||
corrupt.label corrupt
|
||||
hold.label held
|
||||
active.draw AREA
|
||||
deferred.draw STACK
|
||||
maildrop.draw STACK
|
||||
incoming.draw STACK
|
||||
corrupt.draw STACK
|
||||
hold.draw STACK
|
||||
EOF
|
||||
for field in active deferred maildrop incoming corrupt hold; do
|
||||
print_warning $field
|
||||
|
Loading…
Reference in New Issue
Block a user