I am using agent based Check_MK checks. check_mk_agent plugin is throwing this ootput:
JOB1 70 40 100 Build stability: No recent builds failed.
sdfsdfsdf OK
Test 50 20 75 Build stability: 1 out of the last 4 builds failed.
Test2 50 20 100 Build stability: No recent builds failed.
Where,
first field is the job name, second is the warning health score, third is critical health score(warning and critical need to be checked with the actual score), fourth is actual health score, and rest is the health description for the respective job.
How to write Check_MK check for it?
