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

update project

parent 354fa018
No related branches found
No related tags found
No related merge requests found
......@@ -400,7 +400,7 @@ def check_cisco_bgp_peer(item, params, section: Dict[str, Peer]) -> CheckResult:
['IP-address', peer.get('localaddr'), peer.get('remoteaddr')],
['Router-ID', peer.get('localid'), peer.get('remoteid')],
['Autonomus System', peer.get('localas'), str(peer.get('remoteas')) + bgptype],
['State', _cisco_bgp_peerstate(peer["state"]), ''],checkpoint_ia_adquery_summary
['State', _cisco_bgp_peerstate(peer["state"]), ''],
['Admin state', _cisco_bgp_adminstate(peer["adminstate"]), ''],
['Last error', peer.get('lasterror'), ''],
['Last error text', peer.get('lasterrortxt'), ''],
......
No preview for this file type
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