Views:
Table 1. system

Item

Description

OID

.1.3.6.1.2.1.1

Object name

system

Description

System

Table 2. sysDescr

Item

Description

OID

.1.3.6.1.2.1.1.1

Object name

sysDescr

Description

A textual description of the entity. This value should include the full name and version identification of the system's hardware type, software operating-system, and networking software. It is mandatory that this only contain printable ASCII characters.

Table 3. sysObjectID

Item

Description

OID

.1.3.6.1.2.1.1.2

Object name

sysObjectID

Description

The vendor's authoritative identification of the network management subsystem contained in the entity. This value is allocated within the SMI enterprises subtree (1.3.6.1.4.1) and provides an easy and unambiguous means for determining `what kind of box' is being managed. For example, if vendor `Flintstones, Inc.' was assigned the subtree 1.3.6.1.4.1.424242, it could assign the identifier 1.3.6.1.4.1.424242.1.1 to its `Fred Router'.

Table 4. sysUpTime

Item

Description

OID

.1.3.6.1.2.1.1.3

Object name

sysUpTime

Description

The time (in hundredths of a second) since the network management portion of the system was last re-initialized.

Table 5. sysContact

Item

Description

OID

.1.3.6.1.2.1.1.4

Object name

sysContact

Description

The textual identification of the contact person for this managed node, together with information on how to contact this person. If no contact information is known, the value is the zero-length string.

Table 6. sysName

Item

Description

OID

.1.3.6.1.2.1.1.5

Object name

sysName

Description

An administratively-assigned name for this managed node. By convention, this is the node's fully-qualified domain name. If the name is unknown, the value is the zero-length string.

Table 7. sysLocation

Item

Description

OID

.1.3.6.1.2.1.1.6

Object name

sysLocation

Description

The physical location of this node (e.g., 'telephone closet, 3rd floor'). If the location is unknown, the value is the zero-length string.

Table 8. sysServices

Item

Description

OID

.1.3.6.1.2.1.1.7

Object name

sysServices

Description

A value which indicates the set of services that this entity may potentially offer. The value is a sum. This sum initially takes the value zero. Then, for each layer, L, in the range 1 through 7, that this node performs transactions for, 2 raised to (L - 1) is added to the sum. For example, a node which performs only routing functions would have a value of 4 (2^(3-1)). In contrast, a node which is a host offering application services would have a value of 72 (2^(4-1) + 2^(7-1)). Note that in the context of the Internet suite of protocols, values should be calculated accordingly:

layer functionality

1 physical (e.g., repeaters)

2 datalink/subnetwork (e.g., bridges)

3 internet (e.g., supports the IP)

4 end-to-end (e.g., supports the TCP)

7 applications (e.g., supports the SMTP)

For systems including OSI protocols, layers 5 and 6 may also be counted.

Table 9. sysORLastChange

Item

Description

OID

.1.3.6.1.2.1.1.8

Object name

sysORLastChange

Description

The value of sysUpTime at the time of the most recent change in state or value of any instance of sysORID.

Table 10. interfaces

Item

Description

OID

.1.3.6.1.2.1.2

Object name

interfaces

Description

Interfaces

Table 11. ifNumber

Item

Description

OID

.1.3.6.1.2.1.2.1

Object name

ifNumber

Description

The number of network interfaces (regardless of their current state) present on this system.

Table 12. ifTable

Item

Description

OID

.1.3.6.1.2.1.2.2

Object name

ifTable

Description

A list of interface entries. The number of entries is given by the value of ifNumber.

Table 13. memIndex

Item

Description

OID

.1.3.6.1.4.1.2021.4.1

Object name

memIndex

Description

Bogus Index. This should always return the integer 0.

Table 14. memErrorName

Item

Description

OID

.1.3.6.1.4.1.2021.4.2

Object name

memErrorName

Description

Bogus Name. This should always return the string 'swap'.

Table 15. memTotalSwap

Item

Description

OID

.1.3.6.1.4.1.2021.4.3

Object name

memTotalSwap

Description

The total amount of swap space configured for this host.

Table 16. memAvailSwap

Item

Description

OID

.1.3.6.1.4.1.2021.4.4

Object name

memAvailSwap

Description

The amount of swap space currently unused or available.

Table 17. memTotalReal

Item

Description

OID

.1.3.6.1.4.1.2021.4.5

Object name

memTotalReal

Description

The total amount of real/physical memory installed on this host.

Table 18. memAvailReal

Item

Description

OID

.1.3.6.1.4.1.2021.4.6

Object name

memAvailReal

Description

The amount of real/physical memory currently unused or available.

Table 19. memTotalFree

Item

Description

OID

.1.3.6.1.4.1.2021.4.11

Object name

memTotalFree

Description

The total amount of memory free or available for use on this host. This value typically covers both real memory and swap space or virtual memory.

Table 20. memMinimumSwap

Item

Description

OID

.1.3.6.1.4.1.2021.4.12

Object name

memMinimumSwap

Description

The minimum amount of swap space expected to be kept free or available during normal operation of this host. If this value (as reported by 'memAvailSwap(4)') falls below the specified level, then 'memSwapError(100)' will be set to 1 and an error message made available via 'memSwapErrorMsg(101)'.

Table 21. memShared

Item

Description

OID

.1.3.6.1.4.1.2021.4.13

Object name

memShared

Description

The total amount of real or virtual memory currently allocated for use as shared memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.

Table 22. memBuffer

Item

Description

OID

.1.3.6.1.4.1.2021.4.14

Object name

memBuffer

Description

The total amount of real or virtual memory currently allocated for use as memory buffers. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as specifically reserved for this purpose.

Table 23. memCached

Item

Description

OID

.1.3.6.1.4.1.2021.4.15

Object name

memCached

Description

The total amount of real or virtual memory currently allocated for use as cached memory. This object will not be implemented on hosts where the underlying operating system does not explicitly identify memory as reserved for this purpose.

Table 24. memSwapError

Item

Description

OID

.1.3.6.1.4.1.2021.4.100

Object name

memSwapError

Description

Indicates whether the amount of available swap space (as reported by 'memAvailSwap(4)') is less than the minimum (specified by 'memMinimumSwap(12)').

Table 25. memSwapErrorMsg

Item

Description

OID

.1.3.6.1.4.1.2021.4.101

Object name

memSwapErrorMsg

Description

Describes whether the amount of available swap space (as reported by 'memAvailSwap(4)') is less than the minimum (specified by 'memMinimumSwap(12)').

Table 26. dskIndex

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.1

Object name

dskIndex

Description

Integer reference number (row number) for the disk mib.

Table 27. dskPath

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.2

Object name

dskPath

Description

Path where the disk is mounted.

Table 28. dskDevice

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.3

Object name

dskDevice

Description

Path of the device for the partition.

Table 29. dskMinimum

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.4

Object name

dskMinimum

Description

Minimum space required on the disk (in kBytes) before the errors are triggered. Either this or dskMinPercent is configured via the agent's snmpd.conf file.

Table 30. dskMinPercent

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.5

Object name

dskMinPercent

Description

Percentage of minimum space required on the disk before the errors are triggered. Either this or dskMinimum is configured via the agent's snmpd.conf file.

Table 31. dskPercent

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.9

Object name

dskPercent

Description

Percentage of space used on disk.

Table 32. dskPercentNode

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.10

Object name

dskPercentNode

Description

Percentage of inodes used on disk.

Table 33. dskTotalLow

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.11

Object name

dskTotalLow

Description

Total disk/partion size (kByte). Together with dskTotalHigh forms a 64-bit number.

Table 34. dskTotalHigh

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.12

Object name

dskTotalHigh

Description

Total disk/partion size (kByte). Together with dskTotalLow forms a 64-bit number.

Table 35. dskAvailLow

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.13

Object name

dskAvailLow

Description

Available disk space (kByte). Together with dskAvailHigh forms a 64-bit number.

Table 36. dskAvailHigh

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.14

Object name

dskAvailHigh

Description

Available disk space (kByte). Together with dskAvailLow forms a 64-bit number.

Table 37. dskUsedLow

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.15

Object name

dskUsedLow

Description

Disk space used (kByte). Together with dskUsedHigh forms a 64-bit number.

Table 38. dskUsedHigh

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.16

Object name

dskUsedHigh

Description

Disk space used (kByte). Together with dskUsedLow forms a 64-bit number.

Table 39. dskErrorFlag

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.100

Object name

dskErrorFlag

Description

Error flag indicating that the disk or partition is under the minimum required space configured for it.

Table 40. dskErrorMsg

Item

Description

OID

.1.3.6.1.4.1.2021.9.1.101

Object name

dskErrorMsg

Description

A text description providing a warning and the space left on the disk.

Table 41. laTable

Item

Description

OID

.1.3.6.1.4.1.2021.10

Object name

laTable

Description

Load average information

Table 42. ssIndex

Item

Description

OID

.1.3.6.1.4.1.2021.11.1

Object name

ssIndex

Description

Bogus Index. This should always return the integer 0.

Table 43. ssErrorName

Item

Description

OID

.1.3.6.1.4.1.2021.11.2

Object name

ssErrorName

Description

Bogus Name. This should always return the string 'systemStats'.

Table 44. ssSwapIn

Item

Description

OID

.1.3.6.1.4.1.2021.11.3

Object name

ssSwapIn

Description

The average amount of memory swapped in from disk, calculated over the last minute.

Table 45. ssSwapOut

Item

Description

OID

.1.3.6.1.4.1.2021.11.4

Object name

ssSwapOut

Description

The average amount of memory swapped out to disk, calculated over the last minute.

Table 46. ssIOSent

Item

Description

OID

.1.3.6.1.4.1.2021.11.5

Object name

ssIOSent

Description

The average amount of data written to disk or other block devices, calculated over the last minute. This object has been deprecated in favour of 'ssIORawSent(57)', which can be used to calculate the same metric, but over any desired time period.

Table 47. ssIOReceive

Item

Description

OID

.1.3.6.1.4.1.2021.11.6

Object name

ssIOReceive

Description

The average amount of data read from disk or other block devices, calculated over the last minute. This object has been deprecated in favour of 'ssIORawReceived(58)', which can be used to calculate the same metric, but over any desired time period.

Table 48. ssSysInterrupts

Item

Description

OID

.1.3.6.1.4.1.2021.11.7

Object name

ssSysInterrupts

Description

The average rate of interrupts processed (including the clock) calculated over the last minute. This object has been deprecated in favour of 'ssRawInterrupts(59)', which can be used to calculate the same metric, but over any desired time period.

Table 49. ssSysContext

Item

Description

OID

.1.3.6.1.4.1.2021.11.8

Object name

ssSysContext

Description

The average rate of context switches, calculated over the last minute. This object has been deprecated in favour of 'ssRawContext(60)', which can be used to calculate the same metric, but over any desired time period.

Table 50. ssCpuUser

Item

Description

OID

.1.3.6.1.4.1.2021.11.9

Object name

ssCpuUser

Description

The percentage of CPU time spent processing user-level code, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawUser(50)', which can be used to calculate the same metric, but over any desired time period.

Table 51. ssCpuSystem

Item

Description

OID

.1.3.6.1.4.1.2021.11.10

Object name

ssCpuSystem

Description

The percentage of CPU time spent processing system-level code, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawSystem(52)', which can be used to calculate the same metric, but over any desired time period.

Table 52. ssCpuIdle

Item

Description

OID

.1.3.6.1.4.1.2021.11.11

Object name

ssCpuIdle

Description

The percentage of processor time spent idle, calculated over the last minute. This object has been deprecated in favour of 'ssCpuRawIdle(53)', which can be used to calculate the same metric, but over any desired time period.

Table 53. ssCpuRawUser

Item

Description

OID

.1.3.6.1.4.1.2021.11.50

Object name

ssCpuRawUser

Description

The number of 'ticks' (typically 1/100s) spent processing user-level code. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

Table 54. ssCpuRawNice

Item

Description

OID

.1.3.6.1.4.1.2021.11.51

Object name

ssCpuRawNice

Description

The number of 'ticks' (typically 1/100s) spent processing reduced-priority code. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

Table 55. ssCpuRawSystem

Item

Description

OID

.1.3.6.1.4.1.2021.11.52

Object name

ssCpuRawSystem

Description

The number of 'ticks' (typically 1/100s) spent processing system-level code. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors). This object may sometimes be implemented as the combination of the 'ssCpuRawWait(54)' and 'ssCpuRawKernel(55)' counters, so care must be taken when summing the overall raw counters.

Table 56. ssCpuRawIdle

Item

Description

OID

.1.3.6.1.4.1.2021.11.53

Object name

ssCpuRawIdle

Description

The number of 'ticks' (typically 1/100s) spent idle. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

Table 57. ssCpuRawWait

Item

Description

OID

.1.3.6.1.4.1.2021.11.54

Object name

ssCpuRawWait

Description

The number of 'ticks' (typically 1/100s) spent waiting for IO. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. This time may also be included within the 'ssCpuRawSystem(52)' counter. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

Table 58. ssCpuRawKernel

Item

Description

OID

.1.3.6.1.4.1.2021.11.55

Object name

ssCpuRawKernel

Description

The number of 'ticks' (typically 1/100s) spent processing kernel-level code. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. This time may also be included within the 'ssCpuRawSystem(52)' counter. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

Table 59. ssCpuRawInterrupt

Item

Description

OID

.1.3.6.1.4.1.2021.11.56

Object name

ssCpuRawInterrupt

Description

The number of 'ticks' (typically 1/100s) spent processing hardware interrupts. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

Table 60. ssIORawSent

Item

Description

OID

.1.3.6.1.4.1.2021.11.57

Object name

ssIORawSent

Description

Number of blocks sent to a block device.

Table 61. ssIORawReceived

Item

Description

OID

.1.3.6.1.4.1.2021.11.58

Object name

ssIORawReceived

Description

Number of blocks received from a block device.

Table 62. ssRawInterrupts

Item

Description

OID

.1.3.6.1.4.1.2021.11.59

Object name

ssRawInterrupts

Description

Number of interrupts processed.

Table 63. ssRawContexts

Item

Description

OID

.1.3.6.1.4.1.2021.11.60

Object name

ssRawContexts

Description

Number of context switches.

Table 64. ssCpuRawSoftIRQ

Item

Description

OID

.1.3.6.1.4.1.2021.11.61

Object name

ssCpuRawSoftIRQ

Description

The number of 'ticks' (typically 1/100s) spent processing software interrupts. This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric. On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

Table 65. ssRawSwapIn

Item

Description

OID

.1.3.6.1.4.1.2021.11.62

Object name

ssRawSwapIn

Description

Number of blocks swapped in.

Table 66. ssRawSwapOut

Item

Description

OID

.1.3.6.1.4.1.2021.11.63

Object name

ssRawSwapOut

Description

Number of blocks swapped out.

Table 67. ssCpuRawSteal

Item

Description

OID

.1.3.6.1.4.1.2021.11.64

Object name

ssCpuRawSteal

Description

The number of 'ticks' (typically 1/100s) spent by the CPU to run a virtual CPU (guest).

This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric.

On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

Table 68. ssCpuRawGuest

Item

Description

OID

.1.3.6.1.4.1.2021.11.65

Object name

ssCpuRawGuest

Description

The number of 'ticks' (typically 1/100s) spent by the CPU to run a virtual CPU (guest).

This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric.

On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

Table 69. ssCpuRawGuestNice

Item

Description

OID

.1.3.6.1.4.1.2021.11.66

Object name

ssCpuRawGuestNice

Description

The number of 'ticks' (typically 1/100s) spent by the CPU to run a virtual CPU (guest).

This object will not be implemented on hosts where the underlying operating system does not measure this particular CPU metric.

On a multi-processor system, the 'ssCpuRaw*' counters are cumulative over all CPUs, so their sum will typically be N*100 (for N processors).

Table 70. productVersion

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.1.1

Object name

productVersion

Description

Returns the Deep Discovery Analyzer version.

Table 71. productBuild

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.1.2

Object name

productBuild

Description

Returns the Deep Discovery Analyzer build number.

Table 72. productHotfix

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.1.3

Object name

productHotfix

Description

Returns the Deep Discovery Analyzer hotfix number.

Table 73. componentTable

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.2

Object name

componentTable

Description

A table containing a set of component information.

Table 74. componentIndex

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.2.1.1

Object name

componentIndex

Description

Returns the component index.

Table 75. componentID

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.2.1.2

Object name

componentID

Description

Returns the component ID.

Table 76. componentName

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.2.1.3

Object name

componentName

Description

Returns the component name.

Table 77. componentVersion

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.2.1.4

Object name

componentVersion

Description

Returns the component version.

Table 78. throughputTable

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.3

Object name

throughputTable

Description

A table containing a set of throughput information.

Table 79. ifIndex

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.3.1.1

Object name

ifIndex

Description

Returns the interface index.

Table 80. ifDescr

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.3.1.2

Object name

ifDescr

Description

Returns the interface description.

Table 81. ifReceiveThroughput

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.3.1.3

Object name

ifReceiveThroughput

Description

Returns the interface receiving throughput.

Table 82. ifTransmitThroughput

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.3.1.4

Object name

ifTransmitThroughput

Description

Returns the interface transmitting throughput.

Table 83. ifOperStatus

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.3.1.5

Object name

ifOperStatus

Description

Returns the interface operatings status.

Table 84. numberInQueue

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.1

Object name

numberInQueue

Description

Returns the number of samples in queue

Table 85. numberInProcessing

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.2

Object name

numberInProcessing

Description

Returns the number of samples currently in process

Table 86. suspiciousObjectIP

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.3.1

Object name

suspiciousObjectIP

Description

Returns the number of suspicious objects (IP address)

Table 87. suspiciousObjectDomain

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.3.2

Object name

suspiciousObjectDomain

Description

Returns the number of suspicious objects (domain)

Table 88. suspiciousObjectURL

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.3.3

Object name

suspiciousObjectURL

Description

Returns the number of suspicious objects (URL)

Table 89. suspiciousObjectSha1

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.3.4

Object name

suspiciousObjectSha1

Description

Returns the number of suspicious objects (SHA1)

Table 90. vaUtilization

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.4

Object name

vaUtilization

Description

Returns Virtual Analyzer utilization information

Table 91. numberCompleted

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.5

Object name

numberCompleted

Description

Returns the number of samples that were processed completely in the past 24 hours

Table 92. numberIcapPreScanned

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.6

Object name

numberIcapPreScanned

Description

Returns the number of samples that were processed by ICAP pre-scan in the past 24 hours

Table 93. numberSubmissionHigh

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.7.1

Object name

numberSubmissionHigh

Description

Returns the number of submissions with high risk in the past 24 hours

Table 94. numberSubmissionMedium

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.7.2

Object name

numberSubmissionMedium

Description

Returns the number of submissions with medium risk in the past 24 hours

Table 95. numberSubmissionLow

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.7.3

Object name

numberSubmissionLow

Description

Returns the number of submissions with low risk in the past 24 hours

Table 96. numberSubmissionNo

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.7.4

Object name

numberSubmissionNo

Description

Returns the number of submissions with no risk in the past 24 hours

Table 97. numberSubmissionNot

Item

Description

OID

.1.3.6.1.4.1.6101.3005.1.4.7.5

Object name

numberSubmissionNot

Description

Returns the number of submissions not analyzed by Virtual Analyzer in the past 24 hours