]> granicus.if.org Git - icinga2/commit
Refactor commands and implement event handlers.
authorGunnar Beutner <gunnar.beutner@netways.de>
Thu, 13 Jun 2013 09:33:00 +0000 (11:33 +0200)
committerGunnar Beutner <gunnar.beutner@netways.de>
Thu, 13 Jun 2013 09:33:00 +0000 (11:33 +0200)
commitd042a181bd3973e173065ce89bbf44e0a7d5154c
treeb6e8ecf2bf45919477f2c0d76ad5b5f52940bc76
parent4fadd3bfa01d545a87292ee53558c3222152b37e
Refactor commands and implement event handlers.

Fixes #3877
Fixes #4001
33 files changed:
components/notification/notificationcomponent.cpp
docs/icinga2-tutorial.adoc
itl/Makefile.am
itl/command-common.conf [new file with mode: 0644]
itl/command.conf [new file with mode: 0644]
itl/itl.conf
itl/service-common.conf
lib/base/object.cpp
lib/base/object.h
lib/icinga/Makefile.am
lib/icinga/checkcommand.cpp [new file with mode: 0644]
lib/icinga/checkcommand.h [new file with mode: 0644]
lib/icinga/command.cpp [new file with mode: 0644]
lib/icinga/command.h [new file with mode: 0644]
lib/icinga/eventcommand.cpp [new file with mode: 0644]
lib/icinga/eventcommand.h [new file with mode: 0644]
lib/icinga/icinga-type.conf
lib/icinga/legacytimeperiod.cpp
lib/icinga/notification.cpp
lib/icinga/notification.h
lib/icinga/notificationcommand.cpp [new file with mode: 0644]
lib/icinga/notificationcommand.h [new file with mode: 0644]
lib/icinga/nullchecktask.cpp
lib/icinga/nulleventtask.cpp [new file with mode: 0644]
lib/icinga/nulleventtask.h [new file with mode: 0644]
lib/icinga/pluginchecktask.cpp
lib/icinga/plugineventtask.cpp [new file with mode: 0644]
lib/icinga/plugineventtask.h [new file with mode: 0644]
lib/icinga/pluginnotificationtask.cpp
lib/icinga/service-check.cpp
lib/icinga/service-event.cpp [new file with mode: 0644]
lib/icinga/service.cpp
lib/icinga/service.h