diff --git a/src/datasource-zabbix/plugin.json b/src/datasource-zabbix/plugin.json index 3f3d88451..2e33d85a4 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 0e4f962cc..992586449 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 } ],