1
0
mirror of https://github.com/kmein/niveum synced 2026-03-21 04:11:07 +01:00
This commit is contained in:
2025-08-07 10:14:07 +02:00
parent 00dfe27738
commit cbce724ade

View File

@@ -357,7 +357,9 @@ in
{ {
scheme = "http"; scheme = "http";
path_prefix = "/"; path_prefix = "/";
static_configs = [{targets = ["localhost:${toString config.services.prometheus.alertmanager.port}"];}]; static_configs = [
{ targets = [ "localhost:${toString config.services.prometheus.alertmanager.port}" ]; }
];
} }
]; ];