1
0
Fork 0
mirror of https://github.com/munin-monitoring/contrib.git synced 2025-08-03 14:48:22 +00:00
Suspicious sections:
plugins/mail/postfix_mail_stats		recieved.label
plugins/nginx/nginx_vhost_traffic
This commit is contained in:
Veres Lajos 2014-12-04 23:37:42 +00:00
parent 8e18199f16
commit fba800ae52
119 changed files with 176 additions and 176 deletions

View file

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