mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-07-21 18:41:03 +00: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue