1
0
Fork 0

hosts/monitoring-3: add hydra monitoring

This commit is contained in:
clerie 2023-04-16 16:01:45 +02:00
parent 24c2e1738a
commit c68004f02e
1 changed files with 12 additions and 0 deletions

View File

@ -301,6 +301,18 @@ in {
relabelAddressToInstance
];
}
{
job_name = "hydra";
scrape_interval = "20s";
scheme = "https";
static_configs = [
{
targets = [
"hydra.clerie.de"
];
}
];
}
];
alertmanagers = [
{