Zabbix-Network-Weathermap
Zabbix-Network-Weathermap copied to clipboard
Traffic load table does not show and example of how to run script in cron
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 !
In default settings, the table is disabled.
Open mapname.yaml and set option show:
table:
show: true
crontab
0-59 * * * * zabbix /opt/Zabbix-Network-Weathermap/weathermap.py -m mapname1.yaml mapnameN.yaml -u
Thanks !