mirror of
https://github.com/munin-monitoring/contrib.git
synced 2018-11-08 00:59:34 +01:00
Munin postfix plugins for multiple postfixes
renamed the ‘rtimeout’ from “Lost connection” to “Read connection timed out” to be more correct at what this value is.
This commit is contained in:
parent
84d9fa7d7b
commit
e7342a3831
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user