I am relatively new to Checkmk and would like to monitor the CPU Ready States. I find different posts on the internet about this. Mainly, it is written that it is either not possible yet or was possible at some point.
In one post, I read that evaluation via API is possible, but I haven’t made any progress, probably because I have no experience with APIs. Can someone tell me or give me an approach on how to read the values via API?
In an article, I came across the following: esx_vsphere_counters.
Can someone give me a tip on how to integrate this best?
The vCenter Rest API does not provide the data, unfortunately.
With pyvmomi you can write your own special agent that fetches the data and assign that to the hosts/vms via piggyback data.