2022-02-08 17:00:27 -08:00
|
|
|
global:
|
2022-04-03 16:11:28 -07:00
|
|
|
scrape_interval: 60s
|
2022-02-08 17:00:27 -08:00
|
|
|
|
|
|
|
scrape_configs:
|
2022-05-01 15:02:37 -07:00
|
|
|
|
|
|
|
# scrape hosts
|
2023-11-28 14:29:48 -08:00
|
|
|
- job_name: 'fighter'
|
2022-05-01 15:02:37 -07:00
|
|
|
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
|
|
|
|
2023-11-28 14:29:48 -08:00
|
|
|
- job_name: 'druid'
|
2022-05-01 15:02:37 -07:00
|
|
|
scrape_interval: 5s
|
|
|
|
static_configs:
|
|
|
|
- targets: ['143.110.151.123:9100']
|
|
|
|
|
2023-11-28 14:29:48 -08:00
|
|
|
- job_name: 'wizard'
|
2022-05-01 15:02:37 -07:00
|
|
|
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
|
|
|
|
|
|
|
# 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:
|
2023-11-28 00:22:05 -08:00
|
|
|
- targets: ['exporter-ping:9427', 'jafner.tools:50418']
|
2022-08-01 19:14:49 -07:00
|
|
|
|
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:33:59 -07:00
|
|
|
|
2022-08-08 11:11:16 -07:00
|
|
|
- job_name: 'exporter-qbittorrent'
|
2022-08-08 11:33:59 -07:00
|
|
|
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-07 14:50:50 -07:00
|
|
|
|
2022-05-01 15:02:37 -07:00
|
|
|
# scrape IoT devices
|
2022-03-31 22:42:01 -07:00
|
|
|
- job_name: 'tasmota'
|
2022-04-03 16:11:28 -07:00
|
|
|
scrape_interval: 5s
|
2022-03-31 22:42:01 -07:00
|
|
|
static_configs:
|
2022-08-07 16:52:01 -07:00
|
|
|
- targets: ['192.168.1.50','192.168.1.51','192.168.1.52']
|