basics.yml aktualisiert

This commit is contained in:
olli 2023-09-18 20:38:09 +02:00
parent 32bb529734
commit 8c0facbe89

View File

@ -362,8 +362,8 @@
if $hostname startswith '192.168.1.1' then stop if $hostname startswith '192.168.1.1' then stop
if $hostname startswith 'raspberry-' then /var/log/Raspberrys.log if $hostname startswith 'raspberry-' then /var/log/Raspberrys.log
if $hostname startswith 'raspberry-' then stop if $hostname startswith 'raspberry-' then stop
if $hostname startswith 'router-' then /var/log/router.log if $hostname startswith 'openwrt-' then /var/log/openwrt.log
if $hostname startswith 'router-' then stop if $hostname startswith 'openwrt-' then stop
# Auth success (for share-auth 2FA) # Auth success (for share-auth 2FA)
#if $programname == 'nextcloud-audit' and $msg contains 'Login successful:' then /var/log/auth-success.log #if $programname == 'nextcloud-audit' and $msg contains 'Login successful:' then /var/log/auth-success.log