From d2d7f2dbafd33090279f2c20df0485311f4d1dcd Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 4 Apr 2022 14:25:34 -0700 Subject: prometheus: set the scheme for the URLs --- hosts/common/server/prometheus.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'hosts') 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 = [ -- cgit 1.4.1