sohnemann / synology-prometheus-node-exporter

Setup script to install the prometheus stack on a synology NAS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Deploy the Prometheus Node Exporter on a Synology Node, with Docker.

Dependencies

  • Synology Docker package already installed.
  • SSH access to synology.
  • Administrator user access.

Install

sudo -i
curl -fsSL https://raw.githubusercontent.com/sohnemann/synology-prometheus-node-exporter/master/setup.sh --output synology-prometheus-setup.sh
bash ./synology-prometheus-setup.sh

Endpoints

  • Node-Exporter http://<synology ip/hostname>:9100/metrics

About

Setup script to install the prometheus stack on a synology NAS

License:Do What The F*ck You Want To Public License


Languages

Language:Shell 100.0%