This commit is contained in:
Vivian 2024-01-02 10:22:52 +01:00
parent a7e1717462
commit 24dd2cce4f
4 changed files with 31 additions and 25 deletions

View file

@ -38,13 +38,13 @@ in {
scrape_timeout = "30s";
};
scrape_configs = [
{
job_name = "kea";
static_configs = [{
targets = [ "dhcp.olympus:9547" ];
labels.app = "dhcp";
}];
}
# {
# job_name = "kea";
# static_configs = [{
# targets = [ "dhcp.olympus:9547" ];
# labels.app = "dhcp";
# }];
# }
{
job_name = "nginx";
static_configs = [{