You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
WIP: add QH command to access the query handler via livestatus
this PR adds access to the query handler via livestatus. Since livestatus is
commonly used it would be nice to subscribe to events via livestatus too.
So we simply pass through query handler commands and therefor allow things like:
echo "QH help" | nc -U tmp/run/live
or
echo "QH @nerd subscribe servicechecks" | nc -U tmp/run/live
TODO:
- It is not yet interactive, so you send a command once and will get the results.
- implement proper shutdown
Signed-off-by: Sven Nierlein <sven@nierlein.de>
0 commit comments