Hello,
I’m sorry if that question has been asked multiple times, but I can’t get to wrap my head around it.
I’m using Prometheus / Grafana to monitor my whole infrastructure.
I’ve installed a TrueNAS Scale 24.04.2 recently.
So far, I’ve added a graphite endpoint to TrueNAS to get the metrics into Prometheus.
But on both Graphite and NetData, I can’t seem to find metrics for file system usage.
I’ve configured /etc/netdata/netdata.conf
file (quickly) by enabling diskspace plugin with following conf:
[plugin:proc:diskspace]
update every = 1
space usage for all disks = yes
remove charts of unmonted disks = no
I only get available disk space, but every metric that should show used disk space is 0 bytes. Any idea how this is supposed to work ?
Also, as side question, how am I supposed to monitor replication status ?
Best regards.