Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aurasphere/website-checker

Java application for checking periodically a website status across different TLD through a CI server.
https://github.com/aurasphere/website-checker

continuous-integration java monitoring website

Last synced: about 1 month ago
JSON representation

Java application for checking periodically a website status across different TLD through a CI server.

Awesome Lists containing this project

README

        

[![Donate](https://img.shields.io/badge/Donate-PayPal-orange.svg)](https://www.paypal.com/donate/?cmd=_donations&business=8UK2BZP2K8NSS)

# Website Checker

Java application for checking a website status across different TLD through a CI server with a periodic build. In detail, the checks performed are:

- connection to the website expecting a response with HTTP code 200
- page title matching the expected title
- presence of an element with a given ID in the returned page

This simple POC tests google.it and google.com using Travis CI but it can be changed to work with any website and any CI server.

Website current status is [![Travis](https://img.shields.io/travis/aurasphere/website-checker.svg)](https://travis-ci.org/aurasphere/website-checker)

©2018 Donato Rimenti