Add prometheus jobs
This commit is contained in:
parent
d5b7623427
commit
ff85421770
1 changed files with 12 additions and 0 deletions
|
@ -41,6 +41,18 @@ in
|
|||
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 = {
|
||||
node = {
|
||||
|
|
Loading…
Reference in a new issue