From 7675ea0514bd02976fe01a0d80385e5e534718bc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jannis=20Mo=C3=9Fhammer?= Date: Thu, 1 Aug 2013 15:15:38 +0200 Subject: [PATCH] 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 --- library/Icinga/Protocol/Commandpipe/PropertyModifier.php | 1 - 1 file changed, 1 deletion(-) diff --git a/library/Icinga/Protocol/Commandpipe/PropertyModifier.php b/library/Icinga/Protocol/Commandpipe/PropertyModifier.php index eba909bb2..2289ccd7d 100644 --- a/library/Icinga/Protocol/Commandpipe/PropertyModifier.php +++ b/library/Icinga/Protocol/Commandpipe/PropertyModifier.php @@ -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 );