cetic / helm-zabbix

Helm Chart For Zabbix
https://artifacthub.io/packages/helm/cetic/zabbix
Apache License 2.0
56 stars 57 forks source link

[cetic/zabbix] Simple ICMP check don't work #43

Closed ravelund closed 2 years ago

ravelund commented 2 years ago

Deploying basically the default chart for testing .

Simple ICMP ping check does not work.

image

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:/$

ravelund commented 2 years ago

tracerout works image

aeciopires commented 2 years ago

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.

ravelund commented 2 years ago

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 :-)

aeciopires commented 2 years ago

Hello @ravelund!

The problem was in Docker Image. I tested with the tag ubuntu-6.0.0 and all command works.