Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
CompositeTriggerTest Class Reference
Inheritance diagram for CompositeTriggerTest:
Inheritance graph
Collaboration diagram for CompositeTriggerTest:
Collaboration graph

Protected Attributes

std::shared_ptr< threshold_triggerhigh_ = threshold_trigger::above(80.0)
 
std::shared_ptr< threshold_triggerlow_ = threshold_trigger::below(20.0)
 

Detailed Description

Definition at line 321 of file test_alert_triggers.cpp.

Member Data Documentation

◆ high_

std::shared_ptr<threshold_trigger> CompositeTriggerTest::high_ = threshold_trigger::above(80.0)
protected

Definition at line 323 of file test_alert_triggers.cpp.

◆ low_

std::shared_ptr<threshold_trigger> CompositeTriggerTest::low_ = threshold_trigger::below(20.0)
protected

Definition at line 324 of file test_alert_triggers.cpp.


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