mirror of
https://github.com/KevinMidboe/playbooks-retailor.git
synced 2026-02-12 12:29:14 +00:00
all prometheus exporter folders get same name prefix
This commit is contained in:
11
roles/exporter-node/templates/node_exporter.service.j2
Normal file
11
roles/exporter-node/templates/node_exporter.service.j2
Normal file
@@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=Prometheus Node Exporter
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
User=nobody
|
||||
ExecStart=/usr/local/bin/node_exporter
|
||||
Restart=always
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user