Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hakehardware/spuds
https://github.com/hakehardware/spuds
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hakehardware/spuds
- Owner: hakehardware
- License: gpl-3.0
- Created: 2023-12-24T16:07:36.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-27T17:28:44.000Z (about 1 year ago)
- Last Synced: 2024-08-01T10:17:24.953Z (6 months ago)
- Language: Python
- Size: 71.3 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-spacemesh - spuds - Spuds) (Utilities)
README
# spuds
## Linux Install
1. Clone the Repo2. Set up VENV
```
python3 -m venv .venv
```3. Activate VENV
```
source .venv/bin/activate
```4. Install requirements
```
pip install -r requirements.txt
```5. Make copy of config
```
cp example.config.yml config.yml
```6. Update config with your settings
```
nano config.yml
```7. Make sure to choose a free port for Prometheus.
8. 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
9. Restart Prometheus
10. Create a new Import Dashboard and copy/paste the grafana.json contents into your dashboard
11. Update the UID for the data source with your UID
12. The dashboard should populate.