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 c6973c74 authored by thl-cmk's avatar thl-cmk :flag_na:
Browse files

Update README.md

parent 03976667
No related branches found
No related tags found
No related merge requests found
# BGP Peer [(Download the MKP package)](/../../../-/raw/master/bgp_peer.mkp "Download MKP package")
# BGP Peer
Check plugin to monitors status of BGP peers and inventory plugin for static BGP peer data.
......@@ -7,36 +7,46 @@ Check plugin to monitors status of BGP peers and inventory plugin for static BGP
**NOTE**: this check is the base for the [Arista](https://thl-cmk.hopto.org/gitlab/checkmk/arista_networks/arista_bgp_peer), [Cisco](https://thl-cmk.hopto.org/gitlab/checkmk/cisco/cisco_bgp_peer), [Huawei](https://thl-cmk.hopto.org/gitlab/checkmk/huawei/huawei_bgp_peers) and [Juniper](https://thl-cmk.hopto.org/gitlab/checkmk/juniper-networks/juniper_bgp_peer) BGP peer addons.
---
### Check Info:
### Check Info
* *service*: creates the service **BGP Peer** with the ip-address of the peer as item. Depending on the addon the address family and the VRF/VR/Remote AS will also be used in the item. Except for the remote peer address this is configurable.
---
* *state*:\
**critical**: if Peer state is idle or if accepted_prefixes >= prefix_admin_limit\
**warning**: if Peer state is not idle or not established, if accepted_prefixes >= warn_threshold, if Admin state is not admin start\
**critical**/**warning**: if Peer uptime below the configured levels\
**critical**: if Peer not found in SNMP data
---
* *wato*: [see WATO options](/doc/wato.png?raw=true "WATO options")
---
* *perfdata (if avilable)*:
* in/out updates (/s)
* in/out messages (/s)
* Peer uptime (s)
* Last update recived (/s)
* FMS Transitions (count)
---
### Download
* [bgp_peer.mkp (latest version)](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/bgp_peer/-/raw/master/bgp_peer.mkp "Download latest version")
---
### Installation
You can install the package by uploading it to your CheckMK site and as site user run `mkp install bgp_peer.mkp`.
In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)
---
### Want to contribute?
Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")
---
### Sample output
<details><summary>Sample output</summary>
![sample output](/doc/sample.png?raw=true "sample output")
</details>
......
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