All MIBs › HOST-RESOURCES-MIB
Organization: IETF Host Resources MIB Working Group
Last Updated: 2000-03-06
Category: Fibre Channel and Storage, Hardware and Environment
Description:
Covers managed objects describing host computer systems, including storage, installed software, running processes, and device information.
Imported Objects
From IF-MIB
| InterfaceIndexOrZero |
From SNMPv2-CONF
| MODULE-COMPLIANCE | |
| OBJECT-GROUP |
From SNMPv2-SMI
| Counter32 | |
| Gauge32 | |
| Integer32 | |
| MODULE-IDENTITY | |
| OBJECT-TYPE | |
| TimeTicks | |
| mib-2 |
From SNMPv2-TC
| AutonomousType | |
| DateAndTime | |
| DisplayString | |
| TEXTUAL-CONVENTION | |
| TruthValue |
What Is HOST-RESOURCES-MIB?
HOST-RESOURCES-MIB is a vendor-neutral IETF standards MIB (RFC 2790) that defines managed objects for the resources and operational characteristics of general-purpose host computer systems, i.e., any internet-connected computer directly used by a person, though it is not strictly precluded from applying to other device types. It exposes broad categories of data including system-level attributes (uptime, date, boot device/parameters, number of logged-in users), running process information, installed software inventory, and storage/memory resources. It is one of the most fundamental hardware/software status MIBs in existence: hrSystemUptime tracks how long the system has been running, hrSystemProcesses/hrSystemMaxProcesses reveal process-table load, hrMemorySize and hrStorageTable expose memory and disk/filesystem capacity and usage, and hrSystemNumUsers shows active user sessions, together giving a full picture of host health and load. It typically works alongside SNMPv2-MIB (for sysUpTime/system group) and is often deployed together with vendor-specific extensions for deeper platform detail. It is deployed extremely broadly, on servers, workstations, and many network appliances that embed a host-like OS, wherever generic cross-platform system monitoring via SNMP is needed. As the canonical host resources mib, it remains the go-to standard whenever vendor-neutral, cross-platform system monitoring is required.
IPNetwork Monitor allows you to monitor SNMP objects defined in HOST-RESOURCES-MIB. Use the built-in SNMP Monitoring Browser to explore available variables, view their current values and descriptions, and select the objects you want to monitor. You can then create SNMP monitors, configure thresholds, and receive alerts when monitored values change.
What Can Be Monitored
- system uptime
- system date/time
- number of logged-in users
- running process count vs. maximum
- installed/running software
- storage (disk) utilization per volume
- total physical memory size
Supported Devices
- vendor-neutral, standards-based MIB, not tied to a specific manufacturer
- general-purpose host computers (servers, workstations)
- network appliances with an embedded host-like OS
Monitoring Examples
An operator would poll hrSystemUptime and hrSystemNumUsers to check how long a server has been running and how many users are logged in, and watch hrSystemProcesses against hrSystemMaxProcesses to detect an approaching process-table exhaustion. Walking hrStorageTable/hrStorageEntry (indexed by hrStorageIndex) reveals per-volume storage utilization, so a disk partition nearing capacity would show up as a shrinking free-space ratio in that table. hrMemorySize gives total physical memory, useful as a baseline when correlating with process or storage growth trends, while hrSystemInitialLoadDevice/hrSystemInitialLoadParameters record what device and parameters the system last booted from.
OIDs
| OID symbolic | OID numeric | Type | Access | Description |
|---|---|---|---|---|
| host | 1.3.6.1.2.1.25 | |||
| hrSystem | 1.3.6.1.2.1.25.1 | |||
| TIK hrSystemUptime | 1.3.6.1.2.1.25.1.1 | TimeTicks | read-only | The amount of time since this host was last initialized. Note that this is different from sysUpTime in the SNMPv2-MIB [RFC1907] because sysUpTime is the uptime of the network management portion of the system. |
| DAT hrSystemDate | 1.3.6.1.2.1.25.1.2 | DateAndTime | read-write | The host's notion of the local date and time of day. |
| I32 hrSystemInitialLoadDevice | 1.3.6.1.2.1.25.1.3 | Integer32 | read-write | The index of the hrDeviceEntry for the device from which this host is configured to load its initial operating system configuration (i.e., which operating system code and/or boot parameters). Note that writing to this object just changes the configuration that will be used the next time the operating system is loaded and does not actually cause the reload to occur. |
| NUM hrSystemInitialLoadParameters | 1.3.6.1.2.1.25.1.4 | InternationalDisplayString | read-write | This object contains the parameters (e.g. a pathname and parameter) supplied to the load device when requesting the initial operating system configuration from that device. Note that writing to this object just changes the configuration that will be used the next time the operating system is loaded and does not actually cause the reload to occur. |
| G32 hrSystemNumUsers | 1.3.6.1.2.1.25.1.5 | Gauge32 | read-only | The number of user sessions for which this host is storing state information. A session is a collection of processes requiring a single act of user authentication and possibly subject to collective job control. |
| G32 hrSystemProcesses | 1.3.6.1.2.1.25.1.6 | Gauge32 | read-only | The number of process contexts currently loaded or running on this system. |
| I32 hrSystemMaxProcesses | 1.3.6.1.2.1.25.1.7 | Integer32 | read-only | The maximum number of process contexts this system can support. If there is no fixed maximum, the value should be zero. On systems that have a fixed maximum, this object can help diagnose failures that occur when this maximum is reached. |
| hrStorage | 1.3.6.1.2.1.25.2 | |||
| hrStorageTypes | 1.3.6.1.2.1.25.2.1 | |||
| KBY hrMemorySize | 1.3.6.1.2.1.25.2.2 | KBytes | read-only | The amount of physical read-write main memory, typically RAM, contained by the host. |
| hrStorageTable | 1.3.6.1.2.1.25.2.3 | not-accessible | The (conceptual) table of logical storage areas on the host. An entry shall be placed in the storage table for each logical area of storage that is allocated and has fixed resource limits. The amount of storage represented in an entity is the amount actually usable by the requesting entity, and excludes loss due to formatting or file system reference information. These entries are associated with logical storage areas, as might be seen by an application, rather than physical storage entities which are typically seen by an operating system. Storage such as tapes and floppies without file systems on them are typically not allocated in chunks by the operating system to requesting applications, and therefore shouldn't appear in this table. Examples of valid storage for this table include disk partitions, file systems, ram (for some architectures this is further segmented into regular memory, extended memory, and so on), backing store for virtual memory (`swap space'). This table is intended to be a useful diagnostic for `out of memory' and `out of buffers' types of failures. In addition, it can be a useful performance monitoring tool for tracking memory, disk, or buffer usage. | |
| hrStorageEntry | 1.3.6.1.2.1.25.2.3.1 | not-accessible | A (conceptual) entry for one logical storage area on the host. As an example, an instance of the hrStorageType object might be named hrStorageType.3 | |
| I32 hrStorageIndex | 1.3.6.1.2.1.25.2.3.1.1 | Integer32 | read-only | A unique value for each logical storage area contained by the host. |
| OID hrStorageType | 1.3.6.1.2.1.25.2.3.1.2 | AutonomousType | read-only | The type of storage represented by this entry. |
| STR hrStorageDescr | 1.3.6.1.2.1.25.2.3.1.3 | DisplayString | read-only | A description of the type and instance of the storage described by this entry. |
| I32 hrStorageAllocationUnits | 1.3.6.1.2.1.25.2.3.1.4 | Integer32 | read-only | The size, in bytes, of the data objects allocated from this pool. If this entry is monitoring sectors, blocks, buffers, or packets, for example, this number will commonly be greater than one. Otherwise this number will typically be one. |
| I32 hrStorageSize | 1.3.6.1.2.1.25.2.3.1.5 | Integer32 | read-write | The size of the storage represented by this entry, in units of hrStorageAllocationUnits. This object is writable to allow remote configuration of the size of the storage area in those cases where such an operation makes sense and is possible on the underlying system. For example, the amount of main memory allocated to a buffer pool might be modified or the amount of disk space allocated to virtual memory might be modified. |
| I32 hrStorageUsed | 1.3.6.1.2.1.25.2.3.1.6 | Integer32 | read-only | The amount of the storage represented by this entry that is allocated, in units of hrStorageAllocationUnits. |
| C32 hrStorageAllocationFailures | 1.3.6.1.2.1.25.2.3.1.7 | Counter32 | read-only | The number of requests for storage represented by this entry that could not be honored due to not enough storage. It should be noted that as this object has a SYNTAX of Counter32, that it does not have a defined initial value. However, it is recommended that this object be initialized to zero, even though management stations must not depend on such an initialization. |
| hrDevice | 1.3.6.1.2.1.25.3 | |||
| hrDeviceTypes | 1.3.6.1.2.1.25.3.1 | |||
| hrDeviceTable | 1.3.6.1.2.1.25.3.2 | not-accessible | The (conceptual) table of devices contained by the host. | |
| hrDeviceEntry | 1.3.6.1.2.1.25.3.2.1 | not-accessible | A (conceptual) entry for one device contained by the host. As an example, an instance of the hrDeviceType object might be named hrDeviceType.3 | |
| I32 hrDeviceIndex | 1.3.6.1.2.1.25.3.2.1.1 | Integer32 | read-only | A unique value for each device contained by the host. The value for each device must remain constant at least from one re-initialization of the agent to the next re-initialization. |
| OID hrDeviceType | 1.3.6.1.2.1.25.3.2.1.2 | AutonomousType | read-only | An indication of the type of device. If this value is `hrDeviceProcessor { hrDeviceTypes 3 }' then an entry exists in the hrProcessorTable which corresponds to this device. If this value is `hrDeviceNetwork { hrDeviceTypes 4 }', then an entry exists in the hrNetworkTable which corresponds to this device. If this value is `hrDevicePrinter { hrDeviceTypes 5 }', then an entry exists in the hrPrinterTable which corresponds to this device. If this value is `hrDeviceDiskStorage { hrDeviceTypes 6 }', then an entry exists in the hrDiskStorageTable which corresponds to this device. |
| STR hrDeviceDescr | 1.3.6.1.2.1.25.3.2.1.3 | DisplayString | read-only | A textual description of this device, including the device's manufacturer and revision, and optionally, its serial number. |
| PRO hrDeviceID | 1.3.6.1.2.1.25.3.2.1.4 | ProductID | read-only | The product ID for this device. |
| INT hrDeviceStatus | 1.3.6.1.2.1.25.3.2.1.5 | INTEGER | read-only | The current operational state of the device described by this row of the table. A value unknown(1) indicates that the current state of the device is unknown. running(2) indicates that the device is up and running and that no unusual error conditions are known. The warning(3) state indicates that agent has been informed of an unusual error condition by the operational software (e.g., a disk device driver) but that the device is still 'operational'. An example would be a high number of soft errors on a disk. A value of testing(4), indicates that the device is not available for use because it is in the testing state. The state of down(5) is used only when the agent has been informed that the device is not available for any use. |
| C32 hrDeviceErrors | 1.3.6.1.2.1.25.3.2.1.6 | Counter32 | read-only | The number of errors detected on this device. It should be noted that as this object has a SYNTAX of Counter32, that it does not have a defined initial value. However, it is recommended that this object be initialized to zero, even though management stations must not depend on such an initialization. |
| hrProcessorTable | 1.3.6.1.2.1.25.3.3 | not-accessible | The (conceptual) table of processors contained by the host. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the hrDeviceType object is `hrDeviceProcessor'. | |
| hrProcessorEntry | 1.3.6.1.2.1.25.3.3.1 | not-accessible | A (conceptual) entry for one processor contained by the host. The hrDeviceIndex in the index represents the entry in the hrDeviceTable that corresponds to the hrProcessorEntry. As an example of how objects in this table are named, an instance of the hrProcessorFrwID object might be named hrProcessorFrwID.3 | |
| PRO hrProcessorFrwID | 1.3.6.1.2.1.25.3.3.1.1 | ProductID | read-only | The product ID of the firmware associated with the processor. |
| I32 hrProcessorLoad | 1.3.6.1.2.1.25.3.3.1.2 | Integer32 | read-only | The average, over the last minute, of the percentage of time that this processor was not idle. Implementations may approximate this one minute smoothing period if necessary. |
| hrNetworkTable | 1.3.6.1.2.1.25.3.4 | not-accessible | The (conceptual) table of network devices contained by the host. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the hrDeviceType object is `hrDeviceNetwork'. | |
| hrNetworkEntry | 1.3.6.1.2.1.25.3.4.1 | not-accessible | A (conceptual) entry for one network device contained by the host. The hrDeviceIndex in the index represents the entry in the hrDeviceTable that corresponds to the hrNetworkEntry. As an example of how objects in this table are named, an instance of the hrNetworkIfIndex object might be named hrNetworkIfIndex.3 | |
| NUM hrNetworkIfIndex | 1.3.6.1.2.1.25.3.4.1.1 | InterfaceIndexOrZero | read-only | The value of ifIndex which corresponds to this network device. If this device is not represented in the ifTable, then this value shall be zero. |
| hrPrinterTable | 1.3.6.1.2.1.25.3.5 | not-accessible | The (conceptual) table of printers local to the host. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the hrDeviceType object is `hrDevicePrinter'. | |
| hrPrinterEntry | 1.3.6.1.2.1.25.3.5.1 | not-accessible | A (conceptual) entry for one printer local to the host. The hrDeviceIndex in the index represents the entry in the hrDeviceTable that corresponds to the hrPrinterEntry. As an example of how objects in this table are named, an instance of the hrPrinterStatus object might be named hrPrinterStatus.3 | |
| INT hrPrinterStatus | 1.3.6.1.2.1.25.3.5.1.1 | INTEGER | read-only | The current status of this printer device. |
| OCT hrPrinterDetectedErrorState | 1.3.6.1.2.1.25.3.5.1.2 | OCTET STRING | read-only | This object represents any error conditions detected by the printer. The error conditions are encoded as bits in an octet string, with the following definitions: Condition Bit # lowPaper 0 noPaper 1 lowToner 2 noToner 3 doorOpen 4 jammed 5 offline 6 serviceRequested 7 inputTrayMissing 8 outputTrayMissing 9 markerSupplyMissing 10 outputNearFull 11 outputFull 12 inputTrayEmpty 13 overduePreventMaint 14 Bits are numbered starting with the most significant bit of the first byte being bit 0, the least significant bit of the first byte being bit 7, the most significant bit of the second byte being bit 8, and so on. A one bit encodes that the condition was detected, while a zero bit encodes that the condition was not detected. This object is useful for alerting an operator to specific warning or error conditions that may occur, especially those requiring human intervention. |
| hrDiskStorageTable | 1.3.6.1.2.1.25.3.6 | not-accessible | The (conceptual) table of long-term storage devices contained by the host. In particular, disk devices accessed remotely over a network are not included here. Note that this table is potentially sparse: a (conceptual) entry exists only if the correspondent value of the hrDeviceType object is `hrDeviceDiskStorage'. | |
| hrDiskStorageEntry | 1.3.6.1.2.1.25.3.6.1 | not-accessible | A (conceptual) entry for one long-term storage device contained by the host. The hrDeviceIndex in the index represents the entry in the hrDeviceTable that corresponds to the hrDiskStorageEntry. As an example, an instance of the hrDiskStorageCapacity object might be named hrDiskStorageCapacity.3 | |
| INT hrDiskStorageAccess | 1.3.6.1.2.1.25.3.6.1.1 | INTEGER | read-only | An indication if this long-term storage device is readable and writable or only readable. This should reflect the media type, any write-protect mechanism, and any device configuration that affects the entire device. |
| INT hrDiskStorageMedia | 1.3.6.1.2.1.25.3.6.1.2 | INTEGER | read-only | An indication of the type of media used in this long- term storage device. |
| T/F hrDiskStorageRemoveble | 1.3.6.1.2.1.25.3.6.1.3 | TruthValue | read-only | Denotes whether or not the disk media may be removed from the drive. |
| KBY hrDiskStorageCapacity | 1.3.6.1.2.1.25.3.6.1.4 | KBytes | read-only | The total size for this long-term storage device. If the media is removable and is currently removed, this value should be zero. |
| hrPartitionTable | 1.3.6.1.2.1.25.3.7 | not-accessible | The (conceptual) table of partitions for long-term storage devices contained by the host. In particular, partitions accessed remotely over a network are not included here. | |
| hrPartitionEntry | 1.3.6.1.2.1.25.3.7.1 | not-accessible | A (conceptual) entry for one partition. The hrDeviceIndex in the index represents the entry in the hrDeviceTable that corresponds to the hrPartitionEntry. As an example of how objects in this table are named, an instance of the hrPartitionSize object might be named hrPartitionSize.3.1 | |
| I32 hrPartitionIndex | 1.3.6.1.2.1.25.3.7.1.1 | Integer32 | read-only | A unique value for each partition on this long-term storage device. The value for each long-term storage device must remain constant at least from one re- initialization of the agent to the next re- initialization. |
| NUM hrPartitionLabel | 1.3.6.1.2.1.25.3.7.1.2 | InternationalDisplayString | read-only | A textual description of this partition. |
| OCT hrPartitionID | 1.3.6.1.2.1.25.3.7.1.3 | OCTET STRING | read-only | A descriptor which uniquely represents this partition to the responsible operating system. On some systems, this might take on a binary representation. |
| KBY hrPartitionSize | 1.3.6.1.2.1.25.3.7.1.4 | KBytes | read-only | The size of this partition. |
| I32 hrPartitionFSIndex | 1.3.6.1.2.1.25.3.7.1.5 | Integer32 | read-only | The index of the file system mounted on this partition. If no file system is mounted on this partition, then this value shall be zero. Note that multiple partitions may point to one file system, denoting that that file system resides on those partitions. Multiple file systems may not reside on one partition. |
| hrFSTable | 1.3.6.1.2.1.25.3.8 | not-accessible | The (conceptual) table of file systems local to this host or remotely mounted from a file server. File systems that are in only one user's environment on a multi-user system will not be included in this table. | |
| hrFSEntry | 1.3.6.1.2.1.25.3.8.1 | not-accessible | A (conceptual) entry for one file system local to this host or remotely mounted from a file server. File systems that are in only one user's environment on a multi-user system will not be included in this table. As an example of how objects in this table are named, an instance of the hrFSMountPoint object might be named hrFSMountPoint.3 | |
| I32 hrFSIndex | 1.3.6.1.2.1.25.3.8.1.1 | Integer32 | read-only | A unique value for each file system local to this host. The value for each file system must remain constant at least from one re-initialization of the agent to the next re-initialization. |
| NUM hrFSMountPoint | 1.3.6.1.2.1.25.3.8.1.2 | InternationalDisplayString | read-only | The path name of the root of this file system. |
| NUM hrFSRemoteMountPoint | 1.3.6.1.2.1.25.3.8.1.3 | InternationalDisplayString | read-only | A description of the name and/or address of the server that this file system is mounted from. This may also include parameters such as the mount point on the remote file system. If this is not a remote file system, this string should have a length of zero. |
| OID hrFSType | 1.3.6.1.2.1.25.3.8.1.4 | AutonomousType | read-only | The value of this object identifies the type of this file system. |
| INT hrFSAccess | 1.3.6.1.2.1.25.3.8.1.5 | INTEGER | read-only | An indication if this file system is logically configured by the operating system to be readable and writable or only readable. This does not represent any local access-control policy, except one that is applied to the file system as a whole. |
| T/F hrFSBootable | 1.3.6.1.2.1.25.3.8.1.6 | TruthValue | read-only | A flag indicating whether this file system is bootable. |
| I32 hrFSStorageIndex | 1.3.6.1.2.1.25.3.8.1.7 | Integer32 | read-only | The index of the hrStorageEntry that represents information about this file system. If there is no such information available, then this value shall be zero. The relevant storage entry will be useful in tracking the percent usage of this file system and diagnosing errors that may occur when it runs out of space. |
| DAT hrFSLastFullBackupDate | 1.3.6.1.2.1.25.3.8.1.8 | DateAndTime | read-write | The last date at which this complete file system was copied to another storage device for backup. This information is useful for ensuring that backups are being performed regularly. If this information is not known, then this variable shall have the value corresponding to January 1, year 0000, 00:00:00.0, which is encoded as (hex)'00 00 01 01 00 00 00 00'. |
| DAT hrFSLastPartialBackupDate | 1.3.6.1.2.1.25.3.8.1.9 | DateAndTime | read-write | The last date at which a portion of this file system was copied to another storage device for backup. This information is useful for ensuring that backups are being performed regularly. If this information is not known, then this variable shall have the value corresponding to January 1, year 0000, 00:00:00.0, which is encoded as (hex)'00 00 01 01 00 00 00 00'. |
| hrFSTypes | 1.3.6.1.2.1.25.3.9 | |||
| hrSWRun | 1.3.6.1.2.1.25.4 | |||
| I32 hrSWOSIndex | 1.3.6.1.2.1.25.4.1 | Integer32 | read-only | The value of the hrSWRunIndex for the hrSWRunEntry that represents the primary operating system running on this host. This object is useful for quickly and uniquely identifying that primary operating system. |
| hrSWRunTable | 1.3.6.1.2.1.25.4.2 | not-accessible | The (conceptual) table of software running on the host. | |
| hrSWRunEntry | 1.3.6.1.2.1.25.4.2.1 | not-accessible | A (conceptual) entry for one piece of software running on the host Note that because the installed software table only contains information for software stored locally on this host, not every piece of running software will be found in the installed software table. This is true of software that was loaded and run from a non-local source, such as a network-mounted file system. As an example of how objects in this table are named, an instance of the hrSWRunName object might be named hrSWRunName.1287 | |
| I32 hrSWRunIndex | 1.3.6.1.2.1.25.4.2.1.1 | Integer32 | read-only | A unique value for each piece of software running on the host. Wherever possible, this should be the system's native, unique identification number. |
| NUM hrSWRunName | 1.3.6.1.2.1.25.4.2.1.2 | InternationalDisplayString | read-only | A textual description of this running piece of software, including the manufacturer, revision, and the name by which it is commonly known. If this software was installed locally, this should be the same string as used in the corresponding hrSWInstalledName. |
| PRO hrSWRunID | 1.3.6.1.2.1.25.4.2.1.3 | ProductID | read-only | The product ID of this running piece of software. |
| NUM hrSWRunPath | 1.3.6.1.2.1.25.4.2.1.4 | InternationalDisplayString | read-only | A description of the location on long-term storage (e.g. a disk drive) from which this software was loaded. |
| NUM hrSWRunParameters | 1.3.6.1.2.1.25.4.2.1.5 | InternationalDisplayString | read-only | A description of the parameters supplied to this software when it was initially loaded. |
| INT hrSWRunType | 1.3.6.1.2.1.25.4.2.1.6 | INTEGER | read-only | The type of this software. |
| INT hrSWRunStatus | 1.3.6.1.2.1.25.4.2.1.7 | INTEGER | read-write | The status of this running piece of software. Setting this value to invalid(4) shall cause this software to stop running and to be unloaded. Sets to other values are not valid. |
| hrSWRunPerf | 1.3.6.1.2.1.25.5 | |||
| hrSWRunPerfTable | 1.3.6.1.2.1.25.5.1 | not-accessible | The (conceptual) table of running software performance metrics. | |
| hrSWRunPerfEntry | 1.3.6.1.2.1.25.5.1.1 | not-accessible | A (conceptual) entry containing software performance metrics. As an example, an instance of the hrSWRunPerfCPU object might be named hrSWRunPerfCPU.1287 | |
| I32 hrSWRunPerfCPU | 1.3.6.1.2.1.25.5.1.1.1 | Integer32 | read-only | The number of centi-seconds of the total system's CPU resources consumed by this process. Note that on a multi-processor system, this value may increment by more than one centi-second in one centi-second of real (wall clock) time. |
| KBY hrSWRunPerfMem | 1.3.6.1.2.1.25.5.1.1.2 | KBytes | read-only | The total amount of real system memory allocated to this process. |
| hrSWInstalled | 1.3.6.1.2.1.25.6 | |||
| TIK hrSWInstalledLastChange | 1.3.6.1.2.1.25.6.1 | TimeTicks | read-only | The value of sysUpTime when an entry in the hrSWInstalledTable was last added, renamed, or deleted. Because this table is likely to contain many entries, polling of this object allows a management station to determine when re-downloading of the table might be useful. |
| TIK hrSWInstalledLastUpdateTime | 1.3.6.1.2.1.25.6.2 | TimeTicks | read-only | The value of sysUpTime when the hrSWInstalledTable was last completely updated. Because caching of this data will be a popular implementation strategy, retrieval of this object allows a management station to obtain a guarantee that no data in this table is older than the indicated time. |
| hrSWInstalledTable | 1.3.6.1.2.1.25.6.3 | not-accessible | The (conceptual) table of software installed on this host. | |
| hrSWInstalledEntry | 1.3.6.1.2.1.25.6.3.1 | not-accessible | A (conceptual) entry for a piece of software installed on this host. As an example of how objects in this table are named, an instance of the hrSWInstalledName object might be named hrSWInstalledName.96 | |
| I32 hrSWInstalledIndex | 1.3.6.1.2.1.25.6.3.1.1 | Integer32 | read-only | A unique value for each piece of software installed on the host. This value shall be in the range from 1 to the number of pieces of software installed on the host. |
| NUM hrSWInstalledName | 1.3.6.1.2.1.25.6.3.1.2 | InternationalDisplayString | read-only | A textual description of this installed piece of software, including the manufacturer, revision, the name by which it is commonly known, and optionally, its serial number. |
| PRO hrSWInstalledID | 1.3.6.1.2.1.25.6.3.1.3 | ProductID | read-only | The product ID of this installed piece of software. |
| INT hrSWInstalledType | 1.3.6.1.2.1.25.6.3.1.4 | INTEGER | read-only | The type of this software. |
| DAT hrSWInstalledDate | 1.3.6.1.2.1.25.6.3.1.5 | DateAndTime | read-only | The last-modification date of this application as it would appear in a directory listing. If this information is not known, then this variable shall have the value corresponding to January 1, year 0000, 00:00:00.0, which is encoded as (hex)'00 00 01 01 00 00 00 00'. |
| hrMIBAdminInfo | 1.3.6.1.2.1.25.7 | |||
| hostResourcesMibModule | 1.3.6.1.2.1.25.7.1 | This MIB is for use in managing host systems. The term `host' is construed to mean any computer that communicates with other similar computers attached to the internet and that is directly used by one or more human beings. Although this MIB does not necessarily apply to devices whose primary function is communications services (e.g., terminal servers, routers, bridges, monitoring equipment), such relevance is not explicitly precluded. This MIB instruments attributes common to all internet hosts including, for example, both personal computers and systems that run variants of Unix. | ||
| hrMIBCompliances | 1.3.6.1.2.1.25.7.2 | |||
| hrMIBCompliance | 1.3.6.1.2.1.25.7.2.1 | The requirements for conformance to the Host Resources MIB. | ||
| hrMIBGroups | 1.3.6.1.2.1.25.7.3 | |||
| hrSystemGroup | 1.3.6.1.2.1.25.7.3.1 | The Host Resources System Group. | ||
| hrStorageGroup | 1.3.6.1.2.1.25.7.3.2 | The Host Resources Storage Group. | ||
| hrDeviceGroup | 1.3.6.1.2.1.25.7.3.3 | The Host Resources Device Group. | ||
| hrSWRunGroup | 1.3.6.1.2.1.25.7.3.4 | The Host Resources Running Software Group. | ||
| hrSWRunPerfGroup | 1.3.6.1.2.1.25.7.3.5 | The Host Resources Running Software Performance Group. | ||
| hrSWInstalledGroup | 1.3.6.1.2.1.25.7.3.6 | The Host Resources Installed Software Group. |
RFC description
Defines managed objects for the resources and operational characteristics of host computer systems, including storage, installed software, running processes, and device information.
Start monitoring Vendor-neutral IETF standard (any host computer/server running an SNMP agent) with a free 30-day trial of IPNetwork Monitor. Import MIBs, browse SNMP OIDs, create custom SNMP monitors, configure alerts, and monitor any SNMP-enabled network device from a single console.