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
README.md 2.35 KiB
Newer Older
thl-cmk's avatar
thl-cmk committed
# BGP peer
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
Monitors status of Arista Networks BGP peers (IPv4 and IPv6)
thl-cmk's avatar
thl-cmk committed

thl-cmk's avatar
thl-cmk committed
**Note**: this plugin will supersede the original `arista_bgp` plugin.

<details><summary>arista_bgp_peer</summary>
thl-cmk's avatar
thl-cmk committed

</details>
thl-cmk's avatar
thl-cmk committed
<details><summary>inv_arista_bgp_peer</summary>
thl-cmk's avatar
thl-cmk committed

</details>

---
### Download
thl-cmk's avatar
thl-cmk committed
* [arista_bgp_peer.mkp](https://thl-cmk.hopto.org/gitlab/checkmk/arista_networks/arista_bgp_peer/-/raw/master/arista_bgp_peer.mkp "Download the MKP file")
thl-cmk's avatar
thl-cmk committed
                        
---
### Installation

You can install the package by uploading it to your CheckMK site and as site user run `mkp install PAKAGE_NAME.mkp`.


In the Enterprise/Free edition of CheckMK you can use the GUI to install the package (_Setup_ -> _Extension Packages_ -> _Upload package_)

thl-cmk's avatar
thl-cmk committed
In addition to this package you need to install the vendor independent plugin [BGP Peer](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/bgp_peer "BGP Peer") as well. 

thl-cmk's avatar
thl-cmk committed
---
### Want to Contribute?
Nice ;-) Have a look at the [contribution guidelines](CONTRIBUTING.md "Contributing")

---
### Check Info

The plugin creates the service **_SERVICENAME_** for each discovered FOR WHAT with the **_HOW_TO_BUILD_THE_ITEM_** as item

<details><summary>Montoring states</summary>

| State | condition | WATO | 
| ------ | ------ | ------ |
| WARN | condition 1 | yes |
| CRIT | condition 2 | no |
| WARN/CRIT | condition 3 | no |

</details>

<details><summary>Perfdata</summary>

| Metric | Unit | Perfometer |
| ------ | ------ | ------ |
| METRIC 1 | bit/s | yes |
| METRIC 2 | C | yes |
| METRIC 3 | V | no |

</details>

---
### WATO
<details><summary>Service monitoring rule</summary>

| Section | Rule name |
| ------ | ------ |
| Networking | NAME_OF_THE_RULE  |

| Option | Defailt value |
| ------ | ------ |
| OPTION 1 | 10/50|
| OPTION 2 | 70/90 |
| OPTION 3 | CHOICE 1 |
| OPTION 4 | disabled |

</details> 

<details><summary>Discovery rule</summary>

| Section | Rule name |
| ------ | ------ |
| Discovery of individual services | NAME_OF_THE_RULE  |

| Option | Defailt value |
| ------ | ------ |
| OPTION 1 | disabled |

</details> 

<details><summary>HW/SW inventory rules</summary>
The inventory plugin is not configurable.
</details> 

---
### Sample Output

Sample output

![sample output](/doc/sample.png?raw=true "sample output")

Sample output details

![sample output details](/doc/sample-details.png?raw=true "sample output details")