|
Monitoring System 0.1.0
System resource monitoring with pluggable collectors and alerting
|
Individual security event information. More...
#include <security_collector.h>

Public Attributes | |
| security_event_type | type {security_event_type::unknown} |
| Event type. | |
| std::string | username |
| Username involved (may be masked for privacy) | |
| std::string | source |
| Source IP/terminal. | |
| std::string | message |
| Event message/details. | |
| bool | success {false} |
| Whether the action succeeded. | |
| std::chrono::system_clock::time_point | timestamp |
| Event timestamp. | |
Individual security event information.
Definition at line 79 of file security_collector.h.
| std::string kcenon::monitoring::security_event::message |
Event message/details.
Definition at line 83 of file security_collector.h.
| std::string kcenon::monitoring::security_event::source |
Source IP/terminal.
Definition at line 82 of file security_collector.h.
| bool kcenon::monitoring::security_event::success {false} |
| std::chrono::system_clock::time_point kcenon::monitoring::security_event::timestamp |
Event timestamp.
Definition at line 85 of file security_collector.h.
| security_event_type kcenon::monitoring::security_event::type {security_event_type::unknown} |
| std::string kcenon::monitoring::security_event::username |
Username involved (may be masked for privacy)
Definition at line 81 of file security_collector.h.