Update auto_post_install.sh

This commit is contained in:
MacRimi
2026-02-13 18:17:32 +01:00
parent a686360c1f
commit e98637321d

View File

@@ -238,8 +238,12 @@ Seal=no
Compress=yes Compress=yes
SystemMaxUse=64M SystemMaxUse=64M
RuntimeMaxUse=60M RuntimeMaxUse=60M
MaxLevelStore=warning # MaxLevelStore=info allows ProxMenux Monitor to display system logs correctly.
MaxLevelSyslog=warning # Using "warning" causes the log viewer to show nearly identical entries across
# all date ranges (1d/3d/7d) because most activity is info-level.
# It also prevents Fail2Ban from detecting SSH/Proxmox auth failures via journal.
MaxLevelStore=info
MaxLevelSyslog=info
MaxLevelKMsg=warning MaxLevelKMsg=warning
MaxLevelConsole=notice MaxLevelConsole=notice
MaxLevelWall=crit MaxLevelWall=crit
@@ -787,8 +791,10 @@ Compress=yes
SystemMaxUse=${USE_MB}M SystemMaxUse=${USE_MB}M
SystemKeepFree=${KEEP_MB}M SystemKeepFree=${KEEP_MB}M
RuntimeMaxUse=${RUNTIME_MB}M RuntimeMaxUse=${RUNTIME_MB}M
MaxLevelStore=warning # MaxLevelStore=info: required for ProxMenux Monitor log display and Fail2Ban detection.
MaxLevelSyslog=warning # Using "warning" silently discards most system logs making date filters useless.
MaxLevelStore=info
MaxLevelSyslog=info
MaxLevelKMsg=warning MaxLevelKMsg=warning
MaxLevelConsole=notice MaxLevelConsole=notice
MaxLevelWall=crit MaxLevelWall=crit