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

update project

parent 305fa2e3
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,7 @@
# added events as perfdata (incl. metrics file)
# moved part of the output to long output
# a little code cleanup to better match coding guide lines
# 03-11-2019: moved 'events' from infotext to longoutput
#
###############################################################################
......@@ -124,7 +125,7 @@ def check_ospf_neighbor(item, params, info):
if events:
events = int(events)
output += ', Events: %d' % events
longoutput += '\nEvents: %d' % events
perfdata.append(['ospf_events', events])
if options:
......
No preview for this file type
......@@ -7,6 +7,6 @@
'name': 'ospf_neighbor',
'num_files': 3,
'title': u'OSPF Neighbor State Check',
'version': '20180806.v1.2',
'version': '20191103.v1.2a',
'version.min_required': '1.2.8b8',
'version.packaged': '1.4.0p35'}
\ No newline at end of file
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