Prototype-X / Zabbix-Network-Weathermap

Network weathermap for Zabbix
GNU General Public License v3.0
90 stars 38 forks source link

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

Open psmartins opened 6 years ago

psmartins commented 6 years ago

Hi, I would like some help

Thank you !

Prototype-X commented 6 years ago

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

table:
  show: true
Prototype-X commented 6 years ago

crontab

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

Example for systemd

psmartins commented 6 years ago

Thanks !