Call commandhandler from commandcontroller actions

The CommandController now implements the calls to the specific
command methods and sends commands to the icinga process

refs #4441
This commit is contained in:
Jannis Moßhammer 2013-08-01 15:15:38 +02:00 committed by Marius Hein
parent 1894054929
commit 7675ea0514
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ class PropertyModifier
self::PASSIVE => self::STATE_KEEP,
self::NOTIFICATIONS => self::STATE_KEEP,
self::FRESHNESS => self::STATE_KEEP,
self::OBSESSING => self::STATE_KEEP,
self::EVENTHANDLER => self::STATE_KEEP
);