- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2018 01:32 AM
Hi Community,
Forgive the newb question please 🙂
We have just had Service Now Kingston installed and have various stream of the implementation project working in tandem. I currently have the event mgmt stream and have a question that i cannot work out the answer to.
I have successfully configured Service Now to receive events from Orion Solar winds and OEM.
Issue
Orion sends an event in that says 'SERVER XYZ has stopped responding' that is then raising an alert in the console.
The events state then changes to Processed.
SERVER XYZ is then rebooted and an event is received into ServiceNow saying 'SERVER XYZ Rebooted @ 10PM'
AND/OR
10 minutes later, a new event is received in ServiceNow to say 'SERVER XYZ is responding again'
How do i tie that back to the Open Alert in the Console that then auto closes and clears it once the reset has been received or once the device is responding again?
My Alert console is littered with open Alerts where resets and devices back online events were received days ago.
Hope that makes sense!
Thanks
Solved! Go to Solution.
- Labels:
-
Event Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2018 05:13 AM
Hello Jonny,
There are 2 ways to do this. The first thing you need to understand that if the monitoring source is sending a clear message then what matters is that the message_key that is generated matches on the alert that is already there and it should auto close it. Out of the box if you aren't setting a message key it will concatenate Source, Type, Node, Resource, and Metric Name to make one. The second thing that can be done is if it doesn't typically send a clear but resets back to info or something and there is another attribute which dictates that it's resolved then you can have the monitoring endpoint set the Resolution_state attribute on the event to Closing and this will auto close the alert it matches too.
Hope this helps :).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2018 01:32 PM
(This does not specifically respond to Ops original question, but I'm looking for clarification on something Robert Green mentioned in his first response.)
@Robert: Regarding this:
The second thing that can be done is if it doesn't typically send a clear but resets back to info or something and there is another attribute which dictates that it's resolved then you can have the monitoring endpoint set the Resolution_state attribute on the event to Closing and this will auto close the alert it matches too.
Could the 'other attribute' be used in an Event Field Mapping with the other attribute mapped to the appropriate severity values?
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2018 01:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2018 02:06 PM
Thanks Robert!
(And sorry about getting your name wrong...)
Steve
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2018 02:12 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2018 01:30 PM
(This does not specifically respond to Ops original question, but I'm looking for clarification on something Robert Green mentioned in his first response.)
@Robert: Regarding this:
The second thing that can be done is if it doesn't typically send a clear but resets back to info or something and there is another attribute which dictates that it's resolved then you can have the monitoring endpoint set the Resolution_state attribute on the event to Closing and this will auto close the alert it matches too.
Could the 'other attribute' be used in an Event Field Mapping with the other attribute mapped to the appropriate severity values?
Steve