Collection of CheckMK checks (see https://checkmk.com/). All checks and plugins are provided as is. Absolutely no warranty. Send any comments to thl-cmk[at]outlook[dot]com

Skip to content
Snippets Groups Projects
Commit 177da446 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent 7d9f7dee
No related branches found
No related tags found
No related merge requests found
......@@ -4,14 +4,21 @@
Monitors status of Cisco BGP peers
**Incompatible changes form the last version (for CMK 1.6.x)**
- **minuptime: changed from warn to warn/crit**
- **check output: remove details changed to add details**
- **perfdate: names changed**
Check Info:
* *service*: this check creates one service for each peer/address family (IPv4 and IPv6)
* *state*: \
**critical**: if Peer state is idle or if acceptedprefixed >= prefixadminlimit\
**warning**: if Peer state is not idle or not established, if Peer uptime < min. uptime, if Admin state is not admin start, if acceptedprefixed >= warnthreshold
**warning**: if Peer state is not idle or not established, if acceptedprefixed >= warnthreshold, if Admin state is not admin start
**critical**/**warning**: if Peer uptime below the configured levels (see WATO)
* *wato*:
* **min uptime**: minimum time before a bgp peer connection is consinderd as stable, default 86400 seconds (1 day)
* **min uptime**: minimum time levels before a bgp peer connection is consinderd as stable, default 7200/3600 (warn/crit) seconds
* **Local AS**: use AS as local AS, if SNMP *cbgpPeer2LocalAs* is not valid
* **HTML output**: enable HTML Output for long output of check plugin (multiline)
* **Infotext values**: select which information is shown in the check output
......@@ -35,4 +42,6 @@ Sample output
![sample output](/doc/sample.png?raw=true "sample [SHORT TITLE]")
WATO
![wato](/doc/wato.png?raw=true "wato [SHORT TITLE]")
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment