global: scrape_interval: 15s evaluation_interval: 15s rule_files: - "/etc/prometheus/rules/*.yml" alerting: alertmanagers: - static_configs: [{ targets: ['alertmanager:9093'] }] scrape_configs: - job_name: prometheus static_configs: [{ targets: ['localhost:9090'] }] - job_name: node-exporter static_configs: [{ targets: ['node-exporter:9100'] }] - job_name: cadvisor static_configs: [{ targets: ['cadvisor:8080'] }] - job_name: traefik static_configs: [{ targets: ['traefik:8080'] }] - job_name: blackbox metrics_path: /probe params: { module: [http_2xx] } static_configs: - targets: - https://forum.yeswas.pl - https://social.ovh - https://rss.social.ovh - https://pawelorzech.pl - https://dash.orzech.me - https://run.orzech.me relabel_configs: - source_labels: [__address__] target_label: __param_target - source_labels: [__param_target] target_label: instance - target_label: __address__ replacement: blackbox-exporter:9115