Module: check_mk
Branch: master
Commit: b0f36265a41e604ce83d91841f04cca206d90b9c
URL:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commit;h=b0f36265a41e60…
Author: Sven Panne <sp(a)mathias-kettner.de>
Date: Fri May 20 09:13:22 2016 +0200
Fetched livestatus from downstream.
---
livestatus/src/Makefile.am | 4 +
livestatus/src/TableEventConsole.cc | 147 ++++++++++++++++++++++++++++
livestatus/src/TableEventConsole.h | 121 +++++++++++++++++++++++
livestatus/src/TableEventConsoleEvents.cc | 56 +++++++++++
livestatus/src/TableEventConsoleEvents.h | 38 +++++++
livestatus/src/TableEventConsoleHistory.cc | 61 ++++++++++++
livestatus/src/TableEventConsoleHistory.h | 38 +++++++
livestatus/src/TableEventConsoleStatus.cc | 86 ++++++++++++++++
livestatus/src/TableEventConsoleStatus.h | 38 +++++++
9 files changed, 589 insertions(+)
Diff:
http://git.mathias-kettner.de/git/?p=check_mk.git;a=commitdiff;h=b0f36265a4…