- Implemented `systemd` log monitoring using `journalctl`. - Added `BinPath` configuration for specifying binary paths. - Introduced `ssh` unit monitoring for authorization tracking. - Updated analyzer lifecycle to integrate log processing. - Enhanced validation for `journalctl` path in settings. - Updated default configurations with `journalctl` path.
6 lines
59 B
Go
6 lines
59 B
Go
package config
|
|
|
|
type BinPath struct {
|
|
Journalctl string
|
|
}
|