]> granicus.if.org Git - icinga2/commit
Implemented rudimentary service checks.
authorGunnar Beutner <gunnar@beutner.name>
Wed, 13 Jun 2012 11:42:55 +0000 (13:42 +0200)
committerGunnar Beutner <gunnar@beutner.name>
Wed, 13 Jun 2012 11:43:12 +0000 (13:43 +0200)
commit31407fd07fe1e60b5fd8d84eb26ed1041d6addac
treefa6a4b6e967f2a90695de5efc1b9e2c5cbadb87e
parent01c2da285375c58931fae6af6aa17e28581cc73f
Implemented rudimentary service checks.
20 files changed:
base/configobject.cpp
base/configobject.h
components/configrpc/configrpccomponent.cpp
dyn/configitem.cpp
icinga-app/icinga-standalone.conf
icinga/checktask.cpp [new file with mode: 0644]
icinga/checktask.h [new file with mode: 0644]
icinga/configobjectadapter.cpp [new file with mode: 0644]
icinga/configobjectadapter.h [new file with mode: 0644]
icinga/host.cpp [new file with mode: 0644]
icinga/host.h [new file with mode: 0644]
icinga/i2-icinga.h
icinga/icinga.vcxproj
icinga/icingaapplication.cpp
icinga/macroprocessor.cpp [new file with mode: 0644]
icinga/macroprocessor.h [new file with mode: 0644]
icinga/nagioschecktask.cpp [new file with mode: 0644]
icinga/nagioschecktask.h [new file with mode: 0644]
icinga/service.cpp [new file with mode: 0644]
icinga/service.h [new file with mode: 0644]