I exported the dashboard JSON files from my Zabbix using the command : [ curl -X POST http://192.168.0.0/zabbix/api_jsonrpc.php -H 'Content-Type: application/json' -d '{ "jsonrpc": "2.0", "method": "dashboard.get", "params": { "output": "extend", "selectPages": "extend", "selectUsers": "extend", "selectUserGroups": "extend", "dashboardids": [""] }, "auth": "", "id": 1 }' ]. Now, I want to import them into another Zabbix server, but it's not being applied correctly, and I can't see the dashboard in the new Zabbix. I am using Zabbix version 7.0,Can you help or suggest an alternative solution?
Ad Widget
Collapse
Importing a JSON dashboard file
Collapse
X
-
Importing a JSON dashboard file
I exported the dashboard JSON files from my Zabbix using the command : [ curl -X POST http://192.168.0.0/zabbix/api_jsonrpc.php -H 'Content-Type: application/json' -d '{ "jsonrpc": "2.0", "method": "dashboard.get", "params": { "output": "extend", "selectPages": "extend", "selectUsers": "extend", "selectUserGroups": "extend", "dashboardids": [""] }, "auth": "", "id": 1 }' ]. Now, I want to import them into another Zabbix server, but it's not being applied correctly, and I can't see the dashboard in the new Zabbix. I am using Zabbix version 7.0,Can you help or suggest an alternative solution?
Tags: None