Skip to content

Instantly share code, notes, and snippets.

@EmmaKnijn
Created January 15, 2024 09:54
Show Gist options
  • Save EmmaKnijn/d22f46ae7ffbd917f0bb28b6be94c74c to your computer and use it in GitHub Desktop.
Save EmmaKnijn/d22f46ae7ffbd917f0bb28b6be94c74c to your computer and use it in GitHub Desktop.
node_exporter for prometheus
[Unit]
Description=node_exporter for prometheus
[Service]
Type=oneshot
ExecStart=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