1
0
mirror of https://github.com/kmein/niveum synced 2026-03-29 16:51:07 +02: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";
path_prefix = "/";
static_configs = [{targets = ["localhost:${toString config.services.prometheus.alertmanager.port}"];}];
static_configs = [
{ targets = [ "localhost:${toString config.services.prometheus.alertmanager.port}" ]; }
];
}
];