Add prometheus jobs

This commit is contained in:
tbarnouin 2024-09-17 17:32:03 +02:00
parent d5b7623427
commit ff85421770

View file

@ -41,6 +41,18 @@ in
targets = [ "${cfg.proxy_ip}:9002" ]; targets = [ "${cfg.proxy_ip}:9002" ];
}]; }];
} }
{
job_name = "redis";
static_configs = [{
targets = [ "192.168.1.16:9002" ];
}];
}
{
job_name = "authentik";
static_configs = [{
targets = [ "192.168.1.25:9002" ];
}];
}
]; ];
exporters = { exporters = {
node = { node = {