Maxim

Results 76 comments of Maxim
trafficstars

Hi, ImportError: No module named 'config' File /opt/Zabbix-Network-Weathermap/config.py is exist? Who is owner/group/other of file config.py? What permissions are set for config.py?

Try run weathermap from cli: `sudo -u zabbix /opt/Zabbix-Network-Weathermap/starter.py -m mapname1.yaml` Try run weathermap from other path, for example from home dir `cd /home/user`. Got error?

`sudo -u zabbix set PYTHONPATH=${PYTHONPATH}:/opt/Zabbix-Network-Weathermap`

I have no idea why it does not work, maybe this is a specific problem in centos. `ls -la /opt/Zabbix-Network-Weathermap`

pycache owner root `rm -r /opt/Zabbix-Network-Weathermap/pycache`

If you run a weathermap from the root user or self, does it work?

Hi, Template add to zabbix server host: 1. Copy /template/userparemeter_weathermap.conf to zabbix server host /etc/zabbix/zabbix_agentd.d/ 2. Reload zabbix-agent daemon 3. Import template Template work with hosts where installed zabbix-agent Manual:...

Configuration look good. What version of zabbix? This template work with hosts where installed zabbix-agent. Hosts->example-host->Agent interfaces-> not empty, must set. For debug run: `/srv/data/weather/weathermap.py -s IdM -z http://nms02.idm.wan -l...

This trouble in last versions library ruamel.yaml. API changed. Show current version library: `pip3 search ruamel.yaml` Use previous version library ruamel.yaml. `sudo pip3 install ruamel.yaml==0.12.14` Try again.

When you add template to zabbix server host, whats wrong?