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

Protected Member Functions

void SetUp () override
 
void TearDown () override
 

Protected Attributes

health_monitor monitor
 

Detailed Description

Definition at line 57 of file test_health_monitoring.cpp.

Member Function Documentation

◆ SetUp()

void HealthMonitoringTest::SetUp ( )
inlineoverrideprotected

Definition at line 61 of file test_health_monitoring.cpp.

61 {
62 // Ensure clean state
63 monitor.stop();
64 }
common::VoidResult stop()
Stop the periodic health monitoring background thread.

References monitor, and kcenon::monitoring::health_monitor::stop().

Here is the call graph for this function:

◆ TearDown()

void HealthMonitoringTest::TearDown ( )
inlineoverrideprotected

Definition at line 66 of file test_health_monitoring.cpp.

66 {
67 monitor.stop();
68 }

References monitor, and kcenon::monitoring::health_monitor::stop().

Here is the call graph for this function:

Member Data Documentation

◆ monitor

health_monitor HealthMonitoringTest::monitor
protected

Definition at line 59 of file test_health_monitoring.cpp.

Referenced by SetUp(), and TearDown().


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