]> granicus.if.org Git - icinga2/commit
Implement api event streams
authorMichael Friedrich <michael.friedrich@netways.de>
Mon, 19 Oct 2015 15:31:18 +0000 (17:31 +0200)
committerMichael Friedrich <michael.friedrich@netways.de>
Wed, 21 Oct 2015 13:34:26 +0000 (15:34 +0200)
commit286538c17ecbc3cceeba3e5027b2ddc889b5b269
treecd7bd8fac65f5fecc0013bb307ed99a977daaca0
parent2a2da04af676230488a3d9a41852d4b1674b49a1
Implement api event streams

Documentation is not yet complete.

refs #9078
23 files changed:
doc/9-icinga2-api.md
icinga-studio/aboutform.hpp
icinga-studio/connectform.hpp
lib/base/array.hpp
lib/base/tlsstream.cpp
lib/icinga/CMakeLists.txt
lib/icinga/apievents.cpp
lib/icinga/apievents.hpp
lib/icinga/checkable-check.cpp
lib/icinga/checkable-downtime.cpp
lib/icinga/clusterevents.cpp [new file with mode: 0644]
lib/icinga/clusterevents.hpp [new file with mode: 0644]
lib/remote/CMakeLists.txt
lib/remote/apilistener.cpp
lib/remote/eventqueue.cpp [new file with mode: 0644]
lib/remote/eventqueue.hpp [new file with mode: 0644]
lib/remote/eventshandler.cpp [new file with mode: 0644]
lib/remote/eventshandler.hpp [new file with mode: 0644]
lib/remote/filterutility.cpp
lib/remote/filterutility.hpp
lib/remote/httpresponse.cpp
lib/remote/httpresponse.hpp
lib/remote/httputility.hpp