carlosedp / cluster-monitoring

Cluster monitoring stack for clusters based on Prometheus Operator
MIT License
740 stars 200 forks source link

no cpu_temperature on rpi cluster #69

Closed Henrik-Wo closed 4 years ago

Henrik-Wo commented 4 years ago

Hi, thanks for the great wort! I run your monitoring stack on my RPI4 cluster with k3s and for the most parts it works really well. Only the cpu temperature monitoring doesn't work on my cluster. In the grafana dashboard "Kubernetes cluster monitoring (via Prometheus)" is a cpu temperature graph included which querys rpi_cpu_temperature_celsius. The query rpi_cpu_temperature_celsiusseems not to exist.

Gory19 commented 4 years ago

Did you enable "armExporter" in vars.jsonnet?

Henrik-Wo commented 4 years ago

yes

carlosedp commented 4 years ago

Check if the arm-exporter pods are running in your nodes, it's logs. Check if arm-exporter appears in Prometheus targets.

Henrik-Wo commented 4 years ago

My mistake! I forgot to run a make after changing vars.jsonnet