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: 28 minutes 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T23:17:21.000Z (almost 6 years ago)
- Last Synced: 2025-01-02T04:48:24.155Z (over 1 year 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
[](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 [](https://travis-ci.org/aurasphere/website-checker)
©2018 Donato Rimenti