modules/c3d2: try to fix journalToMqtt topic

This commit is contained in:
Astro 2022-09-09 01:17:29 +02:00
parent b84243c03b
commit 3aa7960817
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ in
user = "SECRET[mqtt.user]";
password = "SECRET[mqtt.password]";
encoding.codec = "json";
topic = "journal/{{ host }}/{{ SYSLOG_IDENTIFIER }}/{{ PRIORITY }}";
topic = "journal/{{ host }}/{{ _SYSTEMD_UNIT }}/{{ PRIORITY }}";
# tls.enabled = true;
# tls.ca_file = "/etc/ssl/certs/ca-certificates.crt";
};