From b876efd3dd0b9e5fa9ef68dec059b5028e1c26ca Mon Sep 17 00:00:00 2001 From: Olivier Bourdon Date: Tue, 8 Mar 2016 14:15:12 +0100 Subject: [PATCH] Fix Cross-plugin display restrictions for Settings tab to open properly Related-Bug: #1538617 Change-Id: Icefcedabc6fca69fd545853c46717c2cc173e327 --- environment_config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/environment_config.yaml b/environment_config.yaml index f6e2a21..7d235d0 100644 --- a/environment_config.yaml +++ b/environment_config.yaml @@ -1,9 +1,10 @@ attributes: metadata: restrictions: - - condition: "settings:zabbix_snmptrapd.metadata.enabled == false" + - condition: "settings:zabbix_snmptrapd == null or settings:zabbix_snmptrapd.metadata.enabled == false" action: disable message: This plugin requires SNMP trap daemon for Zabbix plugin + strict: false hosts: value: "" label: "EMC hardware to monitor"