On Tue, 2012-10-09 at 10:18 +0530, Jatin Bodarya wrote: > notificationEvent ifMtu.1 IF-MIB::ifMtu.1 1.3.6.1.2.1.2.2.1.4.1 > > monitor -I -u root -s -t -r 18 "Warn: High ipp Usage" -e ifMtu.1 > 1.3.6.1.2.1.2.2.1.4.1 != > > above lines are of my "snmpd.conf" file which is generating a trap > when condition get false. my issue is I want to send "Trap Severity > Levels" with it. Is it possible ? If yes than How ? No, than any other > way to send it ? > "Trap Severity Levels" is often an administrative idea that is assigned to traps in monitoring stations.
If, in your case, they are transmitted over the wire then the question is how they are represented. Please note that RFC2578 states that: Note that an agent is allowed, at its own discretion, to append as many additional objects as it considers useful to the end of the notification (i.e., after the objects defined by the OBJECTS clause). so if you have an representation then all that is needed is to append it to the trap. /MF ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
