Closed ravelund closed 2 years ago
tracerout works
Hello @ravelund!
I think this is not a specific problem with the helm chart, but with the zabbix-server Docker image provided by Zabbix SIA and used in the helm chart.
I think the Zabbix server Docker image was generated without supporting these ping commands.
The Zabbix 6.0 image was released yesterday. I'm going to change the helm chart to use the new version and then we can check if this will be resolved.
Hi. Thanks for a quick answer. I agree, i also think it is the docker image now. I can test the new chart when it is ready :-)
Hello @ravelund!
The problem was in Docker Image. I tested with the tag ubuntu-6.0.0 and all command works.
Deploying basically the default chart for testing .
Simple ICMP ping check does not work.
tty to the container output: zabbix@zabbix-zabbix-server-0:/$ ping 1.1.1.1 ping: socket: Address family not supported by protocol zabbix@zabbix-zabbix-server-0:/$ ping4 1.1.1.1 ping4: socket: Operation not permitted zabbix@zabbix-zabbix-server-0:/$ fping 1.1.1.1 fping: can't create socket (must run as root?) zabbix@zabbix-zabbix-server-0:/$