From 84a1f8af146cf8b1d231f7716ec965553ad78d95 Mon Sep 17 00:00:00 2001 From: SebClem Date: Fri, 29 Mar 2024 12:06:45 +0100 Subject: [PATCH] Fix name --- plugins/action/load_haproxy_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/action/load_haproxy_config.py b/plugins/action/load_haproxy_config.py index 2d5b078..68e1aa3 100644 --- a/plugins/action/load_haproxy_config.py +++ b/plugins/action/load_haproxy_config.py @@ -268,7 +268,7 @@ class ActionModule(ActionBase): }) if not this_uptime_raw_config.get('skip', uptime_raw_config.get('skip', False)): results['uptime_config'].append({ - "name": host.get("full_domain"), + "name": full_domain, "url": 'https://{0}/{1}'.format(full_domain, this_uptime_raw_config.get("endpoint", "")), "protected": this_protected, "state": this_uptime_raw_config.get("state", this_state)