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

update project

parent 410fea15
No related branches found
No related tags found
No related merge requests found
No preview for this file type
......@@ -9,4 +9,5 @@
'title': u'Cisco BGP Peer',
'version': '20200604.v.0.2c',
'version.min_required': '1.2.8b8',
'version.packaged': '1.4.0p38'}
\ No newline at end of file
'version.packaged': '1.6.0p15',
'version.usable_until': None}
\ No newline at end of file
......@@ -3,10 +3,11 @@
#
# Cisco BGP Peer metrics plugin
#
# Author: Th.L.
# Author: thl-cmk[at]outlook[dot]com / thl-cmk.hopto.org
# Date : 2017-12-26
#
# 25.05.2018: cleanup
# 2018-05-25: cleanup
# 2020-09-10: fixed typo (MS --> FSM (Thanks martin[dot]pechstein[at]posteo[dot]de)
#
#####################################################################################################################
......@@ -69,12 +70,12 @@ metric_info['cisco_bgp_peer_outtotalmessages'] = {
'color': '13/a',
}
metric_info['cisco_bgp_peer_fsmestablishedtransitions'] = {
'title': _('FMS transitions'),
'title': _('FSM transitions'),
'unit': 'count',
'color': '23/a',
}
metric_info['cisco_bgp_peer_fsmestablishedtime'] = {
'title': _('FMS last change'),
'title': _('FSM last change'),
'unit': 's',
'color': '26/a', # 26
}
......@@ -150,14 +151,14 @@ graph_info.append({
})
graph_info.append({
'title': _('FMS transitions from/to established'),
'title': _('FSM transitions from/to established'),
'metrics': [
('cisco_bgp_peer_fsmestablishedtransitions', 'line'),
],
})
graph_info.append({
'title': _('FMS established last change'),
'title': _('FSM established last change'),
'metrics': [
('cisco_bgp_peer_fsmestablishedtime', 'line'),
]
......
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