Update + home assistent -> prometheus
This commit is contained in:
parent
4b6fc29c91
commit
31833e1681
5 changed files with 146 additions and 2718 deletions
|
|
@ -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"];}
|
||||
];
|
||||
}
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue