diff --git a/basics.yml b/basics.yml index 453f4c2..ddbd09b 100644 --- a/basics.yml +++ b/basics.yml @@ -362,8 +362,8 @@ if $hostname startswith '192.168.1.1' then stop if $hostname startswith 'raspberry-' then /var/log/Raspberrys.log if $hostname startswith 'raspberry-' then stop - if $hostname startswith 'router-' then /var/log/router.log - if $hostname startswith 'router-' then stop + if $hostname startswith 'openwrt-' then /var/log/openwrt.log + if $hostname startswith 'openwrt-' then stop # Auth success (for share-auth 2FA) #if $programname == 'nextcloud-audit' and $msg contains 'Login successful:' then /var/log/auth-success.log