|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
#include <smart_collector.h>

Public Attributes | |
| std::string | device_path |
| Device path. | |
| std::string | device_type |
| Device type (e.g., ata, nvme, scsi) | |
| bool | smart_available {false} |
| Whether SMART data might be available. | |
Disk information structure for enumeration
Definition at line 65 of file smart_collector.h.
| std::string kcenon::monitoring::disk_info::device_path |
Device path.
Definition at line 66 of file smart_collector.h.
| std::string kcenon::monitoring::disk_info::device_type |
Device type (e.g., ata, nvme, scsi)
Definition at line 67 of file smart_collector.h.
| bool kcenon::monitoring::disk_info::smart_available {false} |