You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Reloading the config by sending SIGHUP to the main process, instead of sending a POST request
to the /-/reload endpoint, because the latter doesn't work when the basic auth is enabled.
The password for the basic auth is encrypted using bcrypt, and I don't want to store the raw password
The SIGHUP signal is sent to the process with PID 1 in the container, which is the main process.
url: http://{{ prometheus_vip_address if prometheus_vip_address is defined and prometheus_vip_address != "" and prometheus_active_passive_mode | bool else api_interface_address }}:{{ prometheus_port }}/-/reload
0 commit comments