tl;dr
Is it possible to monitor used space on k8s pvc's with zabbix already?
Hello,
I managed to setup zabbix k8s monitoring using the helm chart.
I was wondering if anyone already setup persistent volume claims monitoring as done visually by this grafana dashboard
It uses among others this prometheus metric to get the available bytes
Zabbix Template Kubernetes cluster state by HTTP Kubernetes: Get state metrics: PVC discovery or any other template does not seem to make use of pvc metrics which include available bytes
Do you know of any template which offers pvc used space discovery?
Otherwise I'll try my best to adopt it myself (Not much experience in Zabbix templates, though)
Best regards from Germany
Andreas
Is it possible to monitor used space on k8s pvc's with zabbix already?
Hello,
I managed to setup zabbix k8s monitoring using the helm chart.
I was wondering if anyone already setup persistent volume claims monitoring as done visually by this grafana dashboard
It uses among others this prometheus metric to get the available bytes
Code:
kubelet_volume_stats_available_bytes
Do you know of any template which offers pvc used space discovery?
Otherwise I'll try my best to adopt it myself (Not much experience in Zabbix templates, though)
Best regards from Germany
Andreas
Comment