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