Tagged Questions

0
votes
0answers
5 views

how to get trap massages about cpu usage using ssCpuRawSystem

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 ...
0
votes
1answer
48 views

Is there a generic web app MIB that allows custom variables to be sent via SNMP Trap?

Looking for a Management Information Base (MIB) designed for web applications (Note: i'm working in PHP) that I can send multiple variables to my Network Management System via a SNMP Trap. Do I have ...
0
votes
2answers
235 views

What are the child OIDs in an SNMP trap?

I have inherited a MIB and example documentation, and need to re-implement the code that generates traps. (For various reason the original code is lost and gone forever, but CM is not my question.) ...