From 25f59db83e7f1f4c09c6715d03ac51c1ddb147ee Mon Sep 17 00:00:00 2001 From: Alexander Zobnin Date: Thu, 15 Nov 2018 11:23:27 +0300 Subject: [PATCH] disable auto creation of Zabbix Server dashboard, #422 --- src/datasource-zabbix/plugin.json | 5 +++++ src/plugin.json | 7 ------- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/datasource-zabbix/plugin.json b/src/datasource-zabbix/plugin.json index 3f3d884..2e33d85 100644 --- a/src/datasource-zabbix/plugin.json +++ b/src/datasource-zabbix/plugin.json @@ -13,6 +13,11 @@ "type": "dashboard", "name": "Zabbix Template Linux Server", "path": "../dashboards/template_linux_server.json" + }, + { + "type": "dashboard", + "name": "Zabbix Server Dashboard", + "path": "../dashboards/zabbix_server_dashboard.json" } ], diff --git a/src/plugin.json b/src/plugin.json index 0e4f962..9925864 100644 --- a/src/plugin.json +++ b/src/plugin.json @@ -38,13 +38,6 @@ { "type": "panel", "name": "Triggers Panel" - }, - { - "type": "dashboard", - "name": "Zabbix Server Dashboard", - "path": "dashboards/zabbix_server_dashboard.json", - "addToNav": true, - "defaultNav": true } ],