Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/aurasphere/website-checker
- Owner: aurasphere
- License: mit
- Created: 2019-03-05T12:57:34.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T23:17:21.000Z (over 4 years ago)
- Last Synced: 2024-11-08T21:45:06.571Z (3 months ago)
- Topics: continuous-integration, java, monitoring, website
- Language: Java
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 pageThis 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