SVRMGT-MIB

File: SVRMGT-MIB.mib (61818 bytes)

Imported modules

RFC-1215 RFC1155-SMI RFC-1212
RFC1213-MIB

Imported symbols

TRAP-TYPE mgmt enterprises
NetworkAddress IpAddress Counter
Gauge TimeTicks OBJECT-TYPE
DisplayString

Defined Types

Boolean  
INTEGER true(1), false(2)    

SnmpErrors  
INTEGER noError(1), tooBig(2), readonly(3), genericError(4), noSuchName(5), badValue(6)    

Severity  
INTEGER high(1), medium(2), low(3), informational(4)    

AlarmCategory  
INTEGER unknown(1), other(2), processorStatus(3), diskStatus(4), fanStatus(5), voltageStatus(6), powerSupplyStatus(7), temperatureStatus(8), memoryStatus(9), fileUsage(10), temperatureReading(11), cpuUsage(12), networkInboundErrors(13), networkOutboundErrors(14), networkInboundPackets(15), networkOutboundPackets(16), networkInboundDiscards(17), networkOutboundDiscards(18), networkInboundUnicastPackets(19), networkOutboundUnicastPackets(20), networkInboundNonUnicastPackets(21), networkOutboundNonUnicastPackets(22), networkInboundOctets(23), networkOutboundOctets(24), networkUnknownProtocol(25), voltageReading(26), clusterGroupStatus(27), secureBoxStatus(28), secureBoxBreakInCount(29)    

ResetRelationalOperators  
INTEGER greaterThan(1), greaterThanOrEqualTo(2), equalTo(3), lessThanOrEqualTo(4), lessThan(5), notEqualTo(6)    

ThresholdOwner  
INTEGER unknown(1), other(2), serverWorks(3), serverWorksMinimalHealth(4), netView(5), openView(6), uniCenter(7), distributedMonitor(8), bmcPatrol(9), eminate(10)    

SvrThresholdEntry  
SEQUENCE    
  svrThrIndex INTEGER
  svrThrStatus INTEGER
  svrThrVariableName OBJECT IDENTIFIER
  svrThrValueType INTEGER
  svrThrAlarmType INTEGER
  svrThrSampleInterval INTEGER
  svrThrPersistent Boolean
  svrThrThresholdValue INTEGER
  svrThrResetValue INTEGER
  svrThrLastValue INTEGER
  svrThrAlarmState INTEGER
  svrThrLogEvent Boolean
  svrThrInvokeLocalHandler Boolean
  svrThrLocalHandlerPath DisplayString
  svrThrDescr DisplayString
  svrThrErrorValue SnmpErrors
  svrThrComparisonName OBJECT IDENTIFIER
  svrThrComparisonValue DisplayString
  svrThrSeverity Severity
  svrThrTrapEnabler Boolean
  svrThrLocalHandlerArguments1 DisplayString
  svrThrLocalHandlerArguments2 DisplayString
  svrThrLocalHandlerArguments3 DisplayString
  svrThrLocalHandlerArguments4 DisplayString
  svrThrTrapsSendingInterval INTEGER
  svrThrManagerDefinedTrapData DisplayString
  svrThrUserDefinedTrapData DisplayString
  svrThrRetryCount INTEGER
  svrThrResetType ResetRelationalOperators
  svrThrAlarmCategory AlarmCategory
  svrThrTrapOid OBJECT IDENTIFIER
  svrThrCreatedBy ThresholdOwner
  svrThrModifiable Boolean

SvrTrapCommunityEntry  
SEQUENCE    
  svrTrapCommunityIndex INTEGER
  svrTrapCommunityName DisplayString
  svrTrapDestinationNextIndex INTEGER

SvrTrapDestinationEntry  
SEQUENCE    
  svrTrapDestinationIndex INTEGER
  svrTrapDestination DisplayString

Defined Values

dec 1.3.6.1.4.1.36
OBJECT IDENTIFIER    

ema 1.3.6.1.4.1.36.2
OBJECT IDENTIFIER    

mib-extensions-1 1.3.6.1.4.1.36.2.18
OBJECT IDENTIFIER    

svrSystem 1.3.6.1.4.1.36.2.18.22
OBJECT IDENTIFIER    

svrMgt 1.3.6.1.4.1.36.2.18.22.2
OBJECT IDENTIFIER    

svrMgtMibInfo 1.3.6.1.4.1.36.2.18.22.2.1
OBJECT IDENTIFIER    

svrAlarms 1.3.6.1.4.1.36.2.18.22.2.2
OBJECT IDENTIFIER    

svrControl 1.3.6.1.4.1.36.2.18.22.2.3
OBJECT IDENTIFIER    

svrTrap 1.3.6.1.4.1.36.2.18.22.2.4
OBJECT IDENTIFIER    

svrMinimalHealth 1.3.6.1.4.1.36.2.18.22.2.5
OBJECT IDENTIFIER    

svrMgtMibMajorRev 1.3.6.1.4.1.36.2.18.22.2.1.1
Major revision of this MIB. Should equal 2.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svrMgtMibMinorRev 1.3.6.1.4.1.36.2.18.22.2.1.2
Minor revision of this mib. Should be 0.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svrAlarmNextThrIndex 1.3.6.1.4.1.36.2.18.22.2.2.1
Next available index for creating a svrThrEntry. If the value is -1 then the maximum number of thresholds has been reached. This means that a threshold record can not be created until a current threshold record is deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svrAlarmEnableTraps 1.3.6.1.4.1.36.2.18.22.2.2.2
Starting with V2.0, this variable has been moved. Use the svrControlEnableTraps for the same functionality.
Status: obsolete Access: not-accessible
OBJECT-TYPE    
  Boolean  

svrThresholdTable 1.3.6.1.4.1.36.2.18.22.2.2.3
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SvrThresholdEntry

svrThresholdEntry 1.3.6.1.4.1.36.2.18.22.2.2.3.1
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 variables, and sets its svrThrStatus to underCreation. When creating a theshold entry for the first time, issue a set request on svrThrStatus. The remaining row variables may be set in the same operation, or in subsequent operations. Those not set will have retain their default values as described. The following variable values MUST be set before enabling the alarm: svrThrStatus must be set to underCreation svrThrVariableName svrThrThresholdValue
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SvrThresholdEntry  

svrThrIndex 1.3.6.1.4.1.36.2.18.22.2.2.3.1.1
A locally-unique index value. On creation, this should be set to the value of svrAlarmNextThrIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svrThrStatus 1.3.6.1.4.1.36.2.18.22.2.2.3.1.2
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 to rowEnabled. Variables in the row may only be written if svrThrStatus is in the initial underCreation state or has been set to rowDisabled. To delete the row, set the status to rowInvalid. The agent will physically delete the row and make that instance available to be used again. Errors in variable polling and threshold checking that are determined by local implementation to be non-correctable will cause a row status change to rowError. Once the status is set to rowError by the agent, the agent will not reset it. Instead, it is up to the management console to reset the status based on information returned via svrThrErrorValue or for other reasons.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER underCreation(1), rowInvalid(2), rowEnabled(3), rowDisabled(4), rowError(5)  

svrThrVariableName 1.3.6.1.4.1.36.2.18.22.2.2.3.1.3
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. It's possible to get an error setting this due to invalid oid (may not support thresholding on this oid due to data type perhaps) or that we couldn't access the agent that supports this oid.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

svrThrValueType 1.3.6.1.4.1.36.2.18.22.2.2.3.1.4
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.Default on row creation is absoluteValue.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER absoluteValue(1), deltaValue(2)  

svrThrAlarmType 1.3.6.1.4.1.36.2.18.22.2.2.3.1.5
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 exceeds (or equals) the svrThrThresholdValue and svrThrAlarmState was reset. This will cause the svrThrAlarmState to be set and, if svrAlarmEnableTraps is true, a svrThrExceptTrap will be sent. SvrThrAlarmState will be reset when the sample value falls below or equals svrThrResetValue. For delta values, the same holds true except the difference between the sample value and the svrThrLastValue is used for comparison with both the svrThrThresholdValue and the svrThrResetValue. Less Than or Less Than or Equal To thresholds for absolute values occur when the sample value falls below (or equals) the svrThrThresholdValue and svrThrAlarmState was reset. This will cause the svrThrAlarmState to be set and, if svrAlarmEnableTraps is true, a svrThrExceptTrap will be sent. SvrThrAlarmState will be reset when the sample value exceeds or equals svrThrResetValue. For delta values, the same holds true except the difference between the sample value and the svrThrLastValue is used for comparison with both the svrThrThresholdValue and the svrThrResetValue. Equal To thresholds for absolute values occur when the sample value equals svrThrThresholdValue and svrThrAlarmState was reset. This will cause the svrThrAlarmState to be set and, if svrAlarmEnableTraps is true, a svrThrExceptTrap will be sent. SvrThrAlarmState will be reset when the sample value does not equal svrThrResetValue. For delta values, the same holds true except the difference between the sample value and the svrThrLastValue is used for comparison with both the svrThrThresholdValue and the svrThrResetValue. NOTE - It is possible to have negative delta values since the differ- ence is computed as the current value minus the svrThrLastValue. The default value on row creation is greaterThan.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER greaterThan(1), greaterThanOrEqualTo(2), equalTo(3), lessThanOrEqualTo(4), lessThan(5)  

svrThrSampleInterval 1.3.6.1.4.1.36.2.18.22.2.2.3.1.6
Interval in seconds between polls to check for threshold exceptions. Minimum Value is 1. The default value on row creation is 30 seconds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

svrThrPersistent 1.3.6.1.4.1.36.2.18.22.2.2.3.1.7
True if this threshold should persist across agent restarts. Default value on row creation is false.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

svrThrThresholdValue 1.3.6.1.4.1.36.2.18.22.2.2.3.1.8
This is the thresholding value which gets compared to the current or delta value. Default value on row creation is 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

svrThrResetValue 1.3.6.1.4.1.36.2.18.22.2.2.3.1.9
This is the value that on all svrThrAlarmTypes except for equalTo, is used to reset the threshold. Default value on row creation is 0
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

svrThrLastValue 1.3.6.1.4.1.36.2.18.22.2.2.3.1.10
Saved previous sample; needed to evaluate if alarm should be triggered or to evaluate delta values for threshold checking.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svrThrAlarmState 1.3.6.1.4.1.36.2.18.22.2.2.3.1.11
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 will initially have a value of reset when the alarm is enabled. For state change rules look at the definition for svrThrAlarmType. In all cases, this value will reset on svrThrStatus change to rowDisabled or rowInvalid. The default value on row creation is reset.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER set(1), reset(2)  

svrThrLogEvent 1.3.6.1.4.1.36.2.18.22.2.2.3.1.12
If yes, log to the system event log. Default value on row creation is false.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

svrThrInvokeLocalHandler 1.3.6.1.4.1.36.2.18.22.2.2.3.1.13
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

svrThrLocalHandlerPath 1.3.6.1.4.1.36.2.18.22.2.2.3.1.14
Pathname of local alarm handler. This can be any pathname as long as it can be recognized by the particular operating system.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrThrDescr 1.3.6.1.4.1.36.2.18.22.2.2.3.1.15
This attribute is used to describe the type of threshold. This is set by the management console not by the agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrThrErrorValue 1.3.6.1.4.1.36.2.18.22.2.2.3.1.16
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.
Status: mandatory Access: read-only
OBJECT-TYPE    
  SnmpErrors  

svrThrComparisonName 1.3.6.1.4.1.36.2.18.22.2.2.3.1.17
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 svrThrComparisonValue. If not equal, then it's possible that the oid instancing for svrThrVariableName is incorrect. If this occurs, then the svrThrStatus will be set to rowError and the svrThrErrorValue will be set to badValue. This attribute is optional. The default value on row creation is 0.0. Can be reset back to 0.0 if this attribute is not to be used.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

svrThrComparisonValue 1.3.6.1.4.1.36.2.18.22.2.2.3.1.18
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrThrSeverity 1.3.6.1.4.1.36.2.18.22.2.2.3.1.19
Indicates the severity of the threshold. Default value on row creation is informational.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Severity  

svrThrTrapEnabler 1.3.6.1.4.1.36.2.18.22.2.2.3.1.20
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

svrThrLocalHandlerArguments1 1.3.6.1.4.1.36.2.18.22.2.2.3.1.21
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 substituted anywhere in the argument line with an oid's value if there is a %oid% found within the string. The %oid% will be replaced with the value of the oid at the time the event occurred. For example if the svrSystemDesc value from the Digital Server System mib is required, then the argument list would have a replacement statement like this: %.1.3.6.1.4.1.36.2.18.22.1.2.3.0%. If a value from a threshold record is requested, use %oid% where the oid is .1.3.6.1.4.1.36.2.18.22.2.2.3.1.offset.instance. The offset is the oid offset (from 1 to 30) of the threshold entry variable. For svrThrIndex, the offset is 1. The instance can be dropped if the current threshold record (that which caused the event) is to be used. Otherwise, the instance of the requested threshold entry must be part of the %oid% statement. All the replaced values are inserted into the argument strings as ascii/text strings. For an integer (counter, gauge, etc) value, if the value is negative, there will be a minus sign in front of the value. For a positive number, there is no sign in front of the value. The integer value will be in ascii format - it is the responsibility of the application to convert the text into a decimal number. All octet strings, excluding display strings, will be inserted into the argument string as a text string in the format of 0xoctet value. For example if an octet string (hex based) of 8,23,6a,4e was retrieved using the %oid% format, then the replaced value would be a text string looking like this - 0x8,0x23,0x6a,0x4e where the number are in ascii (displayable) format separated by a comma. The 0x represents the hexadecimal base while the number following that is the ascii representation of the hexadecimal number. For display strings, there will be a pair of quotes around the string. Use of the Handler Arguments must be done in ascending order. No skipping of argument variables is allowed. NOTE - All oids must be preceded with a period(.) for proper system group recognition. Also all argument lists (concatenated starting with argument #1) are separated by a space. Default value on row creation is null.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrThrLocalHandlerArguments2 1.3.6.1.4.1.36.2.18.22.2.2.3.1.22
Same semantics as svrThrLocalHandlerArguments1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrThrLocalHandlerArguments3 1.3.6.1.4.1.36.2.18.22.2.2.3.1.23
Same semantics as svrThrLocalHandlerArguments1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrThrLocalHandlerArguments4 1.3.6.1.4.1.36.2.18.22.2.2.3.1.24
Same semantics as svrThrLocalHandlerArguments1.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrThrTrapsSendingInterval 1.3.6.1.4.1.36.2.18.22.2.2.3.1.25
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

svrThrManagerDefinedTrapData 1.3.6.1.4.1.36.2.18.22.2.2.3.1.26
This is a string provided by a management console to be sent out with every trap. Default value on row creation is null.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrThrUserDefinedTrapData 1.3.6.1.4.1.36.2.18.22.2.2.3.1.27
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrThrRetryCount 1.3.6.1.4.1.36.2.18.22.2.2.3.1.28
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 be considered a problem until it has persisted over a number of sampling intervals. If the retry count is 0, then the trap will be sent out immediately after the event has occurred. Default value on row creation is 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

svrThrResetType 1.3.6.1.4.1.36.2.18.22.2.2.3.1.29
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 current value with the svrThrResetValue to determine if the threshold's alarm state should be reset. Default value on row creation is lessThanOrEqualTo.
Status: mandatory Access: read-write
OBJECT-TYPE    
  ResetRelationalOperators  

svrThrAlarmCategory 1.3.6.1.4.1.36.2.18.22.2.2.3.1.30
A management station provided variable to allow for classification/grouping of thresholds.
Status: mandatory Access: read-write
OBJECT-TYPE    
  AlarmCategory  

svrThrTrapOid 1.3.6.1.4.1.36.2.18.22.2.2.3.1.31
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. NOTE - The svrmgt trap OID must be preceded with a period(.) for proper system group recognition. This attribute is optional. The default value on row creation is 0.0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  OBJECT IDENTIFIER  

svrThrCreatedBy 1.3.6.1.4.1.36.2.18.22.2.2.3.1.32
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.
Status: mandatory Access: read-write
OBJECT-TYPE    
  ThresholdOwner  

svrThrModifiable 1.3.6.1.4.1.36.2.18.22.2.2.3.1.33
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 value on row creation is true.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

svrControlEnableTraps 1.3.6.1.4.1.36.2.18.22.2.3.1
If true, the appropriate exception trap will be sent for each triggered alarm. This value persists over agent restarts. Default value is true.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

svrControlEnableModifyTraps 1.3.6.1.4.1.36.2.18.22.2.3.2
If true, a modify trap will be sent for each modification of the threshold table when the threshold entry state is rowDisabled. This value persists over agent restarts. Default value is false.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

svrControlEnableResetTraps 1.3.6.1.4.1.36.2.18.22.2.3.3
If true, a reset trap will be sent each time any threshold event is reset. If the alarm state goes from set to reset, a reset trap will be sent. This value persists over agent restarts. Default value is false.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

svrControlModifyOID 1.3.6.1.4.1.36.2.18.22.2.3.4
This variable is used as a variable in the modification trap, svrThrModifyTrap to represent the threshold variable which caused the modify trap to be sent. This variable can not be retrieved nor modified by the user.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  OBJECT IDENTIFIER  

svrTrapReconfigureEvent 1.3.6.1.4.1.36.2.18.22.2.4.1
By setting this value to enable, trap destinations will be reconfigured. On some operating systems like Windows/NT this will cause the SNMP agent to restart.
Status: mandatory Access: write-only
OBJECT-TYPE    
  INTEGER enable(1), disable(2)  

svrTrapCommunityNextIndex 1.3.6.1.4.1.36.2.18.22.2.4.2
Next available index for creating a svrTrapCommunityEntry. If the value is -1, then the maximum number of community names has been reached. This means that a community record can not be created until another community name has been deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svrTrapCommunityTable 1.3.6.1.4.1.36.2.18.22.2.4.6
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SvrTrapCommunityEntry

svrTrapCommunityEntry 1.3.6.1.4.1.36.2.18.22.2.4.6.1
In order to create a community entry, the svrTrapCommunityNextIndex must be userd as the instance for that entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SvrTrapCommunityEntry  

svrTrapCommunityIndex 1.3.6.1.4.1.36.2.18.22.2.4.6.1.1
A locally-unique index value. On creation, this should be set to the value of svrTrapCommunityNextIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svrTrapCommunityName 1.3.6.1.4.1.36.2.18.22.2.4.6.1.2
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, just issue a SET command for svrTrapCommunityName with an instance of svrTrapCommunityNextIndex. To delete the entry, issue a SET command for that particular instance using an empty display string (length = 0). By deleting the community name entry, the underlying destination entries for this community name instance will also be deleted.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrTrapDestinationNextIndex 1.3.6.1.4.1.36.2.18.22.2.4.6.1.3
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 been deleted.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svrTrapDestinationTable 1.3.6.1.4.1.36.2.18.22.2.4.7
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.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    SvrTrapDestinationEntry

svrTrapDestinationEntry 1.3.6.1.4.1.36.2.18.22.2.4.7.1
In order to create an address/name entry, the svrTrapDestinationNextIndex must be used as the instance for that entry.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SvrTrapDestinationEntry  

svrTrapDestinationIndex 1.3.6.1.4.1.36.2.18.22.2.4.7.1.1
A locally-unique index value. On creation, this must be set to the value of svrTrapDestinationNextIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

svrTrapDestination 1.3.6.1.4.1.36.2.18.22.2.4.7.1.2
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 of svrTrapDestinationNextIndex. To delete the entry, issue a SET command for that particular instance using an empty display string (length = 0).
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrMinimalHealthMajorRev 1.3.6.1.4.1.36.2.18.22.2.5.1
Major revision of the Minimal Health module. Default is 0
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

svrMinimalHealthMinorRev 1.3.6.1.4.1.36.2.18.22.2.5.2
Minor revision of the Minimal Health module. Default is 0.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

svrMinimalHealthEnable 1.3.6.1.4.1.36.2.18.22.2.5.3
If true, the minimal health module will be started. This value persists over agent restarts. Default value is true.
Status: mandatory Access: read-write
OBJECT-TYPE    
  Boolean  

svrMinimalHealthDesiredTemplateName 1.3.6.1.4.1.36.2.18.22.2.5.4
This is the desired template name for use by the minimal health agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrMinimalHealthDesiredTemplateRevision 1.3.6.1.4.1.36.2.18.22.2.5.5
This is the desired template revision for use by the minimal health agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrMinimalHealthDesiredTemplateRevisionDate 1.3.6.1.4.1.36.2.18.22.2.5.6
This is the desired template revision date for use by the minimal health agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrMinimalHealthActualTemplateName 1.3.6.1.4.1.36.2.18.22.2.5.7
This is the actual template name for use by the minimal health agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrMinimalHealthActualTemplateRevision 1.3.6.1.4.1.36.2.18.22.2.5.8
This is the actual template revision for use by the minimal health agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrMinimalHealthActualTemplateRevisionDate 1.3.6.1.4.1.36.2.18.22.2.5.9
This is the actual template revision date for use by the minimal health agent.
Status: mandatory Access: read-write
OBJECT-TYPE    
  DisplayString  

svrThrModifyTrap 99
This is a modification trap. The threshold OID whose value caused the alarm is in svrControlModifyOID.
TRAP-TYPE    

svrThrResetTrap 100
This is a reset trap. The value that cuased the alarm to be reset is returned in svrThrLastValue.
TRAP-TYPE    

svrThrHighExceptTrap 101
This is a high severity trap. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrMediumExceptTrap 102
This is a medium severity trap. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrLowExceptTrap 103
This is a low severity trap. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrInformationalExceptTrap 104
This is an Informational severity trap. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrDiskDown 105
This indicates that the disk is not available for any use. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrDiskWarning 106
This indicates that an unusual disk error condition has occured but that the device is still operational. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrDiskOk 107
This indicates that the disk is up and running and that no unusual error conditions are known. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrFileSystemUsage 108
This indicates that file system usage has exceeded the user defined threshold.The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrTemperatureOk 109
This indicates that the temperature is within normal limits. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrTemperatureCritical 110
This indicates that the temperature is in a critical state either low or high. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrTemperatureWarning 111
This indicates that the temperature is in a warning state either low or high. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrFanFailed 112
This indicates that the fan has failed. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrFanOk 113
This indicates that the fan is functioning well. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrFanBackup 114
This indicates that the fan is a backup fan. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrVoltageOk 115
This indicates that the voltage is within normal limits. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrVoltageCritical 116
This indicates that the voltage is in a critical state, either low or high, but has not reached the shutdown threshold. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrVoltageWarning 117
This indicates that the voltage is in a warning state, either low or high. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrPowerSupplyFailed 118
This indicates that the power supply failed. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrPowerSupplyWarning 119
This indicates that the power supply is in a warning state but has not yet failed. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrPowerSupplyOk 120
This indicates that the power supply is functioning well. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrPowerSupplyBackup 121
This indicates that the power supply is in backup state. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrMemoryEltFailed 122
This indicates that the memory element has failed. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrMemoryEltWarning 123
This indicates that the memory element is reporting errors. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrMemoryEltOk 124
This indicates that the memory element is functioning well. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrNetworkIfInErrors 125
This indicates that the network interface inbound errors have exceeded the user defined threshold. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrNetworkIfInOctets 126
This indicates that the network interface inbound octets have exceeded the user defined threshold. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrNetworkIfOutOctets 127
This indicates that the network interface outbound octets have exceeded the user defined threshold. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrNetworkIfInPkts 128
This indicates that the network interface inbound packets have exceeded the user defined threshold. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrNetworkIfOutPkts 129
This indicates that the network interface outbound packets have exceeded the user defined threshold. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrNetworkIfOutErrors 130
This indicates that the network interface outbound errors have exceeded the user defined threshold. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrNetworkIfInDiscards 131
This indicates that the network interface inbound discards have exceeded the user defined threshold. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrProcessorDown 132
This indicates that the processor is not available for any use. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrProcessorWarning 133
This indicates that the processor has encountered an unusual error condition but is still considered to be operational. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrProcessorOk 134
This indicates that the processor is up and running and that no unusual error conditions are known. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrCpuUsage 135
This indicates that CPU usage has exceeded the user defined threshold. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrClusterFailOverOwner 136
This indicates that the node has become the current owner of a cluster resource. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE    

svrThrClusterFailOverNotOwner 137
This indicates that the node is not the current owner of a cluster resource. The value that caused the alarm to occur is returned in svrThrLastValue.
TRAP-TYPE