🚑️: fix rsyslog config
Some checks failed
ansible-lint / lint-everything (push) Failing after 37s

This commit is contained in:
VC
2025-11-03 11:58:51 +01:00
parent a1126180ff
commit 859fdb4ce5
3 changed files with 3 additions and 1 deletions

View File

@@ -98,6 +98,7 @@ disabled_syslog:
muse-HP-EliteBook-820-G2: muse-HP-EliteBook-820-G2:
pinkypie: pinkypie:
ks3370405: ks3370405:
haos:
# Those are not servers and should not be configured as such # Those are not servers and should not be configured as such
disabled_server_conf: disabled_server_conf:

View File

@@ -1 +1,2 @@
## Send everything to central
*.* @syslog.dmz.mateu.be *.* @syslog.dmz.mateu.be

View File

@@ -1,7 +1,7 @@
template(name="RemoteHost" type="string" string="/srv/log/%HOSTNAME%/%$YEAR%-%$MONTH%-%$DAY%.log.gz") template(name="RemoteHost" type="string" string="/srv/log/%HOSTNAME%/%$YEAR%-%$MONTH%-%$DAY%.log.gz")
## Loads UDP ## Loads UDP
module(load="imudp" port="514") module(load="imudp")
ruleset(name="remote") { ruleset(name="remote") {
action(type="omfile" DynaFile="RemoteHost" zipLevel="5") action(type="omfile" DynaFile="RemoteHost" zipLevel="5")