From e096ec9ec5896988af84edd8195c0a1f3b88c999 Mon Sep 17 00:00:00 2001 From: Thomas Gelf Date: Wed, 12 Oct 2016 08:30:10 +0000 Subject: [PATCH] IcingaServiceSets: allow to set imports --- library/Director/Objects/IcingaServiceSet.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/library/Director/Objects/IcingaServiceSet.php b/library/Director/Objects/IcingaServiceSet.php index 98e8b436..356997de 100644 --- a/library/Director/Objects/IcingaServiceSet.php +++ b/library/Director/Objects/IcingaServiceSet.php @@ -21,6 +21,8 @@ class IcingaServiceSet extends IcingaObject protected $keyName = array('host_id', 'object_name'); + protected $supportsImports = true; + protected $supportsCustomVars = true; protected $supportsApplyRules = true;