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

update project

parent 4fd903a3
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@
# 2022-05-11: changed bgp_get_peer_entry to get proper parameters instead of Nontransparent list
# added remote_as to BgpPeerItem
# 2022-05-12: changed IPv6 address format to lower case as required by rfc5952 section-4.3 (this affects IPv6 peers)
# 2023-06-13: moved metrics definition to to bgp_peer base plugin
# snmpwalk sample
# .1.3.6.1.4.1.2011.5.25.177.1.1.2.1.1.0.2.1.2.16.32.32.9.200.0.2.0.1.0.0.0.0.31.100.0.7 = Gauge32: 4
......
File added
No preview for this file type
......@@ -3,19 +3,20 @@
'\n'
'- creates one service for each peer/address family (IPv4 and '
'IPv6)\n'
'- performance data include\n'
' FMS last change/transitions\n'
' Peer uptime\n'
' Prefixes active/advertised/received \n'
'\n'
'needs the bgp_peer.mkp (minimum version 20220418.v1.7) '
'package to work \n'
'\n'
'see: '
'https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/bgp_peer/-/raw/master/bgp_peer.mkp\n'
'To use this plugin you must also install my bgp_peer base '
'plugin '
'(https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/bgp_peer)\n'
' \n',
'download_url': 'https://thl-cmk.hopto.org',
'files': {'agent_based': ['huawei_bgp_peer.py'],
'gui': ['metrics/huawei_bgp_peer.py']},
'download_url': 'https://thl-cmk.hopto.org/gitlab/checkmk/huawei/huawei_bgp_peer',
'files': {'agent_based': ['huawei_bgp_peer.py']},
'name': 'huawei_bgp_peer',
'title': 'Huawei BGP Peer',
'version': '0.b.0-20230607',
'version': '1.0.0-20230613',
'version.min_required': '2.1.0b1',
'version.packaged': '2.1.0p21',
'version.usable_until': None}
\ No newline at end of file
'version.packaged': '2.2.0p2',
'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