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)