From 32b556c2b1f818f62cdf270fda6f8f942940a425 Mon Sep 17 00:00:00 2001 From: "Alexander A. Klimov" Date: Tue, 22 Mar 2016 16:21:40 +0100 Subject: [PATCH] Provide restriction monitoring/blacklist/properties refs #10965 --- modules/monitoring/configuration.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/modules/monitoring/configuration.php b/modules/monitoring/configuration.php index 709bf5c80..01a6380ad 100644 --- a/modules/monitoring/configuration.php +++ b/modules/monitoring/configuration.php @@ -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'),