|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Security-related metrics. More...
#include <metrics_provider.h>

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. | |
Security-related metrics.
Definition at line 158 of file metrics_provider.h.
| uint64_t kcenon::monitoring::platform::security_info::active_sessions {0} |
| bool kcenon::monitoring::platform::security_info::available {false} |
| uint64_t kcenon::monitoring::platform::security_info::failed_login_attempts {0} |
| bool kcenon::monitoring::platform::security_info::firewall_enabled {false} |
| std::string kcenon::monitoring::platform::security_info::security_level |
Security level description.
Definition at line 162 of file metrics_provider.h.