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:
parent
1894054929
commit
7675ea0514
|
@ -91,7 +91,6 @@ class PropertyModifier
|
||||||
self::PASSIVE => self::STATE_KEEP,
|
self::PASSIVE => self::STATE_KEEP,
|
||||||
self::NOTIFICATIONS => self::STATE_KEEP,
|
self::NOTIFICATIONS => self::STATE_KEEP,
|
||||||
self::FRESHNESS => self::STATE_KEEP,
|
self::FRESHNESS => self::STATE_KEEP,
|
||||||
self::OBSESSING => self::STATE_KEEP,
|
|
||||||
self::EVENTHANDLER => self::STATE_KEEP
|
self::EVENTHANDLER => self::STATE_KEEP
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue