micha37-martins / S.M.A.R.T-disk-monitoring-for-Prometheus

Prometheus node_exporter text_collector for S.M.A.R.T disk values
Apache License 2.0
92 stars 26 forks source link

Feat: use systemd output redirection #26

Open doenietzomoeilijk opened 1 week ago

doenietzomoeilijk commented 1 week ago

When using the service unit as generated, the output was not written to the intended file, but to the journal. Apparently, output redirection does not work for systemd units in this way. Luckily, there's the StandardOutput configuration option.

See here for more information.