Metadata-Version: 2.0
Name: website-monitor
Version: 0.1.0
Summary: Website Monitor is a program used for monitoring web sites and reporting their availability.
Home-page: https://github.com/an0o0nym/website_monitor
Author: Damian P.
Author-email: an0o0nyme@gmail.com
License: MIT license
Description-Content-Type: UNKNOWN
Keywords: website_monitor
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Flask (==0.12.2)
Requires-Dist: requests (==2.18.4)

===============
Website Monitor
===============


.. image:: https://img.shields.io/pypi/v/website_monitor.svg
        :target: https://pypi.python.org/pypi/website_monitor

.. image:: https://img.shields.io/travis/an0o0nym/website_monitor.svg
        :target: https://travis-ci.org/an0o0nym/website_monitor




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!


Usage
------
* Use `python -m website_monitor.website_monitor` from top level directory
  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 `tail -f logs/logfile` to see live updates of log file
* Use `export FLASK_APP=web_app/app.py; flask run` from top level directory
  to run flask web server. Then you can simply view logs in your browser
  at `localhost:5000`


* Free software: MIT license


Credits
-------

This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.

.. _Cookiecutter: https://github.com/audreyr/cookiecutter
.. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage


=======
History
=======

0.1.0 (2018-03-07)
------------------

* First release on PyPI.


