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

Plugin - Add a "Is It Down" plugin #35

Open
xforever1313 opened this issue May 6, 2018 · 0 comments
Open

Plugin - Add a "Is It Down" plugin #35

xforever1313 opened this issue May 6, 2018 · 0 comments

Comments

@xforever1313
Copy link
Owner

Add a plugin that will occasionally check to see if a website is down. If it is (that is, the return code returns something other than 200), then a message should go out saying the website is down.

The message should only go out once, and a message saying "site is back online" should appear if during the next query, the site is reachable.

In addition, there should be a manual command (e.g. !isitdown url) to see if any website is down.

We should use an HTTP HEAD request. There's no need to retrieve the entire body.

@xforever1313 xforever1313 added this to To Do in 0.9.0 May 6, 2018
xforever1313 added a commit that referenced this issue May 20, 2018
Added stub for IsItDownBot.

- Added stub IPlugin Class.
- Added XML Configuration and documentation.
xforever1313 added a commit that referenced this issue May 20, 2018
Added config object and unit tests for IsItDownBot.
xforever1313 added a commit that referenced this issue May 20, 2018
Added completely untested IsItDownChecker.

TODO: Add Unit Tests.
@xforever1313 xforever1313 removed this from To Do in 0.9.0 Sep 1, 2018
@xforever1313 xforever1313 added this to To do in 0.10.0 Nov 12, 2018
@xforever1313 xforever1313 removed this from To do in 0.10.0 Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant