Joey Hafner
97e4cc547a
1. homelab [Gitea](https://gitea.jafner.tools/Jafner/homelab), [Github (docker_config)](https://github.com/Jafner/docker_config), [Github (wiki)](https://github.com/Jafner/wiki), [Github (cloud_tools)](https://github.com/Jafner/cloud_tools), [Github (self-hosting)](https://github.com/Jafner/self-hosting). - Rename? Jafner.net? Wouldn't that be `Jafner/Jafner.net/Jafner.net`? 2. Jafner.dev [Github](https://github.com/Jafner/Jafner.dev). 3. dotfiles [Gitea](https://gitea.jafner.tools/Jafner/dotfiles), [Github](https://github.com/Jafner/dotfiles). 4. nvgm [Gitea](https://gitea.jafner.tools/Jafner/nvgm) 5. pamidi [Gitea](https://gitea.jafner.tools/Jafner/pamidi), [Github](https://github.com/Jafner/pamidi) 6. docker-llm-amd [Gitea](https://gitea.jafner.tools/Jafner/docker-llm-amd) 7. doradash [Gitea](https://gitea.jafner.tools/Jafner/doradash) 8. clip-it-and-ship-it [Gitea (PyClipIt)](https://gitea.jafner.tools/Jafner/PyClipIt), [Github](https://github.com/Jafner/clip-it-and-ship-it). 9. razer battery led [Github](https://github.com/Jafner/Razer-BatteryLevelRGB) 10. 5etools-docker [Github](https://github.com/Jafner/5etools-docker) 11. jafner-homebrew [Github](https://github.com/Jafner/jafner-homebrew)
76 lines
1.8 KiB
YAML
76 lines
1.8 KiB
YAML
global:
|
|
scrape_interval: 60s
|
|
|
|
scrape_configs:
|
|
|
|
# scrape hosts
|
|
- job_name: 'fighter'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['192.168.1.23:9100']
|
|
|
|
- job_name: 'druid'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['143.110.151.123:9100']
|
|
|
|
- job_name: 'wizard'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['192.168.1.1:9273']
|
|
|
|
# scrape applications
|
|
- job_name: 'prometheus-self'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
- job_name: 'traefik'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['traefik:8080']
|
|
metrics_path: "/metrics"
|
|
|
|
- job_name: 'exporter-pihole'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['exporter-pihole:9617']
|
|
metrics_path: "/metrics"
|
|
|
|
- job_name: 'exporter-minecraft'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['exporter-minecraft:8080']
|
|
|
|
- job_name: 'exporter-plex'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['exporter-plex:9594']
|
|
|
|
- job_name: 'exporter-sabnzbd'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['exporter-sabnzbd:9387']
|
|
|
|
- job_name: 'exporter-ping'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['exporter-ping:9427', 'jafner.tools:50418']
|
|
|
|
- job_name: 'exporter-docker'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['exporter-docker:9417','jafner.tools:50417']
|
|
|
|
- job_name: 'exporter-qbittorrent'
|
|
scrape_interval: 60s
|
|
scrape_timeout: 30s
|
|
static_configs:
|
|
- targets: ['exporter-qbittorrent:8000']
|
|
|
|
# scrape IoT devices
|
|
- job_name: 'tasmota'
|
|
scrape_interval: 5s
|
|
static_configs:
|
|
- targets: ['192.168.1.50','192.168.1.51','192.168.1.52']
|