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

update project

parent f5855aba
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ def discovery_cisco_asyncos_messageage(section: CiscoAsyncosMessageage) -> Disco ...@@ -55,7 +55,7 @@ def discovery_cisco_asyncos_messageage(section: CiscoAsyncosMessageage) -> Disco
def check_cisco_asyncos_messageage(params, section: CiscoAsyncosMessageage) -> CheckResult: def check_cisco_asyncos_messageage(params, section: CiscoAsyncosMessageage) -> CheckResult:
yield from check_levels( yield from check_levels(
value=section.messageage, value=section.messageage,
label='Oldest messages age', label='Oldest messages',
metric_name='message_age', metric_name='message_age',
levels_upper=params.get('upper', None), levels_upper=params.get('upper', None),
render_func=render.timespan, render_func=render.timespan,
......
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