Some checks failed
Run nix flake check / flake-check (push) Failing after 4m6s
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
14 lines
466 B
Nix
14 lines
466 B
Nix
# Monitoring targets for hosts not managed by this flake
|
|
# These are manually maintained and combined with auto-generated targets
|
|
{
|
|
nodeExporter = [
|
|
"gunter.home.2rjus.net:9100"
|
|
"pve1.home.2rjus.net:9100"
|
|
];
|
|
scrapeConfigs = [
|
|
{ job_name = "smartctl"; targets = [ "gunter.home.2rjus.net:9633" ]; }
|
|
{ job_name = "ghettoptt"; targets = [ "gunter.home.2rjus.net:8989" ]; }
|
|
{ job_name = "restic_rest"; targets = [ "10.69.12.52:8000" ]; }
|
|
];
|
|
}
|