Merge remote-tracking branch 'moan0s/alertbot'

This commit is contained in:
Tulir Asokan 2022-11-22 14:30:31 +02:00
commit 2a83376e9b
1 changed files with 1 additions and 0 deletions

View File

@ -69,6 +69,7 @@ The plugin wishlist lives at <https://github.com/maubot/plugin-wishlist/issues>.
* [metric](https://github.com/edwardsdean/maubot_metric_bot) - A bot that will reply to a message that contains imperial units and replace them with metric units.
* [urlpreview](https://github.com/coffeebank/coffee-maubot/tree/master/urlpreview) - A bot that responds to links with a link preview embed, using Matrix API to fetch meta tags.
* [autoreply](https://github.com/babolivier/maubot-autoreply) - A bot that sends automated replies when you're away, and shows you a summary of missed messages when you come back.
* [alertbot](https://github.com/moan0s/alertbot) - A bot that recives monitoring alerts via alertmanager and forwards them to a matrix room.
† Uses a synchronous library which can block the whole maubot process (e.g. requests instead of aiohttp)