check-mk-web-api
check-mk-web-api copied to clipboard
Python library to talk to the Check_Mk Web API
Catch "Invalid automation secret" to avoid the following exception: in make_request body_dict = json.loads(body) File "/usr/lib/python3.8/json/__init__.py", line 357, in loads return _default_decoder.decode(s) File "/usr/lib/python3.8/json/decoder.py", line 337, in decode obj, end...
Hi, I am testing in a check_mk installation with a self-signed SSL certificate and I was getting this error: `raise URLError(err)urllib.error.URLError: ` The crash happens here : https://github.com/brennerm/check-mk-web-api/blob/master/check_mk_web_api/__init__.py#L142-L145 In a...
Hello, I am facing the issue that you can't create a host with snmp-host. The response from the exeption message says: "Check_MK exception: Unknown tag group snmp_community". To reproduce this...
Adding auth headers with the same credentials.Useful when HTTP and basic auth used in check_mk.
With the release of [checkmk 2.0](https://blog.checkmk.com/announcing-checkmk-2.0-and-its-innovation-release) there will be a new REST API. We should add support for it as soon as it's available.
the output of get_hosttags() look much more like python(str) format to me, with the value key pairs being quoted in single quotes. But valid JSON only has double quotes. How...