mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 10:39:53 +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:
parent
a52f8e49c9
commit
d6465721f3
1 changed files with 6 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue