add files control - https://gitlab.confdroid.com/internal/confdroid_management/-/issues/260
This commit is contained in:
@@ -25,10 +25,10 @@ scrape_configs:
|
||||
- targets:
|
||||
- localhost:9090
|
||||
basic_auth:
|
||||
username_file: /etc/prometheus/secrets/prometheus-auth/username
|
||||
password_file: /etc/prometheus/secrets/prometheus-auth/password
|
||||
username: <%= @ps_auth_user %>
|
||||
password: <%= @ps_auth_pass %>
|
||||
remote_write:
|
||||
- url: "http://localhost:9090/api/v1/write"
|
||||
basic_auth:
|
||||
username_file: /etc/prometheus/secrets/prometheus-auth/username
|
||||
password_file: /etc/prometheus/secrets/prometheus-auth/password
|
||||
username: <%= @ps_auth_user %>
|
||||
password: <%= @ps_auth_pass %>
|
||||
Reference in New Issue
Block a user