MIB Viewer

mssqlSrvState

OBJECT-TYPE
1.3.6.1.4.1.311.1.4.1.1.1.1.5
Access
read-only
Status
mandatory
Sub-identifiers
0
The state of SQL Server. Unknown(1) means we are unable to determine the state of the server, Running(2) means the server is available and can be used, Paused(3) means the server is running, but new connections cannot currently be established, and Stopped(4) means the server is not running and unavailable.
INTEGER { running(1), paused(2), stopped(3), starting(4), stopping(5), continuing(6), pausing(7) }