Add labmon to scrape config
Some checks failed
Run nix flake check / flake-check (push) Failing after 14m32s

This commit is contained in:
2025-05-24 03:37:52 +02:00
parent 4927e37c90
commit 2a46da3761
2 changed files with 33 additions and 1 deletions

View File

@@ -191,6 +191,14 @@
}
];
}
{
job_name = "labmon";
static_configs = [
{
targets = [ "monitoring01.home.2rjus.net:9969" ];
}
];
}
];
};
}