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

Security-related metrics. More...

#include <metrics_provider.h>

Collaboration diagram for kcenon::monitoring::platform::security_info:
Collaboration graph

Public Attributes

bool firewall_enabled {false}
 Whether firewall is enabled.
 
uint64_t failed_login_attempts {0}
 Failed login attempts.
 
uint64_t active_sessions {0}
 Active user sessions.
 
std::string security_level
 Security level description.
 
bool available {false}
 Whether info is available.
 

Detailed Description

Security-related metrics.

Definition at line 158 of file metrics_provider.h.

Member Data Documentation

◆ active_sessions

uint64_t kcenon::monitoring::platform::security_info::active_sessions {0}

Active user sessions.

Definition at line 161 of file metrics_provider.h.

161{0};

◆ available

bool kcenon::monitoring::platform::security_info::available {false}

Whether info is available.

Definition at line 163 of file metrics_provider.h.

163{false};

◆ failed_login_attempts

uint64_t kcenon::monitoring::platform::security_info::failed_login_attempts {0}

Failed login attempts.

Definition at line 160 of file metrics_provider.h.

160{0};

◆ firewall_enabled

bool kcenon::monitoring::platform::security_info::firewall_enabled {false}

Whether firewall is enabled.

Definition at line 159 of file metrics_provider.h.

159{false};

◆ security_level

std::string kcenon::monitoring::platform::security_info::security_level

Security level description.

Definition at line 162 of file metrics_provider.h.


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