Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 4.65 KB

File metadata and controls

48 lines (38 loc) · 4.65 KB

Hardware

Hardware Attributes

Attributes for hardware.

Attribute Type Description Examples Stability
hw.id string An identifier for the hardware component, unique within the monitored host win32battery_battery_testsysa33_1 Experimental
hw.name string An easily-recognizable name for the hardware component eth0 Experimental
hw.parent string Unique identifier of the parent component (typically the hw.id attribute of the enclosure, or disk controller) dellStorage_perc_0 Experimental
hw.state string The current state of the component ok; degraded; failed Experimental
hw.type string Type of the component [1] battery; cpu; disk_controller Experimental

[1]: Describes the category of the hardware component for which hw.state is being reported. For example, hw.type=temperature along with hw.state=degraded would indicate that the temperature of the hardware component has been reported as degraded.

hw.state has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

Value Description Stability
degraded Degraded Experimental
failed Failed Experimental
ok Ok Experimental

hw.type has the following list of well-known values. If one of them applies, then the respective value MUST be used; otherwise, a custom value MAY be used.

Value Description Stability
battery Battery Experimental
cpu CPU Experimental
disk_controller Disk controller Experimental
enclosure Enclosure Experimental
fan Fan Experimental
gpu GPU Experimental
logical_disk Logical disk Experimental
memory Memory Experimental
network Network Experimental
physical_disk Physical disk Experimental
power_supply Power supply Experimental
tape_drive Tape drive Experimental
temperature Temperature Experimental
voltage Voltage Experimental