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

update project

parent 53ae3f51
No related branches found
No related tags found
No related merge requests found
......@@ -197,7 +197,8 @@ def check_ospfv3_area(item, params, section: Dict[str, OspfV3Area]) -> CheckResu
)
yield Result(state=State.OK, summary=f'Area type: {area.AreaType}')
yield Result(state=State.OK, summary=f'area scope LSA checksum: {area.AreaScopeLsaCksumSum}')
yield Metric(name='ospfv3_area_nssatranslatorevents', value=area.AreaNssaTranslatorEvents),
yield Metric(name='ospfv3_area_nssatranslatorevents', value=area.AreaNssaTranslatorEvents)
yield Result(state=State.OK, notice=f'Area import as extern: {area.AreaImportAsExtern}')
yield Result(state=State.OK, notice=f'Area summary: {area.AreaSummary}')
......
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