diff options
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/common/server/prometheus.nix | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hosts/common/server/prometheus.nix b/hosts/common/server/prometheus.nix index e85c242..0e4afff 100644 --- a/hosts/common/server/prometheus.nix +++ b/hosts/common/server/prometheus.nix @@ -17,7 +17,7 @@ let }; icmp = { prober = "icmp"; - icmp = { preferred_ip_protoco = "ip4"; }; + icmp = { preferred_ip_protocol = "ip4"; }; timeout = "5s"; }; }; @@ -95,8 +95,6 @@ in { "https://fcuny.net" "https://git.fcuny.net" "https://notes.fcuny.net" - "https://dash.fcuny.net" - "https://music.fcuny.net" ]; }]; relabel_configs = [ |