Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
kcenon::monitoring::temperature_sensor_info Struct Reference

Information about a temperature sensor. More...

#include <temperature_collector.h>

Collaboration diagram for kcenon::monitoring::temperature_sensor_info:
Collaboration graph

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.
 

Detailed Description

Information about a temperature sensor.

Definition at line 73 of file temperature_collector.h.

Member Data Documentation

◆ id

std::string kcenon::monitoring::temperature_sensor_info::id

Unique sensor identifier.

Definition at line 74 of file temperature_collector.h.

◆ name

std::string kcenon::monitoring::temperature_sensor_info::name

Human-readable sensor name.

Definition at line 75 of file temperature_collector.h.

◆ type

sensor_type kcenon::monitoring::temperature_sensor_info::type {sensor_type::unknown}

Sensor type classification.

Definition at line 77 of file temperature_collector.h.

◆ zone_path

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.


The documentation for this struct was generated from the following file: