AFternoon all,
I've just updated my ALIX based firewall to version 1.8.1 & my mrtg graphing scripts have broken.
The interface stuff works OK but I was also monitoring CPU usage & memory status, these now don't work.
<code>
$ sudo snmpgetnext -v 2c -c public mono ssCpuUser
UCD-SNMP-MIB::ssCpuUser.0 = INTEGER: 0
</code>
this should be a few % not 0
The OID I used for memory no longer exists!
The only OID below 1.3.6.1.4.1.2021 are:
<code>
$ sudo snmpwalk -v 2c -c public mono 1.3.6.1.4.1.2021
UCD-SNMP-MIB::ssIndex.0 = INTEGER: 1
UCD-SNMP-MIB::ssErrorName.0 = STRING: systemStats
UCD-SNMP-MIB::ssSwapIn.0 = INTEGER: 0 kB
UCD-SNMP-MIB::ssSwapOut.0 = INTEGER: 0 kB
UCD-SNMP-MIB::ssSysInterrupts.0 = INTEGER: 0 interrupts/s
UCD-SNMP-MIB::ssSysContext.0 = INTEGER: 0 switches/s
UCD-SNMP-MIB::ssCpuUser.0 = INTEGER: 0
UCD-SNMP-MIB::ssCpuSystem.0 = INTEGER: 0
UCD-SNMP-MIB::ssCpuIdle.0 = INTEGER: 0
UCD-SNMP-MIB::ssCpuRawUser.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawNice.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawSystem.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawIdle.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawKernel.0 = Counter32: 0
UCD-SNMP-MIB::ssCpuRawInterrupt.0 = Counter32: 0
UCD-SNMP-MIB::ssRawInterrupts.0 = Counter32: 0
UCD-SNMP-MIB::ssRawContexts.0 = Counter32: 0
UCD-DEMO-MIB::ucdDemoResetKeys.0 = INTEGER: 0
UCD-DEMO-MIB::ucdDemoPublicString.0 = ""
UCD-DEMO-MIB::ucdDemoUserList.0 = ""
UCD-DEMO-MIB::ucdDemoPassphrase.0 = ""
</code>
Any more info needed - just ask.
Regards
Nick