[go: up one dir, main page]

Url for servers

This PR adds the possibility to set a url parameter for server. This is to manage the case of virtual hosts, sharing the same URL with many applications.

$ cat servers.toml
[example_com]
url = "https://example.com"
$ cat watchers.toml
[check_http]
server = "example_com"

Merge request reports

Loading