bugfix:TSG-19966:Update systemd_exporter to version 0.6.0.

This commit is contained in:
fumingwei
2024-03-14 18:48:42 +08:00
committed by 付明卫
parent 5e70fd1e51
commit b1cbe2e33b
2 changed files with 1 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ After=network.target
[Service]
Type=simple
ExecStart=/opt/tsg/exporter/systemd_exporter --web.disable-exporter-metrics --collector.unit-blacklist=.*\.socket|systemd-fsck@.*\.service|-\.slice|-\.mount
ExecStart=/opt/tsg/exporter/systemd_exporter --web.disable-exporter-metrics --systemd.collector.unit-exclude=".*\.socket|systemd-fsck@.*\.service|-\.slice|-\.mount"
Restart=always
[Install]