Skip to content

Instantly share code, notes, and snippets.

@bejean
Created October 17, 2019 06:50
Show Gist options
  • Save bejean/c0d25a0e66ec004d019607308de2e4f8 to your computer and use it in GitHub Desktop.
Save bejean/c0d25a0e66ec004d019607308de2e4f8 to your computer and use it in GitHub Desktop.
Prometheus node-exporter.service
[Unit]
Description=Prometheus Node Exporter
After=network-online.target
[Service]
User=prometheus
Restart=on-failure
#Change this line if you download the
#Prometheus on different path user
ExecStart=/opt/prometheus/node_exporter/node_exporter
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment