VMWARE-OBSOLETE-MIB: View SNMP OID List / Download MIB
VENDOR: VMWARE INC.
Home | MIB: VMWARE-OBSOLETE-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).
|
|||
Object Name | OID | Type | Access | Info |
vmPoweredOn | 1.3.6.1.4.1.6876.0.1 |
This trap is sent when a virtual machine is powered ON from a suspended or a powered off state. |
||
vmPoweredOff | 1.3.6.1.4.1.6876.0.2 |
This trap is sent when a virtual machine is powered OFF. |
||
vmHBLost | 1.3.6.1.4.1.6876.0.3 |
This trap is sent when a virtual machine detects a loss in guest heartbeat. |
||
vmHBDetected | 1.3.6.1.4.1.6876.0.4 |
This trap is sent when a virtual machine detects or regains the guest heartbeat. |
||
vmSuspended | 1.3.6.1.4.1.6876.0.5 |
This trap is sent when a virtual machine is suspended. |
||
vpxdTrap | 1.3.6.1.4.1.6876.0.201 |
This trap is sent when entity status changed. |
||
vmwCpuTable | 1.3.6.1.4.1.6876.3.1.2 | no-access |
CPU Usage table by virtual machine. |
|
1.3.6.1.4.1.6876.3.1.2.1 | no-access |
A record for CPU usage by a single virtual machine. |
||
vmwCpuVMID | 1.3.6.1.4.1.6876.3.1.2.1.1 | integer32 | no-access |
ID allocated to running vm by the vmkernel. |
vmwCpuShares | 1.3.6.1.4.1.6876.3.1.2.1.2 | gauge32 | read-only |
Share of CPU allocated to vm by vmkernel. |
vmwCpuUtil | 1.3.6.1.4.1.6876.3.1.2.1.3 | gauge32 | read-only |
Time the virtual machine has been running on the CPU (seconds). |
vmwMemTable | 1.3.6.1.4.1.6876.3.2.4 | no-access |
Table of memory usage by virtual machine. |
|
1.3.6.1.4.1.6876.3.2.4.1 | no-access |
A record for memory usage by a single virtual machine. |
||
vmwMemVMID | 1.3.6.1.4.1.6876.3.2.4.1.1 | integer32 | no-access |
ID allocated to running vm by the vmkernel. |
vmwMemShares | 1.3.6.1.4.1.6876.3.2.4.1.2 | gauge32 | read-only |
Shares of memory allocated to vm by vmkernel. |
vmwMemConfigured | 1.3.6.1.4.1.6876.3.2.4.1.3 | gauge32 | read-only |
Amount of memory the vm was configured with. (KB) |
vmwMemUtil | 1.3.6.1.4.1.6876.3.2.4.1.4 | gauge32 | read-only |
Amount of memory utilized by the vm. (KB; instantaneous) |
vmwHBATable | 1.3.6.1.4.1.6876.3.3 | no-access |
Disk adapter and target information table. |
|
1.3.6.1.4.1.6876.3.3.1 | no-access |
A record for a single hba on the machine. |
||
vmwHbaIdx | 1.3.6.1.4.1.6876.3.3.1.1 | integer32 | no-access |
Index for HBA table @todo fix this!. |
vmwHbaName | 1.3.6.1.4.1.6876.3.3.1.2 | displaystring | read-only |
String describing the disk. Format: |
vmwHbaVMID | 1.3.6.1.4.1.6876.3.3.1.3 | integer32 | read-only |
ID assigned to running vm by the vmkernel. |
vmwDiskShares | 1.3.6.1.4.1.6876.3.3.1.4 | gauge32 | read-only |
Share of disk bandwidth allocated to this vm. |
vmwNumReads | 1.3.6.1.4.1.6876.3.3.1.5 | counter32 | read-only |
Number of reads to this disk since disk module was loaded. |
vmwKbRead | 1.3.6.1.4.1.6876.3.3.1.6 | counter32 | read-only |
Kilobytes read from this disk since disk module was loaded. |
vmwNumWrites | 1.3.6.1.4.1.6876.3.3.1.7 | counter32 | read-only |
Number of writes to this disk since disk module was loaded. |
vmwKbWritten | 1.3.6.1.4.1.6876.3.3.1.8 | counter32 | read-only |
Kilobytes written to this disk since disk module was loaded. |
vmwNetTable | 1.3.6.1.4.1.6876.3.4 | no-access |
Network adapter statistics. |
|
1.3.6.1.4.1.6876.3.4.1 | no-access |
A record for a single nic on the machine. |
||
vmwNetIdx | 1.3.6.1.4.1.6876.3.4.1.1 | integer32 | no-access |
Index for net table. |
vmwNetName | 1.3.6.1.4.1.6876.3.4.1.2 | displaystring | read-only |
String describing the network adapter. Format: vmnic* |
vmwNetVMID | 1.3.6.1.4.1.6876.3.4.1.3 | integer32 | read-only |
ID assigned to running vm by the vmkernel. |
vmwNetIfAddr | 1.3.6.1.4.1.6876.3.4.1.4 | displaystring | read-only |
MAC address of vm's virtual NIC. |
vmwNetShares | 1.3.6.1.4.1.6876.3.4.1.5 | gauge32 | read-only |
Share of net bandwidth allocated to this vm. |
vmwNetPktsTx | 1.3.6.1.4.1.6876.3.4.1.6 | counter32 | read-only |
Number of pkts transmitted on this NIC since network module was loaded. Deprecated in favour of pktsHCTx. |
vmwNetKbTx | 1.3.6.1.4.1.6876.3.4.1.7 | counter32 | read-only |
Kilobytes sent from this NIC since network module was loaded. Deprecated in favour of kbHCTx. |
vmwNetPktsRx | 1.3.6.1.4.1.6876.3.4.1.8 | counter32 | read-only |
Number of pkts received on this NIC since network module was loaded. Deprecated in favour of pktsHCRx. |
vmwNetKbRx | 1.3.6.1.4.1.6876.3.4.1.9 | counter32 | read-only |
Kilobytes received on this NIC since network module was loaded. Deprecated in favour of kbHCRx. |
vmwNetHCPktsTx | 1.3.6.1.4.1.6876.3.4.1.10 | counter64 | read-only |
Number of pkts transmitted on this NIC since network module was loaded. |
vmwNetHCKbTx | 1.3.6.1.4.1.6876.3.4.1.11 | counter64 | read-only |
Kilobytes sent from this NIC since network module was loaded. |
vmwNetHCPktsRx | 1.3.6.1.4.1.6876.3.4.1.12 | counter64 | read-only |
Number of pkts received on this NIC since network module was loaded. |
vmwNetHCKbRx | 1.3.6.1.4.1.6876.3.4.1.13 | counter64 | read-only |
Kilobytes received on this NIC since network module was loaded. |
vmkLoaded | 1.3.6.1.4.1.6876.4.1.1 | displaystring | read-only |
Has the vmkernel been loaded? (yes/no) |
vpxdTrapType | 1.3.6.1.4.1.6876.50.301 | displaystring | no-access |
This is the trap type in the preceding traps. |
vpxdHostName | 1.3.6.1.4.1.6876.50.302 | displaystring | no-access |
This is the name of the host in the preceding traps. |
vpxdVMName | 1.3.6.1.4.1.6876.50.303 | displaystring | no-access |
This is the name of the VM in the preceding traps. |
vpxdOldStatus | 1.3.6.1.4.1.6876.50.304 | displaystring | no-access |
This is the old status in the preceding traps. |
vpxdNewStatus | 1.3.6.1.4.1.6876.50.305 | displaystring | no-access |
This is the new status in the preceding traps. |
vpxdObjValue | 1.3.6.1.4.1.6876.50.306 | displaystring | no-access |
This is the current object value in the preceding traps. |
vmwObsoleteMIB | 1.3.6.1.4.1.6876.800.1 |
This MIB module contains all previously published managed objects that have been made obsolete. The mib preserves OID mappings such that backward compatiblity is maintained. |
||
vmwObsoleteMIBConformance | 1.3.6.1.4.1.6876.800.1.2 | |||
vmwObsoleteMIBCompliances | 1.3.6.1.4.1.6876.800.1.2.1 | |||
vmwObsoleteObsoleteMIBCompliance | 1.3.6.1.4.1.6876.800.1.2.1.3 |
The compliance statement for entities which implement the VMWARE-RESOURCE-MIB. |
||
vmwObsMIBGroups | 1.3.6.1.4.1.6876.800.1.2.2 | |||
vmwObsoleteGroup | 1.3.6.1.4.1.6876.800.1.2.2.2 |
These objects are no longer provided, see VMWARE-VMINFO-MIB for replacement. |
||
vmwOldVCNotificationGroup | 1.3.6.1.4.1.6876.800.1.2.2.3 |
Group of objects describing notifications (traps). |