Werk #12185: local checks: automatically show metrics in output

Component Checks & agents
Title local checks: automatically show metrics in output
Date Mar 5, 2021
Level Trivial Change
Class New Feature
Compatibility Compatible - no manual interaction needed
Checkmk versions & editions
2.1.0b1 Checkmk Raw (CRE), Checkmk Enterprise (CEE), Checkmk MSP (CME)

Local checks will now automatically show their metrics in the service output. This means you can simplify your local checks from outputting e.g.

P Warehouse number_of_things=23;17;42 Number of things: 23.00

to the shorter

P Warehouse number_of_things=23;17;42

Note that the levels will only be shown in the service graphs, if 'P' is used for the state -- that is, if Checkmk can be sure that they actually affect the state of the service.

To the list of all Werks