8 lines
293 B
YAML
8 lines
293 B
YAML
---
|
|
# Variables for ntfy alerts
|
|
ntfy_url: "https://ntfy.sh/YOUR_TOPIC_HERE"
|
|
ntfy_ssh_login_message: "SSH login on $(hostname) for user $USER from $(echo $SSH_CONNECTION | cut -d ' ' -f 1)"
|
|
|
|
# Variable for remote auditd logging
|
|
auditd_remote_log_server: "192.168.1.142" # IP deines Log-Servers
|