homelab/fighter/config/monitoring/prometheus.yml

86 lines
2.1 KiB
YAML
Raw Normal View History

2022-02-08 17:00:27 -08:00
global:
scrape_interval: 60s
2022-02-08 17:00:27 -08:00
scrape_configs:
2022-05-01 15:02:37 -07:00
# scrape hosts
- job_name: 'joey-server'
scrape_interval: 5s
static_configs:
2022-07-15 18:49:26 -07:00
- targets: ['192.168.1.23:9100']
2022-05-01 15:02:37 -07:00
- job_name: 'jafner.tools'
scrape_interval: 5s
static_configs:
- targets: ['143.110.151.123:9100']
- job_name: 'router'
scrape_interval: 5s
static_configs:
2022-08-02 23:27:12 -07:00
- targets: ['192.168.1.1:9273']
2022-05-01 15:02:37 -07:00
2022-08-06 16:49:55 -07:00
- job_name: 'pihole'
scrape_interval: 5s
static_configs:
- targets: ['192.168.1.22:9100']
2022-05-01 15:02:37 -07:00
# scrape applications
2022-08-27 23:00:31 -07:00
- job_name: 'prometheus-self'
scrape_interval: 5s
static_configs:
- targets: ['localhost:9090']
2022-04-29 13:10:05 -07:00
- job_name: 'traefik'
scrape_interval: 5s
static_configs:
2022-07-17 11:04:04 -07:00
- targets: ['traefik:8080']
2022-04-29 13:10:05 -07:00
metrics_path: "/metrics"
2022-04-29 12:44:25 -07:00
2022-07-15 18:27:29 -07:00
- job_name: 'exporter-pihole'
2022-04-29 13:10:05 -07:00
scrape_interval: 5s
static_configs:
2022-07-15 18:27:29 -07:00
- targets: ['exporter-pihole:9617']
2022-04-29 13:10:05 -07:00
metrics_path: "/metrics"
2022-02-08 17:00:27 -08:00
2022-07-15 18:27:29 -07:00
- job_name: 'exporter-minecraft'
scrape_interval: 5s
static_configs:
- targets: ['exporter-minecraft:8080']
- job_name: 'exporter-plex'
2022-05-03 14:49:14 -07:00
scrape_interval: 5s
static_configs:
2022-07-15 18:27:29 -07:00
- targets: ['exporter-plex:9594']
2022-05-03 14:49:14 -07:00
2022-07-15 18:27:29 -07:00
- job_name: 'exporter-sabnzbd'
2022-05-11 01:39:36 -07:00
scrape_interval: 5s
static_configs:
2022-07-15 18:27:29 -07:00
- targets: ['exporter-sabnzbd:9387']
2022-05-11 01:39:36 -07:00
2022-08-01 19:14:49 -07:00
- job_name: 'exporter-ping'
scrape_interval: 5s
static_configs:
- targets: ['exporter-ping:9427']
2022-08-07 14:50:50 -07:00
- job_name: 'exporter-docker'
scrape_interval: 5s
static_configs:
- targets: ['exporter-docker:9417','jafner.tools:50417']
2022-08-08 11:11:16 -07:00
- job_name: 'exporter-qbittorrent'
scrape_interval: 60s
2022-08-08 11:41:35 -07:00
scrape_timeout: 30s
2022-08-08 11:11:16 -07:00
static_configs:
- targets: ['exporter-qbittorrent:8000']
2022-08-11 10:09:31 -07:00
- job_name: 'exporter-nvidia'
scrape_interval: 5s
static_configs:
- targets: ['exporter-nvidia:9445']
2022-08-07 14:50:50 -07:00
2022-05-01 15:02:37 -07:00
# scrape IoT devices
- job_name: 'tasmota'
scrape_interval: 5s
static_configs:
2022-08-07 16:52:01 -07:00
- targets: ['192.168.1.50','192.168.1.51','192.168.1.52']