Hello,
Just a quick question I can’t get my head over.
How can one obtain zfs replication status / info programatically, ie for monitoring ?
Thanks.
Hello,
Just a quick question I can’t get my head over.
How can one obtain zfs replication status / info programatically, ie for monitoring ?
Thanks.
No one ? I don’t think netdata ships with “truenas replication” statistics, am I right ?
Is no one interested in monitoring ZFS replication ?
Am I missing some obvious point everybody except me knows ?
So, I’m generally using zrepl which has builtin prometheus support.
So far, I’ve managed to get Prometheus to monitor TrueNAS Scale using graphite and netdata.
But, using zettarepl, I don’t find any metrics via graphite / netdata.
Btw, I don’t find any smart metrics neither.
How am I supposed to monitor TrueNAS devices ?
Isn’t having disk SMART health metrics exposition a bare minimum for a professional NAS device ?
i was looking into this one as well and still trying to get this more userfriendly. why is this not a Feature Request? ![]()
Live Monitoring
watch -n 2 “ps -eo pid,etime,pcpu,cmd | grep -E ‘zfs send|zfs recv|pigz|ssh’ | grep -v grep”’
sudo tail -f /var/log/zettarepl.log