Skip to content

Instantly share code, notes, and snippets.

@wallentx
Last active October 8, 2015 18:28
Show Gist options
  • Save wallentx/f168ab32501ffc7e9586 to your computer and use it in GitHub Desktop.
Save wallentx/f168ab32501ffc7e9586 to your computer and use it in GitHub Desktop.
init script for node_exporter - to be placed in /etc/init/ - works on 14.04
# Run node_exporter
start on startup
script
/usr/bin/node_exporter
end script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment