im trying to get CPU usage in snmpd.conf while using the ssCPURawSystem MIB
these are the relevant lines from my snmpd.conf
#CpuUsage
#view all included .iso.org.dod.internet.private.enterprises.ucdavis.systemStats
view all included .iso.org.dod.internet.private.enterprises.ucdavis.systemStats
#view all included 1.3.6.1.3.1.2021.10
create user notifier
rouser notifier
trapcommunity public
informsink 10.10.10.10
monitor -i -u notifier -r 1 -o ssCpuRawSystem.0 -o "cpu usage" .iso.org.dod.internet.private.enterprises.ucdavis.systemStats.cpuRawSystem.0 > 30
im not quite sure that this is how i get the percentage (because ssCpuSystem is deprecated) but i hope to get the right diraction
thanks