Check_MK service: Parameters({'age': ('fixed', (777600.0, 1382400.0))

Checkmk Raw Edition 2.4.0p15.

I have two hosts with a [Check_MK] service that shows just this in the summary:

Parameters({‘age’: (‘fixed’, (777600.0, 1382400.0)),

And just this as Perf-O-Meter:

Exception: No closing quotation

This happen only when those two hosts are configured with API integrations:

All other services on those hosts work perfectly, including [Check_MK inventory] and [Check_MK HW/SW Inventory]

The integration I’m using is just the SSL Labs one:
Checkmk / Various / Qualys SSL Labs API Agent · GitLab

Notwithstanding the check_mk service errors, the ssl lab check is working, as it creates a service with the check results.

If i disable API integrations on the hosts, the check_mk service summary and Perf-O-Meter start working correctly, but the ssl labs service vanishes.

Any idea how to troubleshoot\fix this problem?

Note: i don’ t use the checkmk agent on almost all monitored hosts.

The reason is a evil print statement

inside the file ~/local/lib/python3/cmk_addons/ssl_labs/agent_based/ssllabs_grade.py

If you remove this print line and then save the package with a small different version number, this change will be update safe.

Or you wait for @thl-cmk to build a new mkp :wink:

1 Like

thanks @andreas-doehler

removing the line the error goes away

(on my checkmk the file is here:
~/local/lib/python3/cmk_addons/plugins/ssl_labs/agent_based/ssllabs_grade.py)

Yeah i forgot the /plugins/ inside the path as i was writing without real system running :smiley:

the fixed version is online now.