2
0
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:
Clemens Schwaighofer 2014-01-21 15:58:39 +09:00
parent 84d9fa7d7b
commit e7342a3831

View File

@ -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',