Skip to content

hakehardware/spuds

Repository files navigation

spuds

Linux Install

  1. Clone the Repo

  2. Set up VENV

python3 -m venv .venv
  1. Activate VENV
source .venv/bin/activate
  1. Install requirements
pip install -r requirements.txt
  1. Make copy of config
cp example.config.yml config.yml
  1. Update config with your settings
nano config.yml
  1. Make sure to choose a free port for Prometheus.

  2. 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

  3. Restart Prometheus

  4. Create a new Import Dashboard and copy/paste the grafana.json contents into your dashboard

  5. Update the UID for the data source with your UID

  6. The dashboard should populate.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages