Add different monitor URL for UI link and actual status checking. See corressponding issue: #154
I would like to receive feedback on the correctness of how I handled the fallback when check_url is not provided, I'm not familiar how Go Yaml handles missing properties.
You were correct to assume that the value, when undefined, is an empty string. The YAML package uses the default zero values for each type if not provided.
Add different monitor URL for UI link and actual status checking. See corressponding issue: #154
I would like to receive feedback on the correctness of how I handled the fallback when
check_url
is not provided, I'm not familiar how Go Yaml handles missing properties.