]> granicus.if.org Git - icinga2/commit
Implemented script tasks.
authorGunnar Beutner <gunnar.beutner@netways.de>
Sat, 14 Jul 2012 13:59:59 +0000 (15:59 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Sat, 14 Jul 2012 13:59:59 +0000 (15:59 +0200)
commit30aa16d9dc5ff96c73b04181d23e80621e27ecd1
tree116649a33f6b1e328ca4dd63a2b08821d0e791cd
parent6cbccdc91cd09e910a958fa3dba7d3d2eebe23ab
Implemented script tasks.
23 files changed:
base/Makefile.am
base/asynctask.h
base/base.vcxproj
base/base.vcxproj.filters
base/configobject.cpp
base/configobject.h
base/i2-base.h
base/scriptfunction.cpp [new file with mode: 0644]
base/scriptfunction.h [new file with mode: 0644]
base/scripttask.cpp [new file with mode: 0644]
base/scripttask.h [new file with mode: 0644]
cib/cib.vcxproj
cib/cib.vcxproj.filters
cib/configobjectadapter.cpp
cib/configobjectadapter.h
cib/nagioschecktask.cpp
cib/nagioschecktask.h
cib/service.cpp
cib/service.h
components/checker/checkercomponent.cpp
components/checker/checkercomponent.h
icinga-app/icinga-standalone.conf
icinga/icingaapplication.cpp