mob next [ci-skip] [ci skip] [skip ci]
lastFile:modules/clan/prometheus/default.nix
This commit is contained in:
@@ -391,13 +391,6 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
alertmanagers = [
|
|
||||||
{
|
|
||||||
scheme = "http";
|
|
||||||
path_prefix = "/";
|
|
||||||
static_configs = [ { targets = [ "localhost:9093" ]; } ];
|
|
||||||
}
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -64,6 +64,14 @@
|
|||||||
scrape_interval = settings.scrape_interval;
|
scrape_interval = settings.scrape_interval;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
alertmanagers = [
|
||||||
|
{
|
||||||
|
scheme = "http";
|
||||||
|
path_prefix = "/";
|
||||||
|
static_configs = [ { targets = [ "localhost:9093" ]; } ];
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
scrapeConfigs = lib.mapAttrsToList (machineName: machineVal: {
|
scrapeConfigs = lib.mapAttrsToList (machineName: machineVal: {
|
||||||
tls_config.insecure_skip_verify = true;
|
tls_config.insecure_skip_verify = true;
|
||||||
job_name = "${machineName}";
|
job_name = "${machineName}";
|
||||||
|
|||||||
Reference in New Issue
Block a user