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
url: http://{{ prometheus_vip_address if prometheus_vip_address is defined and prometheus_vip_address != "" else api_interface_address }}:{{ prometheus_port }}/-/reload
21
+
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