]> granicus.if.org Git - icinga2/commit
Implement support for agent-based checks.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sat, 12 Apr 2014 02:21:09 +0000 (04:21 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sat, 12 Apr 2014 02:21:09 +0000 (04:21 +0200)
commit2961364e970354fe50e755e0d4899fafeba34390
tree9124f25780ce09b5b61abe3d7d0c6cd01d85881d
parentcdda8d57349d00b1c19613b72238410f2aa2902b
Implement support for agent-based checks.

Refs #4865
12 files changed:
components/CMakeLists.txt
components/agent/CMakeLists.txt [new file with mode: 0644]
components/agent/agent-type.conf [new file with mode: 0644]
components/agent/agentchecktask.cpp [new file with mode: 0644]
components/agent/agentchecktask.h [new file with mode: 0644]
components/agent/agentlistener.cpp [new file with mode: 0644]
components/agent/agentlistener.h [new file with mode: 0644]
components/agent/agentlistener.ti [new file with mode: 0644]
itl/command-common.conf
itl/command.conf
lib/icinga/checkable-check.cpp
lib/icinga/checkable.h