diff options
Diffstat (limited to '')
-rw-r--r-- | hosts/common/server/prometheus.nix | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/hosts/common/server/prometheus.nix b/hosts/common/server/prometheus.nix index 9128f31..7f6b207 100644 --- a/hosts/common/server/prometheus.nix +++ b/hosts/common/server/prometheus.nix @@ -90,11 +90,11 @@ in { params = { module = [ "http_2xx" ]; }; static_configs = [{ targets = [ - "fcuny.net" - "git.fcuny.net" - "notes.fcuny.net" - "dash.fcuny.net" - "music.fcuny.net" + "https://fcuny.net" + "https://git.fcuny.net" + "https://notes.fcuny.net" + "https://dash.fcuny.net" + "https://music.fcuny.net" ]; }]; relabel_configs = [ |