package config type SSHMonitor struct { Enabled bool `yaml:"enabled"` DisplayOnShell bool `yaml:"display_on_shell"` AlertOnRootLogin bool `yaml:"alert_on_root_login"` }