summaryrefslogtreecommitdiffstats
path: root/systemd/node_exporter.service
diff options
context:
space:
mode:
Diffstat (limited to 'systemd/node_exporter.service')
-rw-r--r--systemd/node_exporter.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/systemd/node_exporter.service b/systemd/node_exporter.service
new file mode 100644
index 0000000..edc1482
--- /dev/null
+++ b/systemd/node_exporter.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=Prometheus Node Exporter
+After=network.target
+
+[Service]
+User=node_exporter
+Group=prometheus
+Type=simple
+ExecStart=/opt/node_exporter/node_exporter --web.listen-address=":9200"
+
+[Install]
+WantedBy=multi-user.target