Website Monitor is a program used for monitoring web sites and reporting their availability.
This tool is intended as a monitoring program for detecting problems on websites. A perfect tool for web site administrators!
- Use
pip install website_monitor
to install
- Use
website_monitor
to run the application - Use (
-i time_in_seconds
or--i=time_in_seconds
) flags to set custom interval time between website status checks. - Use
website_monitor_web_app
to run flask web server. Then you can simply view logs in your browser atlocalhost:5000
- Free software: MIT license
- Create a way to simply view logfile via CLI
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.