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

update project

parent a5971bcb
No related branches found
No related tags found
No related merge requests found
......@@ -134,9 +134,9 @@ def check_ospfv3_general(params, section: OspfV3General) -> CheckResult:
if section.AdminStatus == 'disabled':
yield Result(state=State(params['state_admin_disabled']), notice='Admin disabled')
yield Metric(name='ospf3_general_lsacount', value=section.AsScopeLsaCount)
yield Metric(name='ospf3_general_rxnewlsas', value=section.RxNewLsas)
yield Metric(name='ospf3_general_extlsacount', value=section.ExtLsaCount)
yield Metric(name='ospfv3_general_lsacount', value=section.AsScopeLsaCount)
yield Metric(name='ospfv3_general_rxnewlsas', value=section.RxNewLsas)
yield Metric(name='ospfv3_general_extlsacount', value=section.ExtLsaCount)
register.snmp_section(
......
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