add disk
Some checks failed
Lint / lint (push) Failing after 2m9s
Plex Update / update (push) Successful in 2m27s

This commit is contained in:
Vivian 2024-01-02 10:22:52 +01:00
parent f409d9849c
commit 31ba716b2e
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 = [{