Theo Frieling

Results 2 issues of Theo Frieling

Hi, I have a zabbix 6.4 proxy running in a docker container with this config: - TLSACCEPT=psk - TLSCONNECT=psk - TLSPSKIDENTITY=PSK001 - TLSPSKFILE=/var/lib/zabbix/enc/psk-file.psk When testing if I can connect to...

The Zabbix API documentation say I can pass the item id's for which history should be cleared like: "params": [ "10325", "13205" ], This does not work with api.history.clear(params=["10325", "13205"])...