haproxy scrape config

This commit is contained in:
Gabriel Simmer 2024-05-04 15:28:21 +01:00
parent 245a51ecfd
commit 254fbde3c2
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

View file

@ -409,6 +409,11 @@
}
];
}
{
job_name = "haproxy";
scrape_interval = "10s";
static_configs = [{targets = ["100.87.208.14:8404"];}];
}
];
exporters.node = {
enable = true;