diff --git a/prometheus/prometheus.yml b/prometheus/prometheus.yml index a90ae10..b6de3b7 100644 --- a/prometheus/prometheus.yml +++ b/prometheus/prometheus.yml @@ -79,5 +79,7 @@ scrape_configs: scrape_interval: 60s metrics_path: /api/prometheus scheme: https + tls_config: + insecure_skip_verify: false static_configs: - - targets: ['192.168.1.126:8123'] \ No newline at end of file + - targets: ['192.168.1.126:8123']