Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
Loading...
Searching...
No Matches
test_collector_registry.cpp File Reference
#include <gtest/gtest.h>
#include <kcenon/monitoring/plugins/collector_registry.h>
Include dependency graph for test_collector_registry.cpp:

Go to the source code of this file.

Namespaces

namespace  kcenon
 
namespace  kcenon::monitoring
 

Variable Documentation

◆ available_

bool available_
private

Definition at line 64 of file test_collector_registry.cpp.

◆ category_

plugin_category category_
private

Definition at line 63 of file test_collector_registry.cpp.

◆ collect_count_

size_t collect_count_ {0}
mutableprivate

Definition at line 67 of file test_collector_registry.cpp.

67{0};

◆ initialized_

bool initialized_ {false}
private

Definition at line 65 of file test_collector_registry.cpp.

65{false};

◆ name_

std::string name_
private

◆ shutdown_called_

bool shutdown_called_ {false}
private

Definition at line 66 of file test_collector_registry.cpp.

66{false};