This commit is contained in:
SebClem 2024-03-29 12:06:45 +01:00
parent 5165f9d704
commit 84a1f8af14
Signed by: sebclem
GPG Key ID: 5A4308F6A359EA50

View File

@ -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)