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

#include <system_resource_collector.h>

Collaboration diagram for kcenon::monitoring::resource_threshold_monitor::thresholds:
Collaboration graph

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}
 

Detailed Description

Definition at line 413 of file system_resource_collector.h.

Member Data Documentation

◆ cpu_usage_critical

double kcenon::monitoring::resource_threshold_monitor::thresholds::cpu_usage_critical {90.0}

Definition at line 415 of file system_resource_collector.h.

415{90.0};

◆ cpu_usage_warn

double kcenon::monitoring::resource_threshold_monitor::thresholds::cpu_usage_warn {75.0}

Definition at line 414 of file system_resource_collector.h.

414{75.0};

◆ disk_usage_critical

double kcenon::monitoring::resource_threshold_monitor::thresholds::disk_usage_critical {95.0}

Definition at line 419 of file system_resource_collector.h.

419{95.0};

◆ disk_usage_warn

double kcenon::monitoring::resource_threshold_monitor::thresholds::disk_usage_warn {85.0}

Definition at line 418 of file system_resource_collector.h.

418{85.0};

◆ memory_usage_critical

double kcenon::monitoring::resource_threshold_monitor::thresholds::memory_usage_critical {95.0}

Definition at line 417 of file system_resource_collector.h.

417{95.0};

◆ memory_usage_warn

double kcenon::monitoring::resource_threshold_monitor::thresholds::memory_usage_warn {80.0}

Definition at line 416 of file system_resource_collector.h.

416{80.0};

◆ swap_usage_critical

double kcenon::monitoring::resource_threshold_monitor::thresholds::swap_usage_critical {80.0}

Definition at line 421 of file system_resource_collector.h.

421{80.0};

◆ swap_usage_warn

double kcenon::monitoring::resource_threshold_monitor::thresholds::swap_usage_warn {50.0}

Definition at line 420 of file system_resource_collector.h.

420{50.0};

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