Skip to content

Create a discord bot which detects down times #1

@PumpkinSeed

Description

@PumpkinSeed

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions