An open API service indexing awesome lists of open source software.

https://github.com/infiniteloopcloud/discord-downdetector

Detects service failures and sends notifications if something is down.
https://github.com/infiniteloopcloud/discord-downdetector

Last synced: about 1 month ago
JSON representation

Detects service failures and sends notifications if something is down.

Awesome Lists containing this project

README

          

# discord-downdetector
Detects service failures and sends notifications if something is down.

### Config example

```json
{
"bot_token": "BOT_TOKEN",
"bot_guild": "GUILD_ID",
"channel_name": "downdetector",
"checks": [
{
"type": "http",
"value": "https://test.com/hc",
"interval": "120m"
}
]
}
```