mirror of
https://github.com/kmein/niveum
synced 2026-03-21 04:11:07 +01:00
reformat
This commit is contained in:
@@ -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}" ]; }
|
||||||
|
];
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user