From d6465721f3f00866cda31ee3b86f15c24deaa92c Mon Sep 17 00:00:00 2001 From: Michel Albert Date: Tue, 26 May 2015 16:01:48 +0200 Subject: [PATCH] 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. --- plugins/postfix/postfix_mailqueue_ | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/postfix/postfix_mailqueue_ b/plugins/postfix/postfix_mailqueue_ index 5ee84556..8154a677 100755 --- a/plugins/postfix/postfix_mailqueue_ +++ b/plugins/postfix/postfix_mailqueue_ @@ -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