Blame IbaTools/opamon/opamon.conf

Packit 857059
# This file controls the opareport Port Counter Thresholds.
Packit 857059
# [ICS VERSION STRING: unknown]
Packit 857059
#
Packit 857059
# Error Counters are specified in absolute number of errors since last cleared.
Packit 857059
# All Data Movement thresholds are specified in terms of absolute data
Packit 857059
# since last cleared.
Packit 857059
#
Packit 857059
# Setting a threshold to 0 disables monitoring of the given counter
Packit 857059
#
Packit 857059
# Output is generated when a threshold is exceeded.
Packit 857059
#
Packit 857059
# Counters for which a non-zero threshold is specified will be checked
Packit 857059
# and potentially cleared by opareport and related tools using opareport.
Packit 857059
Packit 857059
Threshold                  Greater  # how to compare counter to threshold
Packit 857059
                                    # Greater - reports values > threshold
Packit 857059
                                    # Equal - reports values >= threshold
Packit 857059
                                    # Does not apply to Link Quality Indicator
Packit 857059
Packit 857059
# Normal Data Movement
Packit 857059
# --------------------
Packit 857059
XmitData                         0  # as MB
Packit 857059
RcvData                          0  # as MB
Packit 857059
XmitPkts                         0  # as packets
Packit 857059
RcvPkts                          0  # as packets
Packit 857059
MulticastXmitPkts                0  # as packets
Packit 857059
MulticastRcvPkts                 0  # as packets
Packit 857059
Packit 857059
# Signal Integrity and Node/Link Stability
Packit 857059
# ----------------------------------------
Packit 857059
LinkQualityIndicator             4  # (range 0-5) higher number indicates
Packit 857059
                                    # better quality.
Packit 857059
                                    # Unlike other thresholds, links with a
Packit 857059
                                    # value less (worse quality) than this
Packit 857059
                                    # threshold are flagged
Packit 857059
UncorrectableErrors              1
Packit 857059
LinkDowned                       3
Packit 857059
RcvErrors                        1
Packit 857059
ExcessiveBufferOverruns          1
Packit 857059
FMConfigErrors                   1
Packit 857059
LinkErrorRecovery                0
Packit 857059
LocalLinkIntegrityErrors         0
Packit 857059
RcvRemotePhysicalErrors          0  # side effect of errors elsewhere, ignore
Packit 857059
NumLanesDown                     0  # LinkWidthDowngrade
Packit 857059
Packit 857059
# Security
Packit 857059
# --------
Packit 857059
XmitConstraintErrors            10
Packit 857059
RcvConstraintErrors             10
Packit 857059
Packit 857059
# Routing or Down nodes still being sent to
Packit 857059
# -----------------------------------------
Packit 857059
RcvSwitchRelayErrors             0
Packit 857059
XmitDiscards                     0  # superset of CongDiscards
Packit 857059
Packit 857059
# Congestion
Packit 857059
# ----------
Packit 857059
CongDiscards                     0
Packit 857059
RcvFECN                          0
Packit 857059
RcvBECN                          0
Packit 857059
MarkFECN                         0
Packit 857059
XmitTimeCong                     0
Packit 857059
XmitWait                         0
Packit 857059
Packit 857059
# Bubbles
Packit 857059
# -------
Packit 857059
XmitWastedBW                     0
Packit 857059
XmitWaitData                     0
Packit 857059
RcvBubble                        0