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

update project

parent 3bb79488
No related branches found
No related tags found
No related merge requests found
......@@ -163,7 +163,7 @@ def check_ospf_neighbor(item, params, parsed):
'8': 'full'}
return names.get(st, 'unknown: %s' % st)
# default checkmk states for ctsxSxpConnStatus
# default checkmk states for ospfNbrState
neighborstate = {
'1': 2, # down
'2': 1, # attempt
......
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