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

update project

parent 7ae91b5a
No related branches found
No related tags found
No related merge requests found
......@@ -172,9 +172,8 @@ def parse_ospfv3_area(string_table: StringTable) -> Dict[str, OspfV3Area]:
def discovery_ospfv3_area(section: Dict[str, OspfV3Area]) -> DiscoveryResult:
print(section)
for area in section.keys():
return Service(item=area)
yield Service(item=area)
def check_ospfv3_area(item, params, section: Dict[str, OspfV3Area]) -> CheckResult:
......
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