This commit is contained in:
parent
e0846af5e3
commit
0bf1eb4ed6
3 changed files with 35 additions and 3 deletions
|
@ -72,6 +72,20 @@ in {
|
|||
labels.app = "ntfy";
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "dex";
|
||||
static_configs = [{
|
||||
targets = [ "dex.olympus:5558" ];
|
||||
labels.app = "dex";
|
||||
}];
|
||||
}
|
||||
{
|
||||
job_name = "unbound";
|
||||
static_configs = [{
|
||||
targets = [ "dns-1.olympus:9167" "dns-2.olympus:9167" ];
|
||||
labels.app = "dns";
|
||||
}];
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue