python-mk-livestatus icon indicating copy to clipboard operation
python-mk-livestatus copied to clipboard

Helps to query MK livestatus and get results

Results 5 python-mk-livestatus issues
Sort by recently updated
recently updated
newest added

I try query 6 from http://mathias-kettner.de/checkmk_livestatus.html GET services Stats: state = 0 Stats: state = 1 Stats: state = 2 Stats: state = 3 like: ``` python from mk_livestatus import...

On latest Icinga2, for example making a plain "GET services" query fails. Apparently the reason is that the query must contain an extra trailing newline that python-mk-livestatus is not adding....

Hi, I have added some better error handling to the Livestatus requests. It is now able to differentiate between syntax errors and Livestatus availability errors. Some highlights: - An empty...

livestatus sockets can support scheduling external Nagios commands provide minimal support to send Nagios commands to livestatus socket

I've added methods to support stats queries to check_mk livestatus. I encountered an issue where stats query responses are not formatted correctly. Specifically a single statistic would be formatted as...