-
Clone the Repo
-
Set up VENV
python3 -m venv .venv
- Activate VENV
source .venv/bin/activate
- Install requirements
pip install -r requirements.txt
- Make copy of config
cp example.config.yml config.yml
- Update config with your settings
nano config.yml
-
Make sure to choose a free port for Prometheus.
-
Add the job to Prometheus.yml. If you are running Prometheus in docker make sure to choose the gateway IP like you would for node exporter
-
Restart Prometheus
-
Create a new Import Dashboard and copy/paste the grafana.json contents into your dashboard
-
Update the UID for the data source with your UID
-
The dashboard should populate.