monitoring: Add obsessing to ObjectList::getFeatureStatus()

This commit is contained in:
Eric Lippmann 2016-01-28 14:45:22 +01:00
parent 2ae88130f7
commit 4df7fdea88
1 changed files with 1 additions and 0 deletions

View File

@ -262,6 +262,7 @@ abstract class ObjectList implements Countable, IteratorAggregate, Filterable
$featureStatus = array(
'active_checks_enabled' => null,
'passive_checks_enabled' => null,
'obsessing' => null,
'notifications_enabled' => null,
'event_handler_enabled' => null,
'flap_detection_enabled' => null