In my previous posts I did give instructions on how to monitor TrueNAS CORE (or FreeNAS) via Zabbix.
Unfortunatly this does not work for TrueNAS SCALE, as it's Linux based, but this is no real distro where you can install packages.
But you are not out of options, you can still monitor TrueNAS SCALE via SNMP.
There even exists a Zabbix template for this.
https://github.com/tr1plus/zabbix_truenas_SCALE_snmp/tree/main
What you have to do:
- Download the template from the Github link above
- Import the Template into your Zabbix Server
- Create the TureNAS host with SNMP interface (and secrets) enabled
- On the TrueNAS activate SNMP under System->Services
- Make sure password is correct and the SNMP service is set to "Start on boot"
Shortly after, you should see data comming into Zabbix.
If not, then check if your firewall(s) have Port 161 open for the SNMP monitoring.
Happy Monitoring