Module: check_mk
Branch: master
Commit: 35851fc211bad3da531937d12d96b930027db858
URL: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=35851fc211bad3…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Fri Oct 20 12:23:15 2017 +0200
5190 The Livestatus command LOG works for the Nagios core now, too.
Previously only the CMC understood the Livestatus command LOG. This works
for the Nagios core now, too.
Note: For technical reasons the command is available under the name _LOG,
too, when the Nagios core is used, but this name is discouraged when using
Livestatus. On the other hand: If you use the Nagios command pipe, you have
to use _LOG. This tiny inconsistency is a bit unfortunate, but it is caused
by the way how Nagios handles custom commands.
Change-Id: Ic90199aeef897d2881fe60b47f0bc94fc559f02a
---
.werks/5190 | 17 ++++++
livestatus/src/Store.cc | 154 +++++++++++++++++++++++++++--------------------
livestatus/src/Store.h | 27 ++++++++-
livestatus/src/module.cc | 7 +++
4 files changed, 139 insertions(+), 66 deletions(-)
Diff: http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=35851fc211…