SVRMGT-MIB Table View
Table-centric layout grouping table, row, and column objects.
Tables
3
Rows
3
Columns
38
.1.3.6.1.4.1.36.2.18.22.2.2.3
·
1 row entry
·
33 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk svrThresholdTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SVRMGT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SVRMGT-MIB::svrThresholdTable'
Table of thresholds against which the agent should check
for exceptions.
This table describes conditions for setting and resetting alarms.
Alarms may be set on absolute values - i.e. the current integer
value of the sampled variable - or on delta values - i.e. the
difference between the current or last value.
Alarms may be GreaterThan exception alarms, LessThan exception
alarms, EqualsTo alarms etc. See svrThrAlarmType for differences.
Hysteresis is introduced by providing thresholds both for setting and
resetting of the alarm state, thereby limiting the number of traps
that will be sent on alarm triggering.
Alarms may be created to persist across agent reboots, but this
is not recommended for dynamic table variables.
The triggering of an alarm will change a state variable in the
conceptual row. It may also trigger the sending of a trap, the
local logging of an event, or the triggering of a locally-
defined action.
One threshold alarm set on some particular integer-valued variable.
An alarm entry is created by the management console. It uses the
current value of svrAlarmNextThrIndex to name the instances of
the row …
An alarm entry is created by the management console. It uses the
current value of svrAlarmNextThrIndex to name the instances of
the row …
Indexes
| Column | Syntax | OID | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
svrThrIndexmandatory
A locally-unique index value. On creation, this should be set
to the value of svrAlarmNextThrIndex. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.1 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrStatusmandatory
This variable describes the status of the row. When the row
is created with the initial set, svrThrStatus must be set to underCreation. When the management console has completed row setup, it should set this variable … |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.2 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrVariableNamemandatory
The OID of an integer-valued variable to be tested against this
threshold. On row creation, this variable will equal the value 0.0, and must be set to the OID of an integer-valued variable before enabling the alarm. I… |
ObjectIdentifierr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.3 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrValueTypemandatory
Is this an absolute value or a delta value. The deltaValue is
calculated by taking the current value and subtracting svtThrLastValue. The difference may be negative - allows for thresholding on negative changes.Defau… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.4 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrAlarmTypemandatory
Is this a greater than, greater than or equal to, equal to, less than
or equal to, or less than alarm? Greater Than or Greater Than or Equal To thresholds for absolute values occur when the sample value… |
Enumerationr/w Enumerated Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.5 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrSampleIntervalmandatory
Interval in seconds between polls to check for threshold exceptions.
Minimum Value is 1. The default value on row creation is 30 seconds. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.6 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrPersistentmandatory
True if this threshold should persist across agent restarts.
Default value on row creation is false. |
Booleanr/w Type Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.7 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrThresholdValuemandatory
This is the thresholding value which gets compared to the current or
delta value. Default value on row creation is 0. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.8 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrResetValuemandatory
This is the value that on all svrThrAlarmTypes except for equalTo, is
used to reset the threshold. Default value on row creation is 0 |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.9 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrLastValuemandatory
Saved previous sample; needed to evaluate if alarm should be
triggered or to evaluate delta values for threshold checking. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.10 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrAlarmStatemandatory
Whether this alarm is currently set or reset. This variable
is used by polling management applications to determine if a threshold exception state has been detected based on this alarm definition. It wil… |
Enumeration Enumerated Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.11 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrLogEventmandatory
If yes, log to the system event log. Default value on row creation is
false. |
Booleanr/w Type Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.12 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrInvokeLocalHandlermandatory
If true, invoke a local alarm handler, passing the concatenated local
handler argument strings starting with argument 1. Default value on row creation is false. |
Booleanr/w Type Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.13 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrLocalHandlerPathmandatory
Pathname of local alarm handler. This can be any pathname as long as
it can be recognized by the particular operating system. |
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.14 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrDescrmandatory
This attribute is used to describe the type of threshold. This is set
by the management console not by the agent. |
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.15 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrErrorValuemandatory
This is the SNMP defined error status which caused the svrThrStatus
value to become equal to rowError. Only valid at that time. Default value on row creation is noError. |
SnmpErrors Type Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.16 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrComparisonNamemandatory
An OID to a descriptor attribute which can be used with persistent to
verify that the svrThrVariableName instance is correct. On agent restarts the value for this oid will be retrieved and compared to the svrThrCompar… |
ObjectIdentifierr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.17 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrComparisonValuemandatory
Data value of svrThrComparisonName - used when persistent is set.
This value is compared to the current value on agent restarts. This attribute is optional. The default value on row creation is NULL. |
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.18 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrSeveritymandatory
Indicates the severity of the threshold. Default value on row creation
is informational. |
Severityr/w Type Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.19 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrTrapEnablermandatory
Determines if a trap should be sent out if the threshold event does
occur. If true, a trap will be sent out. If false, a trap will not be sent out. Default value on row creation is true. |
Booleanr/w Type Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.20 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrLocalHandlerArguments1mandatory
This is the first part of the argument line if the
svrThrInvokeLocalHandler is used. This argument line is passed directly to the application pointed to by the svrThrLocalHandlerPath. A parameter(s) could be substitut… |
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.21 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrLocalHandlerArguments2mandatory
Same semantics as svrThrLocalHandlerArguments1.
|
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.22 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrLocalHandlerArguments3mandatory
Same semantics as svrThrLocalHandlerArguments1.
|
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.23 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrLocalHandlerArguments4mandatory
Same semantics as svrThrLocalHandlerArguments1.
|
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.24 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrTrapsSendingIntervalmandatory
Represents how often a trap should be sent if dealing with sending
multiple traps per event. The units is minutes. Default value on row creation is 0 minutes. When set to 0, only 1 trap will be sent out per event. |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.25 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrManagerDefinedTrapDatamandatory
This is a string provided by a management console to be sent out with
every trap. Default value on row creation is null. |
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.26 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrUserDefinedTrapDatamandatory
This is a string provided by a user via a management console to be
sent out with every trap. Default value on row creation is null. |
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.27 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrRetryCountmandatory
Allows for a trap to be sent n number of sampling intervals after the
threshold event occurred rather than right after the event occurred. This allows for cases when an event is just a momentary event and should not … |
Integer32r/w Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.28 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrResetTypemandatory
Is this a greater than, greater than or equal to, equal to, less than
or equal to, or less than the reset value? This variable works just like the svrThrAlarmType. It is a relational operator used to compare the oid's… |
ResetRelationalOperatorsr/w Type Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.29 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrAlarmCategorymandatory
A management station provided variable to allow for
classification/grouping of thresholds. |
AlarmCategoryr/w Type Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.30 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrTrapOidmandatory
A fully defined OID of a svrmgt trap (other than reset and modify)
that will be sent out when an event occurs. This OID will override the usage of the svrThrSeverity value when choosing the appropriate trap. … |
ObjectIdentifierr/w | .1.3.6.1.4.1.36.2.18.22.2.2.3.1.31 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrCreatedBymandatory
Represents the creator of this threshold. This variable can be
modified only during threshold creation. The default value on row creation is the unknown value. |
ThresholdOwnerr/w Type Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.32 |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
svrThrModifiablemandatory
Determines whether modification of the threshold record is allowed
after creation. If false, modification is allowed only during row creation. This variable can be modified only during threshold creation. The default … |
Booleanr/w Type Values:
|
.1.3.6.1.4.1.36.2.18.22.2.2.3.1.33 |
.1.3.6.1.4.1.36.2.18.22.2.4.6
·
1 row entry
·
3 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk svrTrapCommunityTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SVRMGT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SVRMGT-MIB::svrTrapCommunityTable'
Table of svrTrapCommunityEntry (community names) for which each can have a list of IP addresses/TCPIP names/Netbios names/IPX addresses. These address/names are trap destinations. A trap is sent out per community/address(name) pairing.
In order to create a community entry, the svrTrapCommunityNextIndex
must be userd as the instance for that entry.
must be userd as the instance for that entry.
Indexes
| Column | Syntax | OID |
|---|---|---|
|
svrTrapCommunityIndexmandatory
A locally-unique index value. On creation, this should be set to the
value of svrTrapCommunityNextIndex. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.36.2.18.22.2.4.6.1.1 |
|
svrTrapCommunityNamemandatory
This is the community name that network addresses/names will be
associated with. When the trap is sent out, this community name is sent out with it. A common community name is public. To create a community name entry,… |
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.4.6.1.2 |
|
svrTrapDestinationNextIndexmandatory
Next available index for creating a svrTrapDestinationEntry. If the
value is -1 then the maximum number of destination entries has been reached. This means that a destination record can not be created until another has… |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.36.2.18.22.2.4.6.1.3 |
.1.3.6.1.4.1.36.2.18.22.2.4.7
·
1 row entry
·
2 columns
Uses the hp variant from
Command help
/opt/observium/mibs/hp.
Walk svrTrapDestinationTable
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'SVRMGT-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SVRMGT-MIB::svrTrapDestinationTable'
Table of IP addresses/TCPIP names/Netbios names/IPX addresses which are the trap destinations. A trap is sent out per community name/ address(name) pairing.
In order to create an address/name entry, the
svrTrapDestinationNextIndex must be used as the instance for that
entry.
svrTrapDestinationNextIndex must be used as the instance for that
entry.
| Column | Syntax | OID |
|---|---|---|
|
svrTrapDestinationIndexmandatory
A locally-unique index value. On creation, this must be set to the
value of svrTrapDestinationNextIndex. |
Integer32 Type Constraints: range: -2147483648..2147483647 |
.1.3.6.1.4.1.36.2.18.22.2.4.7.1.1 |
|
svrTrapDestinationmandatory
This is the destination that the trap will be sent. It can either an
IP address, TCPIP name, Netbios name or IPX address. To create a destination entry, just issue a SET command for svrTrapDestination with an instance… |
RFC1213-MIBDisplayStringr/w | .1.3.6.1.4.1.36.2.18.22.2.4.7.1.2 |