NetWare-Server-Trend-MIB: View SNMP OID List / Download MIB

VENDOR: NOVELL


 Home MIB: NetWare-Server-Trend-MIB
Download as:   

Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 novell 1.3.6.1.4.1.23
       mibDoc 1.3.6.1.4.1.23.2
           nwTrend 1.3.6.1.4.1.23.2.26
                 nwtControl 1.3.6.1.4.1.23.2.26.1
                     nwtControlTable 1.3.6.1.4.1.23.2.26.1.1 no-access
A list of data table entries
                         nwtControlEntry 1.3.6.1.4.1.23.2.26.1.1.1 no-access
A list of parameters that describe the thresholds and trends being performed.
                             nwtControlAttributeClass 1.3.6.1.4.1.23.2.26.1.1.1.1 integer read-only
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. Enumeration: 'fileReadKBytes': 5, 'noECBCount': 26, 'queueAvgNextJobWaitTime': 21, 'diskPctFreeRedirectionArea': 24, 'pctCacheHitRate': 23, 'serverProcesses': 25, 'pctCodeAndDataMemory': 12, 'fileWriteKBytes': 6, 'volumePctFreeSpace': 22, 'queueAvgNumReadyJobs': 19, 'physIfOutKBytes': 18, 'physIfInKBytes': 17, 'avgLoggedInUsers': 1, 'lslInPackets': 7, 'pctAllocatedMemory': 13, 'physIfOutPackets': 16, 'lslOutPackets': 8, 'fileWrites': 4, 'pctCacheBuffers': 11, 'fileReads': 3, 'osPktRcvBuffer': 27, 'avgConnections': 2, 'pctCpuUtilization': 10, 'queueAvgNumReadyKBytes': 20, 'pctDirtyPacketReceiveBuffers': 14, 'physIfInPackets': 15, 'ncpRequests': 9.
                             nwtControlIndex 1.3.6.1.4.1.23.2.26.1.1.1.2 integer read-only
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.
                             nwtControlAttributeInstance 1.3.6.1.4.1.23.2.26.1.1.1.3 internationaldisplaystring read-only
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.
                             nwtControlSampleInterval 1.3.6.1.4.1.23.2.26.1.1.1.4 integer read-write
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. Enumeration: 'fiveMinutes': 6, 'thirtySeconds': 4, 'fifteenSeconds': 3, 'oneMinute': 5, 'oneHour': 9, 'tenSeconds': 2, 'fifteenMinutes': 7, 'fiveSeconds': 1, 'thirtyMinutes': 8, 'fourHours': 10, 'eightHours': 11, 'oneDay': 12.
                             nwtControlSampleType 1.3.6.1.4.1.23.2.26.1.1.1.5 integer read-only
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. Enumeration: 'averageValue': 3, 'absoluteValue': 1, 'deltaValue': 2.
                             nwtControlSampleInvalidValue 1.3.6.1.4.1.23.2.26.1.1.1.6 integer read-only
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.
                             nwtControlLastSampleValue 1.3.6.1.4.1.23.2.26.1.1.1.7 integer read-only
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.
                             nwtControlReferenceTimeStamp 1.3.6.1.4.1.23.2.26.1.1.1.8 nwtime read-only
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.
                             nwtControlThresholdState 1.3.6.1.4.1.23.2.26.1.1.1.9 integer read-write
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. Enumeration: 'disabled': 2, 'enabled': 1.
                             nwtControlThresholdType 1.3.6.1.4.1.23.2.26.1.1.1.10 integer read-only
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. Enumeration: 'fallingAlarm': 2, 'risingAlarm': 1.
                             nwtControlRisingThreshold 1.3.6.1.4.1.23.2.26.1.1.1.11 integer read-write
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.
                             nwtControlFallingThreshold 1.3.6.1.4.1.23.2.26.1.1.1.12 integer read-write
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.
                             nwtControlHistoryState 1.3.6.1.4.1.23.2.26.1.1.1.13 integer read-write
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. Enumeration: 'disabled': 2, 'enabled': 1.
                             nwtControlHistoryLastSampleIndex 1.3.6.1.4.1.23.2.26.1.1.1.14 integer read-only
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.
                             nwtControlHistoryBucketsRequested 1.3.6.1.4.1.23.2.26.1.1.1.15 integer read-write
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.
                             nwtControlHistoryBucketsGranted 1.3.6.1.4.1.23.2.26.1.1.1.16 integer read-only
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.
                             nwtControlStatus 1.3.6.1.4.1.23.2.26.1.1.1.17 integer read-only
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. Enumeration: 'valid': 1, 'invalid': 2.
                     nwtHistoryTable 1.3.6.1.4.1.23.2.26.1.2 no-access
A list of history data sample entries
                         nwtHistoryEntry 1.3.6.1.4.1.23.2.26.1.2.1 no-access
An historical sample of the variable defined in the corresponding nwtControlEntry, which set up the parameters for a regular collection of these samples
                             nwtHistoryControlIndex 1.3.6.1.4.1.23.2.26.1.2.1.1 integer read-only
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.
                             nwtHistorySampleIndex 1.3.6.1.4.1.23.2.26.1.2.1.2 integer read-only
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)
                             nwtHistorySampleValue 1.3.6.1.4.1.23.2.26.1.2.1.3 integer read-only
The value of the monitored object at the time the sample was taken.
                 nwtTrapInfo 1.3.6.1.4.1.23.2.26.2
                     nwtServerName 1.3.6.1.4.1.23.2.26.2.1 internationaldisplaystring no-access
The physical name of this server
                     nwtTrapTime 1.3.6.1.4.1.23.2.26.2.2 nwtime no-access
The time in seconds since midnight January 1st 1970 Universal Coordinated Time UTC.
                     nwtThreshold 1.3.6.1.4.1.23.2.26.2.3 integer no-access
The threshold value that has been exceeded.
                     nwtInterval 1.3.6.1.4.1.23.2.26.2.4 seconds no-access
The sample interval in seconds.
                     nwtInterfaceName 1.3.6.1.4.1.23.2.26.2.5 internationaldisplaystring no-access
The name of the physical interface.
                     nwtQueueName 1.3.6.1.4.1.23.2.26.2.6 internationaldisplaystring no-access
The name of the queue.
                     nwtVolumeName 1.3.6.1.4.1.23.2.26.2.7 internationaldisplaystring no-access
The physical name of the volume.
                     nwtDiskName 1.3.6.1.4.1.23.2.26.2.8 internationaldisplaystring no-access
The name of the disk.
                     nwtCPUDescription 1.3.6.1.4.1.23.2.26.2.9 internationaldisplaystring no-access
The processor description.
                   nwtThresholdLoggedInUsers 1.3.6.1.4.1.23.2.260.1
The average number of logged in users exceeded the threshold
                   nwtThresholdConnections 1.3.6.1.4.1.23.2.260.2
The average number of connections exceeded the threshold
                   nwtThresholdFileReads 1.3.6.1.4.1.23.2.260.3
The number of file system reads exceeded the threshold
                   nwtThresholdFileWrites 1.3.6.1.4.1.23.2.260.4
The number of file system writes exceeded the threshold
                   nwtThresholdFileReadKBytes 1.3.6.1.4.1.23.2.260.5
The number of KBytes read from file system exceeded the threshold
                   nwtThresholdFileWriteKBytes 1.3.6.1.4.1.23.2.260.6
The number of KBytes written to file system exceeded the threshold
                   nwtThresholdLslInPackets 1.3.6.1.4.1.23.2.260.7
The total packets received by the server exceeded the threshold
                   nwtThresholdLslOutPackets 1.3.6.1.4.1.23.2.260.8
The total packets transmitted by the server exceeded the threshold
                   nwtThresholdNcpRequests 1.3.6.1.4.1.23.2.260.9
The number of NCPs processed by the server exceeded the threshold
                   nwtThresholdPctCpuUtilization 1.3.6.1.4.1.23.2.260.10
CPU utilization exceeded the threshold
                   nwtThresholdPctCacheBuffers 1.3.6.1.4.1.23.2.260.11
Cache buffers fell below the threshold
                   nwtThresholdCodeAndDataMemory 1.3.6.1.4.1.23.2.260.12
Code and data memory exceeded the threshold
                   nwtThresholdAllocatedMemory 1.3.6.1.4.1.23.2.260.13
Allocated memory exceeded the threshold
                   nwtThresholdPctDirtyCacheBuffers 1.3.6.1.4.1.23.2.260.14
Dirty Cache buffers exceeded the threshold
                   nwtThresholdPhysIfInPackets 1.3.6.1.4.1.23.2.260.15
The packets received on some physical interface exceeded the threshold
                   nwtThresholdPhysIfOutPackets 1.3.6.1.4.1.23.2.260.16
The packets transmitted on some physical interface exceeded the threshold
                   nwtThresholdPhysIfInKBytes 1.3.6.1.4.1.23.2.260.17
The total KBytes received on some interface exceeded the threshold
                   nwtThresholdPhysIfOutKBytes 1.3.6.1.4.1.23.2.260.18
The KBytes transmitted on some interface exceeded the threshold
                   nwtThresholdQueueNumReadyJobs 1.3.6.1.4.1.23.2.260.19
The number of ready jobs in some queue exceeded the threshold
                   nwtThresholdQueueNumReadyKBytes 1.3.6.1.4.1.23.2.260.20
The number of KBytes in ready jobs in some queue exceeded the threshold
                   nwtThresholdQueueNextJobWaitTime 1.3.6.1.4.1.23.2.260.21
The wait time of the next ready to run job in some queue exceeded the threshold
                   nwtThresholdVolumePctFreeSpace 1.3.6.1.4.1.23.2.260.22
Free space on some volume fell below the threshold
                   nwtThresholdPctCacheHitRate 1.3.6.1.4.1.23.2.260.23
File cache hit rate fell below the threshold
                   nwtThresholdDiskPctFreeRedirectionArea 1.3.6.1.4.1.23.2.260.24
Free redirection area on some disk fell below the threshold
                   nwtThresholdServerProcesses 1.3.6.1.4.1.23.2.260.25
The number of context processes currently loaded or running on the system exceeded the threshold.
                   nwtThresholdNoECBCount 1.3.6.1.4.1.23.2.260.26
The total number of times a packet was received and not consumed my a protocol stack.
                   nwtThresholdOsPktRcvBuffer 1.3.6.1.4.1.23.2.260.27
The current number of packet receive buffers being used by the operating system exceeded the threshold