Update + home assistent -> prometheus

This commit is contained in:
Aleksandr Lebedev 2025-09-29 23:34:18 +02:00
parent 4b6fc29c91
commit 31833e1681
5 changed files with 146 additions and 2718 deletions

View file

@ -27,7 +27,15 @@
{
job_name = "stargate";
static_configs = [
{targets = ["127.0.0.1:9100"];}
{targets = ["localhost:9100"];}
];
}
{
job_name = "hass";
metrics_path = "/api/prometheus";
scrape_interval = "10s";
static_configs = [
{targets = ["localhost:8123"];}
];
}
];