mirror of
https://git.pvv.ntnu.no/Drift/pvv-nixos-config.git
synced 2026-06-04 04:02:06 +02:00
ildkule/prometheus/exim: make scheme explicit
This commit is contained in:
@@ -1,14 +1,12 @@
|
|||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
services.prometheus = {
|
services.prometheus.scrapeConfigs = [{
|
||||||
scrapeConfigs = [
|
job_name = "exim";
|
||||||
{
|
scrape_interval = "15s";
|
||||||
job_name = "exim";
|
scheme = "http";
|
||||||
scrape_interval = "15s";
|
|
||||||
static_configs = [{
|
static_configs = [{
|
||||||
targets = [ "microbel.pvv.ntnu.no:9636" ];
|
targets = [ "microbel.pvv.ntnu.no:9636" ];
|
||||||
}];
|
}];
|
||||||
}
|
}];
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user