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. |
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. |
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. |
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. |
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. |
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)'. |
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. |
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. |
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. |
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)'). |
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)'). |
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. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.9.1.2 |
Object name |
dskPath |
Description |
Path where the disk is mounted. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.9.1.3 |
Object name |
dskDevice |
Description |
Path of the device for the partition. |
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. |
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. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.9.1.6 |
Object name |
dskTotal |
Description |
Total size of the disk/partition (kBytes). |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.9.1.7 |
Object name |
dskAvail |
Description |
Available disk space. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.9.1.8 |
Object name |
dskUsed |
Description |
Disk space used. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.9.1.9 |
Object name |
dskPercent |
Description |
Percentage of space used on disk. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.9.1.10 |
Object name |
dskPercentNode |
Description |
Percentage of inodes used on disk. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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. |
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). |
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). |
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. |
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). |
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). |
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). |
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). |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.11.57 |
Object name |
ssIORawSent |
Description |
Number of blocks sent to a block device. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.11.58 |
Object name |
ssIORawReceived |
Description |
Number of blocks received from a block device. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.11.59 |
Object name |
ssRawInterrupts |
Description |
Number of interrupts processed. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.11.60 |
Object name |
ssRawContexts |
Description |
Number of context switches. |
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). |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.11.62 |
Object name |
ssRawSwapIn |
Description |
Number of blocks swapped in. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.2021.11.63 |
Object name |
ssRawSwapOut |
Description |
Number of blocks swapped out. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.1.1 |
Object name |
productVersion |
Description |
Returns the Deep Discovery Email Inspector version. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.1.2 |
Object name |
productBuild |
Description |
Returns the Deep Discovery Email Inspector build number. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.1.3 |
Object name |
productHotfix |
Description |
Returns the Deep Discovery Email Inspector hotfix number. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.2.1.1 |
Object name |
patternIndex |
Description |
Returns the pattern index. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.2.1.2 |
Object name |
patternID |
Description |
Returns the pattern ID. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.2.1.3 |
Object name |
patternName |
Description |
Returns the pattern name. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.2.1.4 |
Object name |
patternVersion |
Description |
Returns the pattern version. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.3.1 |
Object name |
deliveryQueue |
Description |
Returns the delivery queue number. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.3.2 |
Object name |
virtualAnalyzerQueue |
Description |
Returns the Virtual Analyzer queue number. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.4.1.1 |
Object name |
ifIndex |
Description |
Returns the interface index. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.4.1.2 |
Object name |
ifDescr |
Description |
Returns the interface description. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.4.1.3 |
Object name |
ifReceiveThroughput |
Description |
Returns the interface receiving throughput. |
Item |
Description |
---|---|
OID |
.1.3.6.1.4.1.6101.3004.4.1.4 |
Object name |
ifTransmitThroughput |
Description |
Returns the interface transmitting throughput. |