snmp trap using disman-event mib related issue
        Posted  
        
            by 
                jatin bodarya
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by jatin bodarya
        
        
        
        Published on 2012-10-08T12:13:37Z
        Indexed on 
            2012/10/09
            9:40 UTC
        
        
        Read the original article
        Hit count: 420
        
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 !=
The above lines are in my snmpd.conf file which is generating a trap when the condition evaluates to false.
My issue is that I want to send "Trap Severity Levels" with it. Is it possible? If so, how? If it isn't is there any other way to send them?
© Server Fault or respective owner