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

update project

parent f1a7a0aa
No related branches found
No related tags found
No related merge requests found
......@@ -69,11 +69,7 @@ register.agent_section(
def render_per_second(value: float) -> str:
return f'{value}/s'
def render_seconds(value: float) -> str:
return f'{value:0.4f} seconds'
return f'{value:0.2f}/s'
squid_map = {
......@@ -154,7 +150,7 @@ squid_map = {
'label': 'Median response time',
'levels_upper': 'dns_time',
'metric_name': 'dns_median_svc_time',
'render_func': render_seconds,
'render_func': render.timespan,
}},
}
......
{'author': 'Th.L. (thl-cmk[at]outlook[dot]com)',
'description': 'Squid3 Health Check\n'
'description': 'Squid Web Proxy Health Check\n'
'\n'
'based on Allan GooD - allan.cassaro@gmail.com work. \n'
'See https://github.com/allangood/check_mk\n'
......
No preview for this file type
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