From 2a937468a2b76831f3156b16c2f623cc8c04ced2 Mon Sep 17 00:00:00 2001 From: 12ww1160 Date: Wed, 3 Dec 2025 16:57:53 +0100 Subject: [PATCH] OP#188 fix the config --- templates/prometheus.yml.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/prometheus.yml.erb b/templates/prometheus.yml.erb index be62931..f29db2d 100644 --- a/templates/prometheus.yml.erb +++ b/templates/prometheus.yml.erb @@ -37,7 +37,6 @@ remote_write: username: <%= @ps_auth_user %> password: <%= @ps_auth_pass %> <% if @ps_write_external == true -%> -remote_write: - url: "<%= @ps_external_url %>" basic_auth: username: <%= @ps_auth_ext_user %>