Gets information involving CORONAVIRUS - COVID19 casualities and presents to JSON and Zabbix
[email protected]:rickkbarbosa/covid9-monitor.git
pip install -r requirements.txt
Clone repository in a plase acessible by Zabbix (usually, /usr/lib/zabbix/externalscripts) install python requirements on requirements.txt Import template to zabbix dashboard (zabbix/zabbix_template.xml - Zabbix server 4.0 and above) Add template to a host
Zabbiux 4.0.x contains a limitation involving number of dependendant items. A proposed workaround was sugested by @hardwareadictos:
- Change /usr/share/zabbix/include/defines.inc.php:define('ZBX_DEPENDENT_ITEM_MAX_COUNT', 999); to 2999.
- Install Zabbix Plugin datasource by Alexander Zobnin
- Install Worldmap Panel plugin(https://grafana.com/grafana/plugins/grafana-worldmap-panel/installation)
- Install Polystat Grafana plugin(https://grafana.com/grafana/plugins/grafana-polystat-panel/installation)
- Install Multistat Grafana plugin(https://grafana.com/grafana/plugins/michaeldmoore-multistat-panel)
- Install Pie Chart plugin(https://grafana.com/grafana/plugins/grafana-piechart-panel)
- Import dashboard grafana_dashboard.json to grafana
- Points your Zabbix datasource
See LICENSE
- Zabbix Brasil , for reviews and help with cleanup/garbage collecting
- Everaldo Santos Cabral, for Suggested applications organiztions and Zabbix 4.0 retro-compatible template
- MrBits