From 8b12193845042add6bb565adfc56256e79b7da5c Mon Sep 17 00:00:00 2001 From: Maxim Devaev Date: Thu, 11 Aug 2022 12:12:36 +0300 Subject: [PATCH] fix --- docs/prometheus.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/prometheus.md b/docs/prometheus.md index ace4117..7433b96 100644 --- a/docs/prometheus.md +++ b/docs/prometheus.md @@ -16,8 +16,9 @@ scrape_configs: basic_auth: username: admin password: admin + scheme: https static_configs: - - targets: ["https://pikvm"] + - targets: ["pikvm"] tls_config: insecure_skip_verify: true # For self-signed certificate ```