panopticon/prometheus.yml

17 lines
459 B
YAML
Raw Permalink Normal View History

global:
scrape_interval: '30s'
2024-05-31 03:53:46 +00:00
scrape_configs:
2024-07-07 01:35:20 +00:00
- job_name: 'vault-exporter'
static_configs:
- targets: ['host.containers.internal:8083']
- job_name: 'host-node-exporter'
static_configs:
- targets: ['host.containers.internal:9100']
2024-06-01 04:52:35 +00:00
- job_name: 'code-forge-exporter'
static_configs:
- targets: ['host.containers.internal:3001']
2024-06-12 01:45:41 +00:00
- job_name: 'sesame_caddy'
static_configs:
- targets: ['host.containers.internal:2019']