From 8c0facbe8903aefacbe0b0be1bf08e16f5433053 Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 18 Sep 2023 20:38:09 +0200 Subject: [PATCH] basics.yml aktualisiert --- basics.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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