Hej,
Have similar observation after upgrading to 14. It seems that /etc/prometheus/prometheus.yml is missing targets for job 'node' and therefor no metrics gets collected. Adding targets manually fixes it: - job_name: 'node' static_configs: - targets: ['beosrv-c:9100'] - targets: - comp-01:9100' - 'comp-02:9100' etc
But I guess this should be generated automatically by qluman?
Cheers, Iggy