1
0
Fork 0

Monitor XMPP Notifications

This commit is contained in:
clerie 2021-12-20 16:47:57 +01:00
parent 4ea5a21103
commit 835c5e396e
1 changed files with 11 additions and 0 deletions

View File

@ -151,6 +151,17 @@ in {
}
];
}
{
job_name = "xmpp-alerts";
scrape_interval = "20s";
static_configs = [
{
targets = [
"monitoring-3.mon.clerie.de:9199"
];
}
];
}
];
alertmanagers = [
{