Search code examples
dashboardzabbix

Export Zabbix Dashboards


I got to know recently that we cannot export/import dashboards from Zabbix. Is there any work around for this? I want to export my Development environment zabbix dashboards to Test environment.


Solution

  • You can do it with the dashboard API.

    Use the .get calls retrieve the dashboards objects from your Dev environment, then call .create on the Test environment.

    Watch out for mismatching userids (and/or other ids), if Dev and Test aren't 100% matching!