增加package-dump 监控

This commit is contained in:
fumingwei
2021-04-26 18:13:53 +08:00
parent ff90a94d4b
commit f64240fcbf
5 changed files with 40 additions and 5 deletions

View File

@@ -0,0 +1,11 @@
[Unit]
Description=Systemd Exporter
After=network.target
[Service]
Type=simple
ExecStart=/opt/packet-dump-exporter/systemd_exporter --web.disable-exporter-metrics
Restart=always
[Install]
WantedBy=multi-user.target