🚑️: 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

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

View File

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