http-status-check icon indicating copy to clipboard operation
http-status-check copied to clipboard

Checks a site's HTTP status

Results 15 http-status-check issues
Sort by recently updated
recently updated
newest added

Bumps [eslint](https://github.com/eslint/eslint) from 8.19.0 to 8.21.0. Release notes Sourced from eslint's releases. v8.21.0 Features 7b43ea1 feat: Implement FlatESLint (#16149) (Nicholas C. Zakas) 92bf49a feat: improve the key width calculation in...

dependencies

Lots of the syntax in this project might be more readable if in ES6 syntax. Make one or more changes to the code to change it from ES5 syntax to...

24pullrequests

Add a CHANGELOG.md file. Add info about last version change.

24pullrequests

There might be value in adding https://github.com/addyosmani/psi/ to this project for more health reporting. E.g. min score drops below x then fail check.

enhancement

Try the alexa100.js file in sitelists/ directory to see that many requests end up with ECONNREFUSED. I suspect this is because there are too many simultaneous requests to the same...

bug

In uriCheck.js we set followRedirect to false. This should be configurable per site and default to false if missing which will allow for checking collections of shortUrls and their ultimate...

Add a web server that provides a UI into the results of the runs and the ability to add, remove and manage sites that are run.

enhancement

Add something like node-cron that allows http-status-check to continuously run at set intervals. This will be particularly useful if you wanted to use http-status-check as a URL monitoring tool. If...

enhancement

Allow a config item on each site entry in the input that is called 'control' or something similar. Defaults to false if missing. This tells the script that we expect...

enhancement

Tests for MongoDB in Adapter.

enhancement