mirror of
https://github.com/munin-monitoring/contrib.git
synced 2025-08-03 14:48:22 +00:00
typofixes - https://github.com/vlajos/misspell_fixer
Suspicious sections: plugins/mail/postfix_mail_stats recieved.label plugins/nginx/nginx_vhost_traffic
This commit is contained in:
parent
8e18199f16
commit
fba800ae52
119 changed files with 176 additions and 176 deletions
|
@ -9,9 +9,9 @@ The counters shown:
|
|||
enc_out: Encoding errors outside FC frame.
|
||||
Not as interesting as enc_out_per_mframe,
|
||||
but it reflects the absolute values, instead
|
||||
of being put in relation to the port's trafic.
|
||||
of being put in relation to the port's traffic.
|
||||
|
||||
enc_out_per_mframe: As above, but per million frames of trafic.
|
||||
enc_out_per_mframe: As above, but per million frames of traffic.
|
||||
If there is a high number for this counter,
|
||||
it could reflect:
|
||||
- If there is also a high value for
|
||||
|
@ -118,7 +118,7 @@ oidstrs = {
|
|||
descriptions = {
|
||||
'rx_crcs' : 'the number of CRC errors detected for frames received',
|
||||
'enc_out' : 'encoding errors outside FC frame',
|
||||
'enc_out_per_mframe': 'enc errors outside FC frame, per million frames of rx+tx trafic',
|
||||
'enc_out_per_mframe': 'enc errors outside FC frame, per million frames of rx+tx traffic',
|
||||
'bits' : 'received(rx)/transmitted(tx) bits'
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue