homelab/server/config/monitoring/prometheus.yml

65 lines
1.5 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-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-05-01 15:02:37 -07:00
# scrape IoT devices
- job_name: 'tasmota'
scrape_interval: 5s
static_configs:
2022-04-29 13:10:05 -07:00
- targets: ['tasmota-1','tasmota-2','tasmota-3']