Configuration
global:
scrape_interval: 5s
scrape_timeout: 5s
evaluation_interval: 5s
external_labels:
monitor: example
alerting:
alertmanagers:
- follow_redirects: true
enable_http2: true
scheme: http
timeout: 10s
api_version: v2
static_configs:
- targets:
- localhost:9093
scrape_configs:
- job_name: prometheus
honor_timestamps: true
scrape_interval: 5s
scrape_timeout: 5s
metrics_path: /metrics
scheme: http
follow_redirects: true
enable_http2: true
static_configs:
- targets:
- localhost:9090
- job_name: node
honor_timestamps: true
scrape_interval: 5s
scrape_timeout: 5s
metrics_path: /metrics
scheme: http
follow_redirects: true
enable_http2: true
static_configs:
- targets:
- localhost:9100
- job_name: eon
honor_timestamps: true
scrape_interval: 5s
scrape_timeout: 5s
metrics_path: /metrics
scheme: https
basic_auth:
username: prometheus
password: <secret>
tls_config:
ca_file: /etc/prometheus/node_exporter_eon.crt
insecure_skip_verify: true
follow_redirects: true
enable_http2: true
static_configs:
- targets:
- 5.135.103.184:9100
- job_name: commu
honor_timestamps: true
scrape_interval: 5s
scrape_timeout: 5s
metrics_path: /metrics
scheme: https
basic_auth:
username: prometheus
password: <secret>
tls_config:
ca_file: /etc/prometheus/node_exporter_eon.crt
insecure_skip_verify: true
follow_redirects: true
enable_http2: true
static_configs:
- targets:
- 145.239.43.132:9100