i have written small local plugin in a host under “/usr/lib/check_mk_agent/plugins” this path
and at the end in the script i am giving as output
echo “$status ELASTICSEARCH count=$activeshards $msg”
where status give the status as ok,warn,critical and “ELASTICSEARCH” as service name and “$msg” as service state. as shown below
but i need service name as “Elastic Search” that is with space in the service name . For that when i give in the local plugin script output as
echo “$status ELASTIC SEARCH count=$activeshards $msg”
Your screenshot is not showing a CheckMK 2.0 installation (only beta at the moment available). It will be only possible with 2.0.
With your 1.6 you cannot have spaces in the service name from local checks.