Hi there.
I'm setting kuberentes cluster monitoring with zabbix. Whole integration has been installed with helm. I've set three hosts for nodes, cluster stats and kubelet. To each one there is assigned proper template. For nodes and stats all works ok but I got issues with kubelet host:
Got many of them in logs on zabbix server.
Versions:
zabbix server: 6.4 set as docker containers with postgres on RDS
zabbix proxy and agents: 6.4 set with helm (default values except server address)
kubernetes templates provided with server
At first glance it seems that there is some versions mismatch but not sure. Let me know what more information to provide.
I'd appreciate if anyone has explanation and solution. Thanks.
I'm setting kuberentes cluster monitoring with zabbix. Whole integration has been installed with helm. I've set three hosts for nodes, cluster stats and kubelet. To each one there is assigned proper template. For nodes and stats all works ok but I got issues with kubelet host:
Code:
1. Failed: cannot apply Prometheus pattern: data extraction error: no matching metrics found 227:20230706:122309.463 item "Kubelet ip-10-11-0-135.us-west-1.compute.internal:kube.kubelet.container.memory.r ss["zabbix-agent", "monitoring", "zabbix-agent-sdgh7"]" became not supported: Preprocessing failed for: # HELP cadvisor_version_info A metric with a constant '1' value labeled by kernel version, OS ver...
Versions:
zabbix server: 6.4 set as docker containers with postgres on RDS
zabbix proxy and agents: 6.4 set with helm (default values except server address)
kubernetes templates provided with server
At first glance it seems that there is some versions mismatch but not sure. Let me know what more information to provide.
I'd appreciate if anyone has explanation and solution. Thanks.
Comment