MIB Viewer

cldServiceState

OBJECT-TYPE
1.3.6.1.4.1.9.9.814.1.3.1.1.3
Access
read-only
Status
current
Sub-identifiers
0
This object indicates the last known state of the Cisco LiveData service. The object value identifies the run status of a configured service installed on the Cisco LiveData server. The possible service states are: 'unknown': The status of the service cannot be determined. 'disabled': The service has been explicitly disabled by an administrator. 'starting': The service is currently starting up but has not yet completed its startup procedure. 'started': The service has completed its startup procedure and is currently running. 'active': The service has been started, is currently running and is actively processing data. 'stopping': The service is stopping and is in the midst of its shutdown procedure. 'stopped': The service is stopped. The service may be dysfunctional or impaired, or it has been explicitly stopped by an administrator.
INTEGER { unknown(1), disabled(2), starting(3), started(4), active(5), stopping(6), stopped(7) }