Skip to content

Instantly share code, notes, and snippets.

@andyrepton
Created June 25, 2019 13:50
Show Gist options
  • Save andyrepton/97161ad1a54e2032a54b46980f679204 to your computer and use it in GitHub Desktop.
Save andyrepton/97161ad1a54e2032a54b46980f679204 to your computer and use it in GitHub Desktop.
[Unit]
Description=Node Exporter
Wants=network-online.target
After=network-online.target
[Service]
Type=simple
ExecStart=/usr/local/bin/node_exporter --collector.systemd --collector.processes
[Install]
WantedBy=multi-user.target
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment