rickkbarbosa / covid9-monitor

Gets information involving casualities and presents to JSON and Zabbix

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

covid19-monitor

Gets information involving CORONAVIRUS - COVID19 casualities and presents to JSON and Zabbix

Grafana

Usage

git@github.com:rickkbarbosa/covid9-monitor.git
pip install -r requirements.txt

To Zabbix

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

Using on Zabbix

Additional adjustment on Zabbix 4.0.x versions :

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.

To grafana

License

See LICENSE

Thanks

  • 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

Donate

About

Gets information involving casualities and presents to JSON and Zabbix

License:Apache License 2.0


Languages

Language:Python 100.0%