]> granicus.if.org Git - icinga2/commit
Refactor the agent and cluster components.
authorGunnar Beutner <gunnar@beutner.name>
Sat, 3 May 2014 18:02:22 +0000 (20:02 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 8 May 2014 07:13:04 +0000 (09:13 +0200)
commit45270f1bb8df9dc188338e714299a7ac127c6e1b
tree64137d5d9de98ce1a27c57b13378d976bcb1c7a8
parent0571d8a46498b5d3671bd97d89e0c445e1f2b8db
Refactor the agent and cluster components.

Refs #6107
86 files changed:
components/CMakeLists.txt
components/agent/CMakeLists.txt [deleted file]
components/agent/agent-type.conf [deleted file]
components/agent/agentchecktask.cpp [deleted file]
components/agent/agentlistener.cpp [deleted file]
components/agent/agentlistener.ti [deleted file]
components/checker/CMakeLists.txt
components/checker/checkercomponent.cpp
components/cluster/CMakeLists.txt [deleted file]
components/cluster/cluster-type.conf [deleted file]
components/cluster/clusterlistener.cpp [deleted file]
components/cluster/clusterlistener.h [deleted file]
components/demo/CMakeLists.txt
components/demo/demo.cpp
components/demo/demo.h
etc/CMakeLists.txt
etc/icinga2/constants.conf
etc/icinga2/features-available/agent.conf [deleted file]
etc/icinga2/features-available/api.conf [new file with mode: 0644]
icinga-app/icinga.cpp
lib/base/application.cpp
lib/base/application.h
lib/base/dynamicobject.cpp
lib/base/dynamicobject.h
lib/base/dynamicobject.ti
lib/base/initialize.h
lib/base/serializer.cpp
lib/base/socket.h
lib/base/stream.h
lib/base/timer.cpp
lib/base/tlsstream.cpp
lib/base/tlsstream.h
lib/base/utility.cpp
lib/base/utility.h
lib/config/aexpression.cpp
lib/config/base-type.conf
lib/config/config_lexer.ll
lib/config/config_parser.yy
lib/config/configitem.cpp
lib/config/configitem.h
lib/config/configitembuilder.cpp
lib/config/configitembuilder.h
lib/db_ido/dbevents.cpp
lib/db_ido/dbevents.h
lib/db_ido/endpointdbobject.cpp
lib/db_ido/endpointdbobject.h
lib/icinga/CMakeLists.txt
lib/icinga/api.cpp
lib/icinga/api.h
lib/icinga/apievents.cpp [new file with mode: 0644]
lib/icinga/apievents.h [new file with mode: 0644]
lib/icinga/checkable-check.cpp
lib/icinga/checkable-comment.cpp
lib/icinga/checkable-downtime.cpp
lib/icinga/checkable-flapping.cpp
lib/icinga/checkable-notification.cpp
lib/icinga/checkable.cpp
lib/icinga/checkable.h
lib/icinga/domain.ti [deleted file]
lib/icinga/externalcommandprocessor.cpp
lib/icinga/externalcommandprocessor.h
lib/icinga/icinga-type.conf
lib/icinga/notification.cpp
lib/icinga/notification.h
lib/methods/CMakeLists.txt
lib/methods/clusterchecktask.cpp [moved from components/cluster/clusterchecktask.cpp with 73% similarity]
lib/methods/clusterchecktask.h [moved from components/cluster/clusterchecktask.h with 100% similarity]
lib/remote/CMakeLists.txt
lib/remote/apiclient.cpp [new file with mode: 0644]
lib/remote/apiclient.h [moved from components/agent/agentchecktask.h with 62% similarity]
lib/remote/apifunction.cpp [new file with mode: 0644]
lib/remote/apifunction.h [new file with mode: 0644]
lib/remote/apilistener.cpp [new file with mode: 0644]
lib/remote/apilistener.h [moved from components/agent/agentlistener.h with 57% similarity]
lib/remote/apilistener.ti [moved from components/cluster/clusterlistener.ti with 67% similarity]
lib/remote/endpoint.cpp
lib/remote/endpoint.h
lib/remote/endpoint.ti
lib/remote/messageorigin.cpp [moved from lib/icinga/domain.cpp with 89% similarity]
lib/remote/messageorigin.h [moved from lib/icinga/domain.h with 80% similarity]
lib/remote/remote-type.conf
lib/remote/zone.cpp [moved from components/cluster/clusterlink.cpp with 61% similarity]
lib/remote/zone.h [moved from components/cluster/clusterlink.h with 75% similarity]
lib/remote/zone.ti [new file with mode: 0644]
test/base-timer.cpp
test/test.cpp