Quantcast
Channel: THWACK: Message List - General Network Management
Viewing all articles
Browse latest Browse all 1249

Re: Can you use a Trigger Threshold or any method to Alert if you DONT receive a Trap in a certain period of time.

$
0
0

You could try and Advanced alert, use a custom SQL alert, select the type of property to monitor of Node, then add this into the text box.

 

Join Traps on Traps.NodeID = Nodes.NodeID

Where Traps.DateTime > DATEADD(MINUTE , -5, GetDate)

And Traps.TrapType LIKE '%vmwCimOmHeartbeat'

 

You can also test the query by using this query in the Database Manager or SQL Server Management Studio.

 

Select Nodes.Caption, Nodes.IP_Address from Nodes

Join Traps on Traps.NodeID = Nodes.NodeID

Where Traps.DateTime > DATEADD(MINUTE , -5, GetDate)

And Traps.TrapType LIKE '%vmwCimOmHeartbeat'

 

May get you what you are looking for.


Viewing all articles
Browse latest Browse all 1249

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>