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

update project

parent 24a72ff2
Branches 2.1.x
No related tags found
No related merge requests found
[PACKAGE]: ../../raw/master/mkp/bgp_peer-2.2.2-20240308.mkp "bgp_peer-2.2.2-20240308.mkp"
[PACKAGE]: ../../raw/master/mkp/bgp_peer-2.2.3-20240517.mkp "bgp_peer-2.2.3-20240517.mkp"
# BGP Peer
Check plugin to monitor the status of BGP peers and inventory plugin for static BGP peer data.
......
File added
......@@ -9,6 +9,7 @@
#
# BGP Peer metrics plugin
#
# 2024-05-17: fixed typo in range mac -> max (crashed graphs in cmk 2.3.)
#
from cmk.gui.i18n import _
......@@ -198,7 +199,7 @@ graph_info['bgp_peer.time_since_last_update'] = {
'metrics': [
('bgp_peer_inupdateelapsedtime', 'area'),
],
'range': (0, 'bgp_peer_inupdateelapsedtime:mac'),
'range': (0, 'bgp_peer_inupdateelapsedtime:max'),
}
# juniper prefixes
......
......@@ -37,7 +37,7 @@
'web': ['plugins/views/inv_bgp_peer.py']},
'name': 'bgp_peer',
'title': 'BGP Peer',
'version': '2.2.2-20240308',
'version': '2.2.3-20240517',
'version.min_required': '2.2.0b1',
'version.packaged': '2.2.0p17',
'version.packaged': '2.2.0p24',
'version.usable_until': None}
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