mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 09:54:40 +02:00
service/alertmanager: connect to matrix-bot
This commit is contained in:
parent
4aee9abb29
commit
bc8db6f2e9
2 changed files with 49 additions and 0 deletions
|
@ -19,6 +19,12 @@
|
|||
to = "server@buehler.rocks";
|
||||
}
|
||||
];
|
||||
webhook_configs = [
|
||||
{
|
||||
url = "http://localhost:4050/services/hooks/YWxlcnRtYW5hZ2VyX3NlcnZpY2U";
|
||||
send_resolved = true;
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue