brennerm / check-mk-web-api

Python library to talk to the Check_Mk Web API
https://brennerm.github.io/check-mk-web-api/
MIT License
53 stars 26 forks source link

Is there any way I can get the Critical Services using this API? For example, I want to retrieve the host down alerts as soon as a server goes down, or if Memory goes high on some server and check shows it critical I want to retreive it using python. #18

Closed Yagyansh closed 4 years ago

brennerm commented 4 years ago

Hi @Yagyansh, unfortunately the Checkmk Web API does not support this feature.

You can check the command reference for future additions. I will add support for new endpoints to this library asap.