Skip to content

Instantly share code, notes, and snippets.

@joeharrison714
joeharrison714 / node_exporter_setup.md
Last active February 10, 2025 21:41 — forked from nwesterhausen/node_exporter_setup.md
node_exporter installation on ubuntu

Installing node_exporter

Steps to install node_exporter

  1. Add user for node_exporter

    sudo useradd --no-create-home --shell /bin/false node_exporter