This commit is contained in:
Thies Mueller
2026-06-06 00:03:38 +02:00
commit a49ac0c51a
12 changed files with 311 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[Unit]
Description=Node Exporter
After=network.target
[Service]
Type=simple
ExecStart=/usr/local/bin/node_exporter --web.config.file="/etc/node_exporter/config.yml" --web.listen-address=":9100"
[Install]
WantedBy=multi-user.target