IcingaServiceSets: allow to set imports

This commit is contained in:
Thomas Gelf 2016-10-12 08:30:10 +00:00
parent 63fca7143c
commit e096ec9ec5
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ class IcingaServiceSet extends IcingaObject
protected $keyName = array('host_id', 'object_name');
protected $supportsImports = true;
protected $supportsCustomVars = true;
protected $supportsApplyRules = true;