From 10b4b6bf7dfa5075638ae17470dbdcca4e28cce4 Mon Sep 17 00:00:00 2001 From: Olivier Bourdon Date: Tue, 8 Mar 2016 14:09:49 +0100 Subject: [PATCH] Fix bug #1538617: Cross-plugin display restriction for some plugins prevent Settings tab from opening Related-Bug: #1538617 Change-Id: Id331d95dc19deb492759db1576081e2f9ee34ac0 --- environment_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment_config.yaml b/environment_config.yaml index 7f11d06..7aa4a45 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -1,9 +1,10 @@ attributes: metadata: restrictions: - - condition: "settings:zabbix_monitoring.metadata.enabled == false" + - condition: "settings:zabbix_monitoring == null or settings:zabbix_monitoring.metadata.enabled == false" action: disable message: "This plugin requires Zabbix plugin" + strict: false community: value: "public" label: "SNMP community"