Zabbix-Network-Weathermap icon indicating copy to clipboard operation
Zabbix-Network-Weathermap copied to clipboard

Traffic load table does not show and example of how to run script in cron

Open psmartins opened this issue 7 years ago • 3 comments
trafficstars

Hi, I would like some help

  • The map does not show the Traffic Load table.
  • Could you show me an example of how to use cron to run the script

Thank you !

psmartins avatar Jan 30 '18 14:01 psmartins

In default settings, the table is disabled. Open mapname.yaml and set option show:

table:
  show: true

Prototype-X avatar Jan 31 '18 07:01 Prototype-X

crontab

0-59 * * * * zabbix /opt/Zabbix-Network-Weathermap/weathermap.py -m mapname1.yaml mapnameN.yaml -u

Example for systemd

Prototype-X avatar Jan 31 '18 08:01 Prototype-X

Thanks !

psmartins avatar Jan 31 '18 16:01 psmartins