disable auto creation of Zabbix Server dashboard, #422

This commit is contained in:
Alexander Zobnin
2018-11-15 11:23:27 +03:00
parent c524df1712
commit 25f59db83e
2 changed files with 5 additions and 7 deletions

View File

@@ -13,6 +13,11 @@
"type": "dashboard", "type": "dashboard",
"name": "Zabbix Template Linux Server", "name": "Zabbix Template Linux Server",
"path": "../dashboards/template_linux_server.json" "path": "../dashboards/template_linux_server.json"
},
{
"type": "dashboard",
"name": "Zabbix Server Dashboard",
"path": "../dashboards/zabbix_server_dashboard.json"
} }
], ],

View File

@@ -38,13 +38,6 @@
{ {
"type": "panel", "type": "panel",
"name": "Triggers Panel" "name": "Triggers Panel"
},
{
"type": "dashboard",
"name": "Zabbix Server Dashboard",
"path": "dashboards/zabbix_server_dashboard.json",
"addToNav": true,
"defaultNav": true
} }
], ],