Skip to content

Detects service failures and sends notifications if something is down.

License

Notifications You must be signed in to change notification settings

infiniteloopcloud/discord-downdetector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
    }
  ]
}

About

Detects service failures and sends notifications if something is down.

Resources

License

Stars

Watchers

Forks

Packages