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

Public Attributes | |
| double | cpu_usage_warn {75.0} |
| double | cpu_usage_critical {90.0} |
| double | memory_usage_warn {80.0} |
| double | memory_usage_critical {95.0} |
| double | disk_usage_warn {85.0} |
| double | disk_usage_critical {95.0} |
| double | swap_usage_warn {50.0} |
| double | swap_usage_critical {80.0} |
Definition at line 413 of file system_resource_collector.h.
| double kcenon::monitoring::resource_threshold_monitor::thresholds::cpu_usage_critical {90.0} |
Definition at line 415 of file system_resource_collector.h.
| double kcenon::monitoring::resource_threshold_monitor::thresholds::cpu_usage_warn {75.0} |
Definition at line 414 of file system_resource_collector.h.
| double kcenon::monitoring::resource_threshold_monitor::thresholds::disk_usage_critical {95.0} |
Definition at line 419 of file system_resource_collector.h.
| double kcenon::monitoring::resource_threshold_monitor::thresholds::disk_usage_warn {85.0} |
Definition at line 418 of file system_resource_collector.h.
| double kcenon::monitoring::resource_threshold_monitor::thresholds::memory_usage_critical {95.0} |
Definition at line 417 of file system_resource_collector.h.
| double kcenon::monitoring::resource_threshold_monitor::thresholds::memory_usage_warn {80.0} |
Definition at line 416 of file system_resource_collector.h.
| double kcenon::monitoring::resource_threshold_monitor::thresholds::swap_usage_critical {80.0} |
Definition at line 421 of file system_resource_collector.h.
| double kcenon::monitoring::resource_threshold_monitor::thresholds::swap_usage_warn {50.0} |
Definition at line 420 of file system_resource_collector.h.