Hi Team,
I need help on finding, how can I find database table which holds polling engine status information shown in below orion UI.
Hi Rajesh.
Orion.Engines mostly
Hi Adam, Thank you for the reply.
I had seen that table but I can't seems to find any filed which holds Engine Status.
Probably e.PoolMember.Status,
(from orion.engines e)
Might be calculated from keepalive, need a dev to confirm for sure
Pasting for reference. Plus good way to help me learn how to create the swql query.
SELECT TOP 1000 EngineID, ServerName, IP, ServerType, PrimaryServers, KeepAlive, FailOverActive, SysLogKeepAlive, TrapsKeepAlive, PollingCompletion, DisplayName, e.PoolMember.Status FROM Orion.Engines e