This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Conditional SNMP traps

I have set up a rule using the "Forward Alarms as SNMP Traps" rule as a template.  From the documentation, it looks like the only value for the fire condition is true.  I don't want the rule to fire for all alarms, only the Fatal alarms.  Is there an easy why to apply a condition something like "If the alarm severity is fatal, then forward the snmp message"?  If so, where is this condition set?

Parents
  • Thanks Darren. I got it to work by using
    @event.getInt("change/value")==0&&@event.get("severityName")=="Fatal". I thought it wasn't working but it turns out that our Netcool was hosed and not accepting my messages
Reply
  • Thanks Darren. I got it to work by using
    @event.getInt("change/value")==0&&@event.get("severityName")=="Fatal". I thought it wasn't working but it turns out that our Netcool was hosed and not accepting my messages
Children
No Data