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 ```