diff options
author | Franck Cuny <franck@fcuny.net> | 2022-04-04 19:25:09 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-04-04 19:25:09 -0700 |
commit | fe34a36161813dd7f46ff704cdf124cbb4fb94c4 (patch) | |
tree | 0c6e7c49d49fa209f68f3588650cdc292dbfc64a /hosts/common/server | |
parent | prometheus: we need to specify the IP protocol (diff) | |
download | world-fe34a36161813dd7f46ff704cdf124cbb4fb94c4.tar.gz |
prometheus: fix configuration
Diffstat (limited to 'hosts/common/server')
-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 = [ |