From 24b4f18baf7931afe36f7a7a87bbd2d692d3c47e Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Fri, 3 Apr 2020 14:54:06 +0100 Subject: [PATCH] Update README.md --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index e69de29..e173537 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,29 @@ +# Interface error details + +Monitors error details of ethernet like interfaces + +Check Info: + +* *service*: creates one item per ethernet like interface +* *state*: always ok +* *wato*: none +* *perfdata*: + * Alignment errors + * Deferred transmissions + * Excessive collisions + * FCS errors + * Frame too long + * Internal MAC receive errors + * Internal MAC transmit errors + * Late collisions + * Multiple collision frames + * Sarrier sense errors + * Single collision frames + * Symbol errors + * SQE test errors + + + + +**IMPORTANT: Disable this check globaly please. Enable it only for devices where you want to monitor RX/TX pause frames.** \ +**(in my environment of about 600 switches it added around 6000 new services!!!)** \ No newline at end of file -- GitLab