1
0
Fork 0

Add exim monitoring to prometheus

This commit is contained in:
Felix Albrigtsen 2023-01-15 00:19:41 +01:00
parent e9cd0ff4f6
commit 8bef6bb33c
1 changed files with 11 additions and 0 deletions

View File

@ -22,6 +22,17 @@ in {
} }
]; ];
} }
{
job_name = "exim";
scrape_interval = "60s";
static_configs = [
{
targets = [
"microbel.pvv.ntnu.no:9636"
];
}
];
}
{ {
job_name = "synapse"; job_name = "synapse";
scrape_interval = "15s"; scrape_interval = "15s";