|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Information about a temperature sensor. More...
#include <temperature_collector.h>

Public Attributes | |
| std::string | id |
| Unique sensor identifier. | |
| std::string | name |
| Human-readable sensor name. | |
| std::string | zone_path |
| Platform-specific path (e.g., /sys/class/thermal/thermal_zone0) | |
| sensor_type | type {sensor_type::unknown} |
| Sensor type classification. | |
Information about a temperature sensor.
Definition at line 73 of file temperature_collector.h.
| std::string kcenon::monitoring::temperature_sensor_info::id |
Unique sensor identifier.
Definition at line 74 of file temperature_collector.h.
| std::string kcenon::monitoring::temperature_sensor_info::name |
Human-readable sensor name.
Definition at line 75 of file temperature_collector.h.
| sensor_type kcenon::monitoring::temperature_sensor_info::type {sensor_type::unknown} |
Sensor type classification.
Definition at line 77 of file temperature_collector.h.
| std::string kcenon::monitoring::temperature_sensor_info::zone_path |
Platform-specific path (e.g., /sys/class/thermal/thermal_zone0)
Definition at line 76 of file temperature_collector.h.