Link to home
Start Free TrialLog in
Avatar of bryanord
bryanord

asked on

cisco embedded event manager

I have an embedded event manager script which polls a particular interface every 24 hours and checks if their has been interface output drops since last polling.  This creates a syslog message which is sent to LMS.  I would like to include in the action description the difference in oid value since the last polling.  In other words i would like to include in my syslog message the following calculation :  current oid value - oid value last poll.

is this possible.

thanks!






event manager applet OUTPUT_DROPS

 event snmp oid 1.3.6.1.2.1.2.2.1.19.10148 get-type exact entry-op gt entry-val "1" entry-type increment poll-interval 86400

 action 1 syslog priority critical msg "Interface output drops have increased since last  polling period" facility "QOS"
Avatar of agonza07
agonza07
Flag of United States of America image

Looks like you got it solved.
https://supportforums.cisco.com/thread/2194400
ASKER CERTIFIED SOLUTION
Avatar of bryanord
bryanord

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of bryanord
bryanord

ASKER

i found a solution on the cisco support forum before a solution was provided here.