ktoczyski

Results 8 comments of ktoczyski

I have the same sytuation. My configuration: cat /usr/local/etc/zabbix32/zabbix_agentd.conf.d/userparameter_weathermap.conf UserParameter=weathermap.update.upload[*],/srv/data/weather/starter.py $1 UserParameter=weathermap.update.only[*],/srv/data/weather/starter.py $1 UserParameter=weathermap.scan.file[*],/srv/data/weather/starter.py $1 UserParameter=weathermap.scan.map[*],/srv/data/weather/starter.py $1 My macros in template: {$SCANFILE} => -s IdM -f {$SCANMAP} => -s IdM...

My version: Zabbix 3.2.3 root@mon01:/# /srv/data/weather/weathermap.py -s IdM -z http://nms02.idm.wan -l map -p XXXX /srv/data/weather/config.py:58: UnsafeLoaderWarning: The default 'Loader' for 'load(stream)' without further arguments can be unsafe. Use 'load(stream, Loader=ruamel.yaml.Loader)'...

root@mon01:/srv/data/weather/mapcfgs# pip3 search ruamel.yaml ruamel.yaml (0.15.6) - ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order INSTALLED: 0.15.6 (latest) ruamel.yaml.cmd (0.2.4)...

For zabbix server I can add template without error. But when I add this host to map via WWW IdM.yaml config have only base settings. root@mon01:/srv/data/weather/mapcfgs# cat IdM.yaml %YAML 1.2...

I see progress :) root@mon01:/srv/data/weather/mapcfgs# cat IdM.yaml %YAML 1.2 --- map: name: IdM bgcolor: '' fontsize: 10 width: 1920 height: 1080 zabbix: url: http://nms02.idm.wan login: map password: XXXX table: show:...

I change permission but config still is not updated. Only works via cli. Traffic on links I can add only via manual editing configuration file?

Hi, Is there any plans to support PHP 8+ in the near future? I use FreeBSD and now PHP is only available 8.0, 8.1 (default) and 8.2, other version was...

> If you want to use sysPass with PHP 8.x then follow those steps : > > 1. remove composer.lock and vendor directory > 2. edit composer.json by replacing version...