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

update project

parent 96877dff
No related branches found
No related tags found
No related merge requests found
......@@ -264,7 +264,7 @@ def bgp_get_peer_entry(
for key, value in [
('fsmestablishedtransitions', fsm_established_transitions),
# ('inupdateelapsedtime', in_update_elapsed_time),
('inupdateelapsedtime', in_update_elapsed_time),
]:
try:
bgp_peer.metric_count.append((key, int(value)))
......
No preview for this file type
{'2023-01-23: added support for Arista Networks\ndownload_url': 'https://thl-cmk.hopto.org',
'author': 'Th.L. (thl-cmk[at]outlook[dot]com)',
{'author': 'Th.L. (thl-cmk[at]outlook[dot]com)',
'description': 'based on BGP Peer State Check by Thomas Wollner\n'
'\n'
'Rewritten for CMK 2.0 by thl-cmk[at]outlook[dot]com\n'
......@@ -9,6 +8,7 @@
'2021-11-08: added helper functions from cisco_bgp_peer\n'
'2021-11-14: merged with cisco_bgp_peer\n'
'2022-04-18: merged with huawei_bgp_peer\n',
'download_url': 'https://thl-cmk.hopto.org/vendor-independent/bgp_peer',
'files': {'agent_based': ['bgp_peer.py',
'inv_bgp_peer.py',
'utils/bgp_peer.py'],
......
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