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.

Where in SWQL I can see trap information?

Hello community,

Currently my main issue is that I need to find a trap message to massage it before it is sent via e-mail. So, having said that my focus right now is finding the table trough the SWQL Studio that contains the Trap information.

Unfortunately when I access Orion by using my SW admin credentials, Orion.Traps and Orion.TrapVarbinds don't have any data but if I access to the SQL database via SQL client I can see data on the SolarWindsOrionLog schema/database the information is there or on the Solarwinds Console I can see historical information on traps. I was wondering if I am looking at the wrong place or maybe there is anything else to do in order to see data.

Example:

Running the below query, it returns 0 rows:

SELECT TOP 1000 TrapID, EngineID, DateTime, IPAddress, Community, Tag, Acknowledged, Hostname, NodeID, TrapType, ColorCode, TimeStamp, ObservationSeverity, Message
FROM Orion.Traps

Parents Reply Children