DTMIB: View SNMP OID List / Download MIB
VENDOR: NSI SOFTWARE
Home | MIB: DTMIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
nsi | 1.3.6.1.4.1.2592 | |||
nsiDoubleTake | 1.3.6.1.4.1.2592.3 | |||
dtTraps | 1.3.6.1.4.1.2592.3.1 | |||
dtGeneral | 1.3.6.1.4.1.2592.3.2 | |||
dtUpTime | 1.3.6.1.4.1.2592.3.2.1 | timeticks | read-only |
Time (in seconds) since Double-Take was last started. |
dtCurrentMemoryUsage | 1.3.6.1.4.1.2592.3.2.2 | gauge | read-only |
Current amount of memory allocated (in bytes) from the Double-Take memory pool. |
dtMirOpsGenerated | 1.3.6.1.4.1.2592.3.2.3 | counter | read-only |
Number of mirror ops generated by the mirror driver. |
dtMirBytesGenerated | 1.3.6.1.4.1.2592.3.2.4 | counter | read-only |
Total bytes mirrored by the mirror driver. |
dtRepOpsGenerated | 1.3.6.1.4.1.2592.3.2.5 | counter | read-only |
Number of ops generated by the file system driver. |
dtRepBytesGenerated | 1.3.6.1.4.1.2592.3.2.6 | counter | read-only |
Total bytes generated by the file system driver. |
dtFailedMirrorCount | 1.3.6.1.4.1.2592.3.2.7 | counter | read-only |
Number of files and Ops that failed to mirror because they couldn't be read on the source. |
dtFailedRepCount | 1.3.6.1.4.1.2592.3.2.8 | counter | read-only |
Number of Ops that failed to replicate because they couldn't be read on the source. |
dtActFailCount | 1.3.6.1.4.1.2592.3.2.9 | counter | read-only |
Number of activation code errors. |
dtAutoDisCount | 1.3.6.1.4.1.2592.3.2.10 | counter | read-only |
Number of Auto-Disconnects. |
dtAutoReCount | 1.3.6.1.4.1.2592.3.2.11 | counter | read-only |
Number of Auto-Reconnects. |
dtDriverQueuePercent | 1.3.6.1.4.1.2592.3.2.12 | counter | read-only |
Percentage of the driver queue that is currently in use. |
dtSource | 1.3.6.1.4.1.2592.3.3 | |||
dtSourceState | 1.3.6.1.4.1.2592.3.3.1 | integer | read-only |
0:Source not running, 1:Source running no driver, 2:Source running with driver Enumeration: 'loadedWithDriver': 2, 'loadedNoDriver': 1, 'notLoaded': 0. |
dtTarget | 1.3.6.1.4.1.2592.3.4 | |||
dtTargetState | 1.3.6.1.4.1.2592.3.4.1 | integer | read-only |
0:Target not running, 1:Target running Enumeration: 'loaded': 1, 'notLoaded': 0. |
dtRetryCount | 1.3.6.1.4.1.2592.3.4.2 | counter | read-only |
Number of file operations that have been retried. |
dtOpsDroppedCount | 1.3.6.1.4.1.2592.3.4.3 | counter | read-only |
Number of file operations that have failed and will not be retried. |
dtSecurity | 1.3.6.1.4.1.2592.3.5 | |||
dtLoginCount | 1.3.6.1.4.1.2592.3.5.1 | counter | read-only |
Number of successful logins. |
dtFailedLoginCount | 1.3.6.1.4.1.2592.3.5.2 | counter | read-only |
Number of un-successful logins. |
dtConnection | 1.3.6.1.4.1.2592.3.6 | |||
dtConnectionCount | 1.3.6.1.4.1.2592.3.6.1 | counter | read-only |
The number of connections currently active. |
dtConnectionTable | 1.3.6.1.4.1.2592.3.6.2 | no-access |
The entries in the table are defined below, one row per connection. |
|
1.3.6.1.4.1.2592.3.6.2.1 | no-access |
An entry in the table dtConnectionTable. |
||
dtConnectionIndex | 1.3.6.1.4.1.2592.3.6.2.1.1 | integer | no-access |
An index to uniquely identify the entry. |
dtconIpAddress | 1.3.6.1.4.1.2592.3.6.2.1.2 | ipaddress | read-only |
Address of the machine on the other end of the connection, this is the key column in the table. |
dtconConnectTime | 1.3.6.1.4.1.2592.3.6.2.1.3 | timeticks | read-only |
Amount of time (in seconds) connection has been active. |
dtconState | 1.3.6.1.4.1.2592.3.6.2.1.4 | integer | read-only |
Integer coded for the current state of the connection. Enumeration: 'conScheduled': 3, 'conActive': 1, 'conPaused': 2, 'conError': 0, 'conNone': 4. |
dtconOpsInCmdQueue | 1.3.6.1.4.1.2592.3.6.2.1.5 | gauge | read-only |
The number of ops in the command/retransmit queue. |
dtconOpsInAckQueue | 1.3.6.1.4.1.2592.3.6.2.1.6 | gauge | read-only |
The number of ops awaiting acknowledgements. |
dtconOpsInRepQueue | 1.3.6.1.4.1.2592.3.6.2.1.7 | gauge | read-only |
The number of replication ops queued. |
dtconOpsInMirQueue | 1.3.6.1.4.1.2592.3.6.2.1.8 | gauge | read-only |
The number of mirror ops queued. |
dtconBytesInRepQueue | 1.3.6.1.4.1.2592.3.6.2.1.9 | gauge | read-only |
The number of bytes of data associated with the queued replication ops. |
dtconBytesInMirQueue | 1.3.6.1.4.1.2592.3.6.2.1.10 | gauge | read-only |
The number of bytes of data associated with the queued mirror ops. |
dtconOpsTx | 1.3.6.1.4.1.2592.3.6.2.1.11 | counter | read-only |
Total number of ops transmitted. |
dtconBytesTx | 1.3.6.1.4.1.2592.3.6.2.1.12 | counter | read-only |
Total number of bytes transmitted. |
dtconOpsRx | 1.3.6.1.4.1.2592.3.6.2.1.13 | counter | read-only |
Total number of ops received. |
dtconBytesRx | 1.3.6.1.4.1.2592.3.6.2.1.14 | counter | read-only |
Total number of bytes received. |
dtconResentOpCount | 1.3.6.1.4.1.2592.3.6.2.1.15 | counter | read-only |
Number of Ops that were resent because of ack errors. |
dttrapKernelStarted | 1.3.6.1.4.1.25920.1 |
The Double-Take kernel has started. |
||
dttrapKernelStopped | 1.3.6.1.4.1.25920.2 |
The Double-Take kernel has stopped. |
||
dttrapLicenseViolationStartingSource | 1.3.6.1.4.1.25920.3 |
Double-Take source or target cannot be started due to a license violation. |
||
dttrapLicenseViolationOnNetwork | 1.3.6.1.4.1.25920.4 |
A Double-Take serial number conflict was identified on the network. |
||
dttrapSourceStarted | 1.3.6.1.4.1.25920.5 |
The Double-Take source module has started. |
||
dttrapSourceStopped | 1.3.6.1.4.1.25920.6 |
The Double-Take source module has stopped. |
||
dttrapTargetStarted | 1.3.6.1.4.1.25920.7 |
The Double-Take target module has started. |
||
dttrapTargetStopped | 1.3.6.1.4.1.25920.8 |
The Double-Take target module is stopped. |
||
dttrapConnectionRequested | 1.3.6.1.4.1.25920.9 |
A NetOriginator has attempted to connect to a NetResponder normally. |
||
dttrapConnectionRequestReceived | 1.3.6.1.4.1.25920.10 |
A NetController received a request to start a new connection. |
||
dttrapConnectionSucceded | 1.3.6.1.4.1.25920.11 |
A NetOriginator successfully achieved a connection. |
||
dttrapConnectionPause | 1.3.6.1.4.1.25920.12 |
A Transmission was paused. |
||
dttrapConnectionResume | 1.3.6.1.4.1.25920.13 |
A Transmission was resumed. |
||
dttrapConnectionFailed | 1.3.6.1.4.1.25920.14 |
A NetOriginator was not successful in achieving a connection. |
||
dttrapConnectionLost | 1.3.6.1.4.1.25920.15 |
A connection was lost by the NetOriginator or NetResponder. |
||
dttrapMemoryLimitReached | 1.3.6.1.4.1.25920.16 |
The Double-Take memory pool limit was exceeded. |
||
dttrapMemoryLimitRemedied | 1.3.6.1.4.1.25920.17 |
Memory has been freed to bring the Double-Take memory pool usage below the limit. |
||
dttrapAutoReconnect | 1.3.6.1.4.1.25920.18 |
Auto reconnect needs to make a new connection. |
||
dttrapScheduledConnectStart | 1.3.6.1.4.1.25920.19 |
Start of a scheduled connect period. |
||
dttrapScheduledConnectEnd | 1.3.6.1.4.1.25920.20 |
End of a scheduled connect period. |
||
dttrapAutoDisconnectWriteQueue | 1.3.6.1.4.1.25920.21 |
Auto disconnect forced a queue to be written to disk. |
||
dttrapAutoDisconnectPauseTransmission | 1.3.6.1.4.1.25920.22 |
Auto disconnect requested a source to pause sending ops. |
||
dttrapAutoDisconnectEndConnection | 1.3.6.1.4.1.25920.23 |
Auto disconnect dropped a connection. |
||
dttrapAutoDisconnectShutdown | 1.3.6.1.4.1.25920.24 |
Auto disconnect was forced to shut down Double-Take. |
||
dttrapReplicationStart | 1.3.6.1.4.1.25920.25 |
Replication was started on a connection. |
||
dttrapReplicationStop | 1.3.6.1.4.1.25920.26 |
Replication was stopped on a connection. |
||
dttrapMirrorStart | 1.3.6.1.4.1.25920.27 |
Mirroring was started on a connection. |
||
dttrapMirrorStop | 1.3.6.1.4.1.25920.28 |
Mirroring was stopped on a connection. |
||
dttrapMirrorPause | 1.3.6.1.4.1.25920.29 |
Mirroring was paused on a connection. |
||
dttrapMirrorResume | 1.3.6.1.4.1.25920.30 |
Mirroring was resumed on a connection. |
||
dttrapMirrorEnd | 1.3.6.1.4.1.25920.31 |
Mirroring has ended on a connection. |
||
dttrapVerificationStart | 1.3.6.1.4.1.25920.32 |
Verification was started. |
||
dttrapVerificationEnd | 1.3.6.1.4.1.25920.33 |
Verification is finished. |
||
dttrapVerficationFailure | 1.3.6.1.4.1.25920.34 |
Verification found the source and target out of sync. |
||
dttrapRestoreStarted | 1.3.6.1.4.1.25920.35 |
Restoration has begun. |
||
dttrapRestoreComplete | 1.3.6.1.4.1.25920.36 |
Restoration has finished. |
||
dttrapRepSetModified | 1.3.6.1.4.1.25920.37 |
The replication set was modified. |
||
dttrapFailoverConditionMet | 1.3.6.1.4.1.25920.38 |
A Failover Condition has been met. User intervention is necessary! |
||
dttrapFailoverInProgress | 1.3.6.1.4.1.25920.39 |
Failover is in progress! |
||
dttrapTargetFull | 1.3.6.1.4.1.25920.40 |
Target is full. |