monitoring: add pve1 node-exporter scrape target
Some checks failed
Run nix flake check / flake-check (push) Failing after 4m6s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-03 19:10:54 +01:00
parent f75b773485
commit 013ab8f621

View File

@@ -3,6 +3,7 @@
{
nodeExporter = [
"gunter.home.2rjus.net:9100"
"pve1.home.2rjus.net:9100"
];
scrapeConfigs = [
{ job_name = "smartctl"; targets = [ "gunter.home.2rjus.net:9633" ]; }