Provide restriction monitoring/blacklist/properties

refs #10965
This commit is contained in:
Alexander A. Klimov 2016-03-22 16:21:40 +01:00
parent 5bc52a2801
commit 32b556c2b1

View File

@ -84,6 +84,10 @@ $this->provideRestriction(
'monitoring/filter/objects',
$this->translate('Restrict views to the Icinga objects that match the filter')
);
$this->provideRestriction(
'monitoring/blacklist/properties',
$this->translate('Hide the properties of monitored objects that match the filter')
);
$this->provideConfigTab('backends', array(
'title' => $this->translate('Configure how to retrieve monitoring information'),