ZabiRepo -Dashboard using the API of Zabbix- Youtube:
2 ways to setup.
Zip is downloaded and developed in zabbix directories of http server.
$ wget https://github.com/usiusi360/zabirepo/archive/master.zip
$ unzip master.zip
$ sudo mv ./zabirepo-master /usr/share/zabbix/
$ cd /usr/share/zabbix/
$ sudo git clone https://github.com/usiusi360/vulsrepo.git
Access the browser.
http://<ZabbixServer>/zabirepo/
Log in Zabbix user.
- What's this message? [the number of items has exceeded the limit]
Limit the number to be displayed at the same time. We want you to change the following parameters.
-- zabirepo/dist/js/zabirepo-param.js
GRAPH_CELL_LIMIT : 40 (default)
GRAPH_ITEM_LIMIT : 40 (default)
- Network Error is displayed. I want to see if the URL path is correct. Default is /zabbix. But, necessary to change the different if setting.
-- zabirepo/dist/js/zabirepo-param.js
var baseURL = '//' + location.host + '/zabbix';