]> granicus.if.org Git - icinga2/commit
Refactor JSON-RPC library and implement check-result messages.
authorGunnar Beutner <gunnar.beutner@netways.de>
Tue, 27 Aug 2013 10:21:41 +0000 (12:21 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Tue, 27 Aug 2013 10:21:41 +0000 (12:21 +0200)
commitf49bb3d1503e7d75327270b091d78509034ef0bd
tree9a74fcf532aaa512b604f8f0463d1af784b5e557
parent45b8d9646118d4eb9dd5ec66a1e72797371a5244
Refactor JSON-RPC library and implement check-result messages.
59 files changed:
components/Makefile.am
components/checker/Makefile.am
components/checker/checkercomponent.h
components/cluster/.gitignore [new file with mode: 0644]
components/cluster/Makefile.am [moved from lib/remoting/Makefile.am with 52% similarity]
components/cluster/cluster-type.conf [moved from lib/remoting/remoting-type.conf with 82% similarity]
components/cluster/cluster.vcxproj [moved from lib/remoting/remoting.vcxproj with 76% similarity]
components/cluster/cluster.vcxproj.filters [new file with mode: 0644]
components/cluster/clustercomponent.cpp [new file with mode: 0644]
components/cluster/clustercomponent.h [moved from lib/remoting/endpointmanager.h with 66% similarity]
components/cluster/endpoint.cpp [moved from lib/remoting/endpoint.cpp with 95% similarity]
components/cluster/endpoint.h [moved from lib/remoting/endpoint.h with 95% similarity]
components/cluster/jsonrpc.cpp [moved from lib/remoting/jsonrpc.cpp with 98% similarity]
components/cluster/jsonrpc.h [moved from lib/remoting/jsonrpc.h with 95% similarity]
components/compat/Makefile.am
components/compat/checkresultreader.h
components/compat/compatlog.h
components/demo/Makefile.am
components/demo/democomponent.cpp
components/demo/democomponent.h
components/ido_mysql/Makefile.am
components/livestatus/Makefile.am
components/notification/Makefile.am
configure.ac
contrib/config/osmc2012/icinga-c1.pem
contrib/config/osmc2012/icinga-c2.pem
contrib/config/osmc2012/icinga-c3.pem
contrib/gdb/icingadbg.py
lib/Makefile.am
lib/base/array.cpp
lib/base/array.h
lib/base/bufferedstream.cpp
lib/base/bufferedstream.h
lib/base/dictionary.cpp
lib/base/dictionary.h
lib/base/dynamicobject.cpp
lib/base/fifo.cpp
lib/base/fifo.h
lib/base/networkstream.cpp
lib/base/networkstream.h
lib/base/stdiostream.cpp
lib/base/stdiostream.h
lib/base/stream.h
lib/base/stream_bio.cpp
lib/base/tlsstream.cpp
lib/base/tlsstream.h
lib/config/configitem.cpp
lib/icinga/Makefile.am
lib/icinga/icinga-type.conf
lib/icinga/icingaapplication.cpp
lib/icinga/icingaapplication.h
lib/icinga/notification.cpp
lib/icinga/service-check.cpp
lib/ido/Makefile.am
lib/python/Makefile.am
lib/remoting/.gitignore [deleted file]
lib/remoting/endpointmanager.cpp [deleted file]
lib/remoting/i2-remoting.h [deleted file]
lib/remoting/remoting.vcxproj.filters [deleted file]