service/alertmanager: connect to matrix-bot

This commit is contained in:
Felix Buehler 2023-05-21 20:06:29 +02:00
parent 4aee9abb29
commit bc8db6f2e9
2 changed files with 49 additions and 0 deletions

View file

@ -19,6 +19,12 @@
to = "server@buehler.rocks";
}
];
webhook_configs = [
{
url = "http://localhost:4050/services/hooks/YWxlcnRtYW5hZ2VyX3NlcnZpY2U";
send_resolved = true;
}
];
}
];
}