
Prometheus Installation
Documentation: https://prometheus.io/docs/introduction/first_steps/
tar xvfz prometheus-*.tar.gz
cd prometheus-*
cat prometheus.yml
nano prometheus.yml
wget https://github.com/prometheus/node_exporter/releases/download/v<VERSION>/node_exporter-<VERSION>.<OS>-<ARCH>.tar.gz
tar xvfz node_exporter-*.*-amd64.tar.gz
cd node_exporter-*.*-amd64
./node_exporterLast updated
