NetWare-Server-Trend-MIB

File: NetWare-Server-Trend-MIB.mib (45621 bytes)

Imported modules

RFC1155-SMI HOST-RESOURCES-MIB RFC-1212
RFC-1215

Imported symbols

enterprises InternationalDisplayString OBJECT-TYPE
TRAP-TYPE

Defined Types

NWTime  
INTEGER 0..2147483647    

Seconds  
INTEGER 0..2147483647    

NwtControlEntry  
SEQUENCE    
  nwtControlAttributeClass INTEGER
  nwtControlIndex INTEGER
  nwtControlAttributeInstance InternationalDisplayString
  nwtControlSampleInterval INTEGER
  nwtControlSampleType INTEGER
  nwtControlSampleInvalidValue INTEGER
  nwtControlLastSampleValue INTEGER
  nwtControlReferenceTimeStamp NWTime
  nwtControlThresholdState INTEGER
  nwtControlThresholdType INTEGER
  nwtControlRisingThreshold INTEGER
  nwtControlFallingThreshold INTEGER
  nwtControlHistoryState INTEGER
  nwtControlHistoryLastSampleIndex INTEGER
  nwtControlHistoryBucketsRequested INTEGER
  nwtControlHistoryBucketsGranted INTEGER
  nwtControlStatus INTEGER

NwtHistoryEntry  
SEQUENCE    
  nwtHistoryControlIndex INTEGER
  nwtHistorySampleIndex INTEGER
  nwtHistorySampleValue INTEGER

Defined Values

novell 1.3.6.1.4.1.23
OBJECT IDENTIFIER    

mibDoc 1.3.6.1.4.1.23.2
OBJECT IDENTIFIER    

nwTrend 1.3.6.1.4.1.23.2.26
OBJECT IDENTIFIER    

nwtControl 1.3.6.1.4.1.23.2.26.1
OBJECT IDENTIFIER    

nwtTrapInfo 1.3.6.1.4.1.23.2.26.2
OBJECT IDENTIFIER    

nwtControlTable 1.3.6.1.4.1.23.2.26.1.1
A list of data table entries
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NwtControlEntry

nwtControlEntry 1.3.6.1.4.1.23.2.26.1.1.1
A list of parameters that describe the thresholds and trends being performed.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NwtControlEntry  

nwtControlAttributeClass 1.3.6.1.4.1.23.2.26.1.1.1.1
An enumeration which identifies the attribute being monitored. See also the definition of the corresponding trap. The pctCpuUtilization is monitored for each CPU in the server. The attributes whose name starts with 'physIf', are monitored for each physical network interface on the server. The attributes whose name starts with 'queue', are monitored for each queue on the server. The attributes whose name starts with 'volume', are monitored for each volume on the server. The attributes whose name starts with 'disk' are monitored for each disk on the server. All other attributes have a single instance.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER avgLoggedInUsers(1), avgConnections(2), fileReads(3), fileWrites(4), fileReadKBytes(5), fileWriteKBytes(6), lslInPackets(7), lslOutPackets(8), ncpRequests(9), pctCpuUtilization(10), pctCacheBuffers(11), pctCodeAndDataMemory(12), pctAllocatedMemory(13), pctDirtyPacketReceiveBuffers(14), physIfInPackets(15), physIfOutPackets(16), physIfInKBytes(17), physIfOutKBytes(18), queueAvgNumReadyJobs(19), queueAvgNumReadyKBytes(20), queueAvgNextJobWaitTime(21), volumePctFreeSpace(22), pctCacheHitRate(23), diskPctFreeRedirectionArea(24), serverProcesses(25), noECBCount(26), osPktRcvBuffer(27)  

nwtControlIndex 1.3.6.1.4.1.23.2.26.1.1.1.2
An index to be used to access the nwtHistoryTable to retrieve the stored samples for this variable. This value must remain constant at least from one re- initialization of the agent to the next re- initialization.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

nwtControlAttributeInstance 1.3.6.1.4.1.23.2.26.1.1.1.3
A printable string which uniquely, and permanently, identifies one particular 'instance' of the attribute. For example, if nwtControlAttributeClass specifies an attribute of a NetWare volume, nwtControlAttributeInstance will specify the volume to which this particular instance pertains. A zero-length string will be returned if the attribute can not have multiple instances.
Status: mandatory Access: read-only
OBJECT-TYPE    
  InternationalDisplayString  

nwtControlSampleInterval 1.3.6.1.4.1.23.2.26.1.1.1.4
An enumeration which identifies the interval over which the data is sampled, compared with the rising and falling thresholds, and saved in the history. Intervals will be aligned to the real world clock. For instance, hourly samples will be taken on the hour, 15- minute samples will be taken at n:00, n:15, n:30, and n:45, etc. If a valid sample can not be taken for any reason (server down, excessive timer skew, etc.) then the sample value will be set to the invalid value. If the interval is changed, any associated history will be discarded and a new history collection commenced.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER fiveSeconds(1), tenSeconds(2), fifteenSeconds(3), thirtySeconds(4), oneMinute(5), fiveMinutes(6), fifteenMinutes(7), thirtyMinutes(8), oneHour(9), fourHours(10), eightHours(11), oneDay(12)  

nwtControlSampleType 1.3.6.1.4.1.23.2.26.1.1.1.5
The method of sampling the selected variable and calculating the value to be compared against the thresholds. If the value of this object is 'absoluteValue', the value of the selected variable at the end of the sampling interval will be compared directly with both the nwtControlRisingThreshold and the nwtControlFallingThreshold values. If the value of this object is 'deltaValue', the value of the selected variable at the end of the sampling interval will be subtracted from its value at the end of the previous sampling interval, and the difference compared with both the nwtControlRisingThreshold and the nwtControlFallingThreshold values. If the value of this object is 'averageValue', the average value of the selected variable over the sampling interval will be compared with both the nwtControlRisingThreshold and the nwtControlFallingThreshold values.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER absoluteValue(1), deltaValue(2), averageValue(3)  

nwtControlSampleInvalidValue 1.3.6.1.4.1.23.2.26.1.1.1.6
The value used to represent 'invalid' for this variable. Any sample of this variable having a value equal to the value of nwtControlSampleInvalidValue is not a valid sample and should be treated accordingly.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwtControlLastSampleValue 1.3.6.1.4.1.23.2.26.1.1.1.7
The value of the variable during the last sampling period. The value during the current sampling period is not made available until the period is completed. Note that if the associated value nwtControlSampleType is set to 'deltaValue', the value of this object is the difference in the sampled variable since the last sample. If the value of nwtControlSampleType is 'averageValue', the value of this object is the average value of the selected variable over the sampling interval.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwtControlReferenceTimeStamp 1.3.6.1.4.1.23.2.26.1.1.1.8
The absolute date and time (UTC) of the beginning of the history associated with this control entry, expressed as seconds since midnight on January 1, 1970. The timestamp of any sample in the history may be computed as follows: nwtControlReferenceTimeStamp + (nwtHistorySampleIndex * intervalInSeconds) A value of 0 indicates that there is no history available for this variable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  NWTime  

nwtControlThresholdState 1.3.6.1.4.1.23.2.26.1.1.1.9
The current state of threshold monitoring for this nwtControlEntry. When the state is 'enabled', the sampled value will be compared to the appropriate threshold, and a trap generated if appropriate. When the state is 'disabled', the thresholds will be ignored, and no trap will ever be generated.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

nwtControlThresholdType 1.3.6.1.4.1.23.2.26.1.1.1.10
An enumeration that indicates whether a trap is to be generated when the sampled variable rises to the nwtControlRisingThreshold, or when it falls to the nwtControlFallingThreshold.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER risingAlarm(1), fallingAlarm(2)  

nwtControlRisingThreshold 1.3.6.1.4.1.23.2.26.1.1.1.11
A threshold for the sampled variable. When the current sampled value is greater than or equal to this threshold, and the value at the last sampling interval was less than this threshold, and the value of nwtControlThresholdType is 'risingAlarm', a single trap will be generated. After a a trap is generated, another such trap will not be generated until the sampled value falls below this threshold and reaches the nwtControlFallingThreshold.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nwtControlFallingThreshold 1.3.6.1.4.1.23.2.26.1.1.1.12
A threshold for the sampled variable. When the current sampled value is less than or equal to this threshold, and the value at the last sampling interval was greater than this threshold, and the value of nwtControlThresholdType is 'fallingAlarm', a single trap will be generated. After a trap is generated, another such trap will not be generated until the sampled value rises above this threshold and reaches the nwtControlRisingThreshold.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER  

nwtControlHistoryState 1.3.6.1.4.1.23.2.26.1.1.1.13
The current state of history collection for this nwtControlEntry. When the state is 'enabled', each sampled value will be added to the history. When the state is 'disabled', sampled values will not be added to the stored history.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER enabled(1), disabled(2)  

nwtControlHistoryLastSampleIndex 1.3.6.1.4.1.23.2.26.1.1.1.14
The value of nwtHistorySampleIndex for the most recent sample in the associated history. A value of 0 indicates that there is no history available for this variable.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

nwtControlHistoryBucketsRequested 1.3.6.1.4.1.23.2.26.1.1.1.15
The requested number of discrete sampling intervals over which data should be saved in the part of the nwtHistoryTable associated with this sampled variable. When this object is modified, the agent should set nwtControlHistoryBucketsGranted as closely to this object as is possible for the particular agent implementation, the local policy, and available resources. If the size of the history is increased, no history data will be lost. If the size of the history is decreased, the oldest samples will be discarded as necessary.
Status: mandatory Access: read-write
OBJECT-TYPE    
  INTEGER 0..2147483647  

nwtControlHistoryBucketsGranted 1.3.6.1.4.1.23.2.26.1.1.1.16
The number of discrete sampling intervals over which data shall be saved in the part of the nwtHistoryTable associated with this sampled variable. There will be times when the actual number of buckets associated with this entry is less than the value of this object. In this case, at the end of each sampling interval, a new bucket will be added to the part of the nwtHistoryTable associated with this nwtControlEntry. When the number of buckets reaches the value of this object and a new bucket is to be added to the part of the nwtHistoryTable associated with this nwtControlEntry, the oldest bucket associated with this nwtControlEntry shall be deleted by the agent so that the new bucket can be added.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 0..2147483647  

nwtControlStatus 1.3.6.1.4.1.23.2.26.1.1.1.17
The current status of the attribute instance monitored by this nwtControlEntry. As new volumes, disks, adapters, etc. are added to the server, entries for the new instances of each monitored attribute will automatically be added to this table, using appropriate default values for thresholds etc. From time-to-time, volumes, disks, adapters, etc. may also be permanently removed from the server; however, the entries for those instances in this table, and any associated histories, will continue to exist. A value of 'valid' indicates that the instance defined by this nwtControlEntry is present in the server. A value of 'invalid' indicates that the instance defined by this nwtControlEntry is no longer present in the server. Any associated history data is still available.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER valid(1), invalid(2)  

nwtHistoryTable 1.3.6.1.4.1.23.2.26.1.2
A list of history data sample entries
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  SEQUENCE OF  
    NwtHistoryEntry

nwtHistoryEntry 1.3.6.1.4.1.23.2.26.1.2.1
An historical sample of the variable defined in the corresponding nwtControlEntry, which set up the parameters for a regular collection of these samples
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NwtHistoryEntry  

nwtHistoryControlIndex 1.3.6.1.4.1.23.2.26.1.2.1.1
The history of which this entry is a part. The history identified by a particular value of this index is the same history as identified by the same value of nwtControlIndex.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

nwtHistorySampleIndex 1.3.6.1.4.1.23.2.26.1.2.1.2
An index that uniquely identifies the particular sample this entry represents among all samples associated with the same nwtControlEntry. This index starts at 1 and increases by one as each interval passes. For periods when the server is down, or the agent is not running, the corresponding value of nwtHistorySampleValue will be equal to the value of nwtControlSampleInvalidValue. The timestamp of any sample in the history may be computed as follows: nwtControlReferenceTimeStamp + (nwtHistorySampleIndex * intervalInSeconds)
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER 1..2147483647  

nwtHistorySampleValue 1.3.6.1.4.1.23.2.26.1.2.1.3
The value of the monitored object at the time the sample was taken.
Status: mandatory Access: read-only
OBJECT-TYPE    
  INTEGER  

nwtServerName 1.3.6.1.4.1.23.2.26.2.1
The physical name of this server
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  InternationalDisplayString Size(0..48)  

nwtTrapTime 1.3.6.1.4.1.23.2.26.2.2
The time in seconds since midnight January 1st 1970 Universal Coordinated Time UTC.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  NWTime  

nwtThreshold 1.3.6.1.4.1.23.2.26.2.3
The threshold value that has been exceeded.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  INTEGER  

nwtInterval 1.3.6.1.4.1.23.2.26.2.4
The sample interval in seconds.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  Seconds  

nwtInterfaceName 1.3.6.1.4.1.23.2.26.2.5
The name of the physical interface.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  InternationalDisplayString Size(0..64)  

nwtQueueName 1.3.6.1.4.1.23.2.26.2.6
The name of the queue.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  InternationalDisplayString  

nwtVolumeName 1.3.6.1.4.1.23.2.26.2.7
The physical name of the volume.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  InternationalDisplayString Size(0..64)  

nwtDiskName 1.3.6.1.4.1.23.2.26.2.8
The name of the disk.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  InternationalDisplayString Size(0..64)  

nwtCPUDescription 1.3.6.1.4.1.23.2.26.2.9
The processor description.
Status: mandatory Access: not-accessible
OBJECT-TYPE    
  InternationalDisplayString  

nwtThresholdLoggedInUsers 1
The average number of logged in users exceeded the threshold
TRAP-TYPE    

nwtThresholdConnections 2
The average number of connections exceeded the threshold
TRAP-TYPE    

nwtThresholdFileReads 3
The number of file system reads exceeded the threshold
TRAP-TYPE    

nwtThresholdFileWrites 4
The number of file system writes exceeded the threshold
TRAP-TYPE    

nwtThresholdFileReadKBytes 5
The number of KBytes read from file system exceeded the threshold
TRAP-TYPE    

nwtThresholdFileWriteKBytes 6
The number of KBytes written to file system exceeded the threshold
TRAP-TYPE    

nwtThresholdLslInPackets 7
The total packets received by the server exceeded the threshold
TRAP-TYPE    

nwtThresholdLslOutPackets 8
The total packets transmitted by the server exceeded the threshold
TRAP-TYPE    

nwtThresholdNcpRequests 9
The number of NCPs processed by the server exceeded the threshold
TRAP-TYPE    

nwtThresholdPctCpuUtilization 10
CPU utilization exceeded the threshold
TRAP-TYPE    

nwtThresholdPctCacheBuffers 11
Cache buffers fell below the threshold
TRAP-TYPE    

nwtThresholdCodeAndDataMemory 12
Code and data memory exceeded the threshold
TRAP-TYPE    

nwtThresholdAllocatedMemory 13
Allocated memory exceeded the threshold
TRAP-TYPE    

nwtThresholdPctDirtyCacheBuffers 14
Dirty Cache buffers exceeded the threshold
TRAP-TYPE    

nwtThresholdPhysIfInPackets 15
The packets received on some physical interface exceeded the threshold
TRAP-TYPE    

nwtThresholdPhysIfOutPackets 16
The packets transmitted on some physical interface exceeded the threshold
TRAP-TYPE    

nwtThresholdPhysIfInKBytes 17
The total KBytes received on some interface exceeded the threshold
TRAP-TYPE    

nwtThresholdPhysIfOutKBytes 18
The KBytes transmitted on some interface exceeded the threshold
TRAP-TYPE    

nwtThresholdQueueNumReadyJobs 19
The number of ready jobs in some queue exceeded the threshold
TRAP-TYPE    

nwtThresholdQueueNumReadyKBytes 20
The number of KBytes in ready jobs in some queue exceeded the threshold
TRAP-TYPE    

nwtThresholdQueueNextJobWaitTime 21
The wait time of the next ready to run job in some queue exceeded the threshold
TRAP-TYPE    

nwtThresholdVolumePctFreeSpace 22
Free space on some volume fell below the threshold
TRAP-TYPE    

nwtThresholdPctCacheHitRate 23
File cache hit rate fell below the threshold
TRAP-TYPE    

nwtThresholdDiskPctFreeRedirectionArea 24
Free redirection area on some disk fell below the threshold
TRAP-TYPE    

nwtThresholdServerProcesses 25
The number of context processes currently loaded or running on the system exceeded the threshold.
TRAP-TYPE    

nwtThresholdNoECBCount 26
The total number of times a packet was received and not consumed my a protocol stack.
TRAP-TYPE    

nwtThresholdOsPktRcvBuffer 27
The current number of packet receive buffers being used by the operating system exceeded the threshold
TRAP-TYPE