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.
- Host: GitHub
- URL: https://github.com/infiniteloopcloud/discord-downdetector
- Owner: infiniteloopcloud
- License: mit
- Created: 2022-04-30T06:09:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-03T07:40:20.000Z (about 4 years ago)
- Last Synced: 2026-05-24T03:32:59.670Z (about 1 month ago)
- Language: Go
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
]
}
```