I'm trying to add our SonicWALL email security devices into zabbix. I've just used a linux snmpv2 template and all the device info I require is picked up, apart from CPU usage, which is what I need, as if it hits 100% it usually means somethings wrong!
I've done an snmp walk with the OID from the template and it returns a
I've done an snmp walk to gain some info into what the device gives out, but I'm not sure what I'm looking for. The only references to Processor or CPU are
Plus a couple of other items. How would I get the OID for this device to change in the template?
Thanks
I've done an snmp walk with the OID from the template and it returns a
Code:
HOST-RESOURCES-MIB::hrProcessorLoad.768 = No Such Instance currently exists at this OID
Code:
HOST-RESOURCES-MIB::hrDeviceType.768 = OID: HOST-RESOURCES-TYPES::hrDeviceProcessor
Thanks
Comment