add hass_p7_50
This commit is contained in:
parent
1a996ab457
commit
ca1a1b04a9
@ -339,6 +339,11 @@ in
|
||||
job_name = "caddy";
|
||||
static_configs = [ { targets = [ "127.0.0.1:${toString myData.ports.exporters.caddy}" ]; } ];
|
||||
}
|
||||
{
|
||||
job_name = "hass_p7_50";
|
||||
metrics_path = "/api/prometheus";
|
||||
static_configs = [ { targets = [ "127.0.0.1:${toString myData.ports.hass}" ]; } ];
|
||||
}
|
||||
{
|
||||
job_name = "vno1-vinc.vincentas.jakst";
|
||||
static_configs = [ { targets = [ "${myData.hosts."vno1-vinc.vincentas.jakst".jakstIP}:9100" ]; } ];
|
||||
|
Loading…
Reference in New Issue
Block a user