aboutsummaryrefslogtreecommitdiff
path: root/hosts/common/server
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-04-04 19:25:09 -0700
committerFranck Cuny <franck@fcuny.net>2022-04-04 19:25:09 -0700
commitfe34a36161813dd7f46ff704cdf124cbb4fb94c4 (patch)
tree0c6e7c49d49fa209f68f3588650cdc292dbfc64a /hosts/common/server
parentprometheus: we need to specify the IP protocol (diff)
downloadinfra-fe34a36161813dd7f46ff704cdf124cbb4fb94c4.tar.gz
prometheus: fix configuration
Diffstat (limited to 'hosts/common/server')
-rw-r--r--hosts/common/server/prometheus.nix4
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 = [