Categorygithub.com/infiniteloopcloud/discord-downdetector
repositorypackage
0.1.0
Repository: https://github.com/infiniteloopcloud/discord-downdetector.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

discord-downdetector

Detects service failures and sends notifications if something is down.

Config example

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