From e7342a3831b80206888ba5ecdfbe7705616b7d78 Mon Sep 17 00:00:00 2001 From: Clemens Schwaighofer Date: Tue, 21 Jan 2014 15:58:39 +0900 Subject: [PATCH] Munin postfix plugins for multiple postfixes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit renamed the ‘rtimeout’ from “Lost connection” to “Read connection timed out” to be more correct at what this value is. --- plugins/postfix/postfix_mailqueuelog_ | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/postfix/postfix_mailqueuelog_ b/plugins/postfix/postfix_mailqueuelog_ index c723270c..883dad77 100755 --- a/plugins/postfix/postfix_mailqueuelog_ +++ b/plugins/postfix/postfix_mailqueuelog_ @@ -122,7 +122,7 @@ if ($ARGV[0] and $ARGV[0] eq "config") my %descriptions = ( 'crefused' => 'Connection refused', 'ctimeout' => 'Connection timed out', - 'rtimeout' => 'Lost connection', + 'rtimeout' => 'Read connection timed out', 'refusedtalk' => 'Host refused connection', 'nohost' => 'Host not found', 'msrefused' => 'Mail service refused',