Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a discord bot which detects down times #1

Open
PumpkinSeed opened this issue Apr 30, 2022 · 0 comments
Open

Create a discord bot which detects down times #1

PumpkinSeed opened this issue Apr 30, 2022 · 0 comments

Comments

@PumpkinSeed
Copy link
Member

Configuration should be the following (example):

{
   "channelName":"downdetector",
   "checks":[
      {
         "type":"http",
         "value":"https://google.com",
         "interval":"30min"
      }
   ]
}

This means that it checks the google.com with an http request in every 30 min, and if it's down sends a request to the channel downdetector (if it doesn't find this channel then send it into unknown)

PumpkinSeed added a commit that referenced this issue May 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant