Add exit at network check, config.conf > config.conf.sample

This commit is contained in:
no
2024-11-28 14:21:56 +01:00
parent c06012685f
commit 362a5071ca
3 changed files with 3 additions and 1 deletions
+28
View File
@@ -0,0 +1,28 @@
# Netzwerkinterface
INTERFACE="ens19"
# Log-Datei
LOG_FILE="/var/log/vpn_monitor.log"
# Schwellwerte
THRESHOLD_INBOUND=0.5
THRESHOLD_OUTBOUND=0.5
# Messparameter
MEASUREMENT_COUNT=10
INTERVAL=6
# SQL-Datenbankverbindung
DB_USER="username"
DB_PASSWORD="password"
DB_NAME="database"
# SSH-Verbindung
SSH_KEY="/path/to/private_key"
SSH_USER="user"
SSH_HOST="remote_host"
# Neuzustartender Dienst
SERVICE_NAME="ipsec.service"
AUTO_RESTART_SERVICE=false
# true zum Aktivieren, false zum Deaktivieren