Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.09 KB

File metadata and controls

45 lines (28 loc) · 1.09 KB

Prometheus and Node_exporter Automation

Installs Prometheus and node_exporter latest version on arm64 and x86_64

  • Tested on Amazon Linux 2, ubuntu, Debian, CentOS7, CentOS8

Requirements

  • sudo privileges
  • Environmental varaibles
GRAFANA_URL

GRAFANA_USERNAME

GRAFANA_PASSWORD

Usage

Run the command with under sudo privilege in your linux server.

sh <(curl https://raw.githubusercontent.com/ukor/prometheus_node_exporter/master/installer.sh)

Uninstall

To undo all the changes that was made by the installer, run this command

sh <(curl https://raw.githubusercontent.com/ukor/prometheus_node_exporter/master/uninstall.sh)

Resources