2023-04-27 23:12:00 +02:00
|
|
|
{
|
|
|
|
|
global = {
|
|
|
|
|
smtp_smarthost = "localhost:25";
|
|
|
|
|
smtp_from = "server@buehler.rocks";
|
|
|
|
|
};
|
|
|
|
|
# templates = [ ];
|
|
|
|
|
route = {
|
|
|
|
|
receiver = "default";
|
|
|
|
|
group_wait = "30s";
|
|
|
|
|
group_interval = "5m";
|
|
|
|
|
repeat_interval = "4h";
|
|
|
|
|
routes = [ ];
|
|
|
|
|
};
|
|
|
|
|
receivers = [
|
|
|
|
|
{
|
|
|
|
|
name = "default";
|
2024-07-28 21:08:02 +02:00
|
|
|
email_configs = [ { to = "server@buehler.rocks"; } ];
|
2023-05-21 20:06:29 +02:00
|
|
|
webhook_configs = [
|
|
|
|
|
{
|
2025-06-07 11:33:56 +02:00
|
|
|
url = "http://localhost:4050/alert";
|
2023-05-21 20:06:29 +02:00
|
|
|
send_resolved = true;
|
|
|
|
|
}
|
|
|
|
|
];
|
2023-04-27 23:12:00 +02:00
|
|
|
}
|
|
|
|
|
];
|
|
|
|
|
}
|