85 lines
2.2 KiB
YAML
85 lines
2.2 KiB
YAML
global:
|
|
scrape_interval: 15s
|
|
evaluation_interval: 30s
|
|
|
|
rule_files:
|
|
- /etc/prometheus/rules/*.yml
|
|
|
|
alerting:
|
|
alertmanagers:
|
|
- static_configs:
|
|
- targets: ["alertmanager:9093"]
|
|
|
|
scrape_configs:
|
|
- job_name: prometheus
|
|
static_configs:
|
|
- targets: ["prometheus:9090"]
|
|
|
|
- job_name: node
|
|
static_configs:
|
|
- targets: ["node-exporter:9100"]
|
|
|
|
- job_name: cadvisor
|
|
static_configs:
|
|
- targets: ["cadvisor:8080"]
|
|
|
|
- job_name: smartctl
|
|
static_configs:
|
|
- targets: ["smartctl-exporter:9633"]
|
|
|
|
- job_name: revproxy-node
|
|
static_configs:
|
|
- targets: ["10.8.0.1:9100"]
|
|
|
|
- job_name: blackbox-http
|
|
metrics_path: /probe
|
|
params:
|
|
module: [http_2xx]
|
|
static_configs:
|
|
- targets:
|
|
- https://s3.g4st3r.ru
|
|
- https://minio.g4st3r.ru
|
|
- https://cloud.g4st3r.ru
|
|
- https://grafana.g4st3r.ru
|
|
- https://prometheus.g4st3r.ru
|
|
- https://alert.g4st3r.ru
|
|
- https://photos.g4st3r.ru
|
|
- https://home.g4st3r.ru
|
|
- https://gitlab.g4st3r.ru
|
|
- https://openclaw.g4st3r.ru
|
|
- https://git.g4st3r.ru
|
|
- https://bw.g4st3r.ru
|
|
relabel_configs:
|
|
- source_labels: [__address__]
|
|
target_label: __param_target
|
|
- source_labels: [__param_target]
|
|
target_label: instance
|
|
- target_label: __address__
|
|
replacement: blackbox-exporter:9115
|
|
|
|
- job_name: blackbox-5xx
|
|
metrics_path: /probe
|
|
params:
|
|
module: [http_5xx]
|
|
static_configs:
|
|
- targets:
|
|
- https://s3.g4st3r.ru
|
|
- https://minio.g4st3r.ru
|
|
- https://cloud.g4st3r.ru
|
|
- https://grafana.g4st3r.ru
|
|
- https://prometheus.g4st3r.ru
|
|
- https://alert.g4st3r.ru
|
|
- https://photos.g4st3r.ru
|
|
- https://home.g4st3r.ru
|
|
- https://gitlab.g4st3r.ru
|
|
- https://openclaw.g4st3r.ru
|
|
- https://git.g4st3r.ru
|
|
- https://bw.g4st3r.ru
|
|
relabel_configs:
|
|
- source_labels: [__address__]
|
|
target_label: __param_target
|
|
- source_labels: [__param_target]
|
|
target_label: instance
|
|
- target_label: __address__
|
|
replacement: blackbox-exporter:9115
|