Fix name
This commit is contained in:
parent
5165f9d704
commit
84a1f8af14
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user