Add home assistant to prometheus
Some checks failed
Run nix flake check / flake-check (push) Failing after 15m18s

This commit is contained in:
Torjus Håkestad 2025-05-19 11:21:46 +02:00
parent 8d47d0a70c
commit aa2cbcda60
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -165,6 +165,16 @@
} }
]; ];
} }
{
job_name = "home-assistant";
scrape_interval = "60s";
metrics_path = "/api/prometheus";
static_configs = [
{
targets = [ "ha1.home.2rjus.net:8123" ];
}
];
}
]; ];
}; };
} }