You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
67 lines
1.6 KiB
67 lines
1.6 KiB
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 15s
|
|
|
|
# Attach these labels to any time series or alerts when communicating with
|
|
# external systems (federation, remote storage, Alertmanager).
|
|
external_labels:
|
|
monitor: 'docker-host-alpha'
|
|
|
|
# Load and evaluate rules in this file every 'evaluation_interval' seconds.
|
|
rule_files:
|
|
- "alert.rules"
|
|
|
|
# A scrape configuration containing exactly one endpoint to scrape.
|
|
scrape_configs:
|
|
- job_name: 'nodeexporter'
|
|
scrape_interval: 10s
|
|
static_configs:
|
|
- targets: ['nodeexporter:9100']
|
|
|
|
# - job_name: 'cadvisor'
|
|
# scrape_interval: 10s
|
|
# static_configs:
|
|
# - targets: ['cadvisor:8080']
|
|
|
|
- job_name: 'prometheus'
|
|
scrape_interval: 10s
|
|
static_configs:
|
|
- targets: ['localhost:9090']
|
|
|
|
- job_name: 'pushgateway'
|
|
scrape_interval: 10s
|
|
honor_labels: true
|
|
static_configs:
|
|
- targets: ['pushgateway:9091']
|
|
|
|
- job_name: 'wsjtx_exporter'
|
|
scrape_interval: 15s
|
|
static_configs:
|
|
- targets: ['wsjtx_exporter:2112']
|
|
|
|
- job_name: 'pskreporter_exporter'
|
|
scrape_interval: 300s
|
|
static_configs:
|
|
- targets: ['pskreporter_exporter:2112']
|
|
|
|
- job_name: 'mysqld-exporter'
|
|
scrape_interval: 10s
|
|
static_configs:
|
|
- targets: ['mysqld-exporter:9104']
|
|
|
|
alerting:
|
|
alertmanagers:
|
|
- scheme: http
|
|
static_configs:
|
|
- targets:
|
|
- 'alertmanager:9093'
|
|
|
|
# - job_name: 'nginx'
|
|
# scrape_interval: 10s
|
|
# static_configs:
|
|
# - targets: ['nginxexporter:9113']
|
|
|
|
# - job_name: 'aspnetcore'
|
|
# scrape_interval: 10s
|
|
# static_configs:
|
|
# - targets: ['eventlog-proxy:5000', 'eventlog:5000']
|
|
|