This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Alert Unique ID Number

Is there any type of alert transaction number available that you can insert in an alert message on the trigger and clear messages?  Some of my groups get so many alerts they have trouble keeping track of which clear goes to which alert. 

  • I'm not aware of any available alert variable that would represent a unique ID for each triggered alert. However, you could create a pseudo unique ID by combining any variable that identifies the affected node/interface/volume with a variable that identifies the alert itself. An example of one such combination could be as NodeID + AlertName.

    Other variables identifying nodes/interfaces/volumes could be

    - NodeName/Caption/IfName

    - InterfaceID/VolumeID

    Variables that could represent the alert could be

    - AlertDefID

    - AlertTriggerTime

    It's not pretty but it may just work for you.

  • Thank you for your post. It seems like this is the kind of thing that could be handled by the Advanced Alert Manager. The alert is fired and when the message is composed, the message or some element of node-alert-message string could be assigned a unique ID.