Add SyslogIdenfier to healthcheck systemd unit

Adding this new field will allow to filter all healthcheck logs using
the Idenfier value.

For instance, using journalctl, you would be able to run this:
`journalctl -t healthcheck_collectd'

It will also allow to get a dedicated file out of (r)syslog if needed.

This is the reflection of Icdc5caf4cedc46291a807c39c0a31c74955a4a74

Change-Id: I6861baa287f2a8288b87be26aacecbcc061cd96f
Closes-Bug: #1856573
This commit is contained in:
Cédric Jeanneret 2019-12-16 15:37:57 +01:00
parent 854de3e5e1
commit 505dc92a63
1 changed files with 1 additions and 0 deletions

View File

@ -195,6 +195,7 @@ Requisite=%(service)s.service
[Service] [Service]
Type=oneshot Type=oneshot
ExecStart=/usr/bin/podman exec %(name)s %(test)s ExecStart=/usr/bin/podman exec %(name)s %(test)s
SyslogIdentifier=healthcheck_%(name)s
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
""" % s_config) """ % s_config)