os11k
#21
To read PC data as disk usage you needs node-exporter
T-Brex
#22
Hm, thatās strange, I thought I did install node-exporter. I think I should try again.
os11k
#23
If you installed, then you need to configure prometheus to read those metricsā¦
usually it runs on 9100 port so something like this should be in your prometheus.yml
- job_name: "node"
static_configs:
- targets: ["producer.hostname.com:9100"]
labels:
alias: 'producer'
type: 'cardano-node'
These is my full config file: