Metadata-Version: 2.1
Name: yagura
Version: 0.8.3
Summary: Simple website monitoring kit
Home-page: https://gitlab.com/attakei/yagura
Author: attakei
Author-email: attakei@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.6
Requires-Dist: Django (>=2.0)
Requires-Dist: django-bootstrap4
Requires-Dist: django-registration (>=3.0)
Requires-Dist: django-templated-email
Requires-Dist: django-crontab
Requires-Dist: django-environ
Requires-Dist: pyasn1
Requires-Dist: social-auth-app-django
Requires-Dist: slackweb
Requires-Dist: aiohttp

======
Yagura
======


.. image:: https://img.shields.io/pypi/v/yagura.svg
   :alt: PyPI - Version
   :target: https://pypi.org/project/yagura/

.. image:: https://img.shields.io/pypi/l/Yagura.svg
   :alt: PyPI - License
   :target: https://pypi.org/project/yagura/

.. image:: https://gitlab.com/attakei/yagura/badges/master/pipeline.svg
   :alt: GitLab-CI pipeline
   :target: https://gitlab.com/attakei/yagura/pipelines


Simple site monitoring web-app for small team.


Description
===========

Yagura is simple website monitoring kit based by Django framework.
Yagura provides website monitorings, alerts and status reportings.


Features
========

* Health-check report of websites
* Notify state changing by email and Slack webhook


Try demo
========

See https://yagura.herokuapp.com


Latest changes
==============

:Date: 2018-09-30

Fixes
-----

* In site-list, split template to site overview
* Show email list in emailrecipient-list view
* Change layout of site overview in site list
* Remove ``theme.css`` (this is for bootstrap3 not 4)
* Rename ``custom.css`` to ``layout.css``


Initial user
============

(Not work demo site)

* Username: ``admin``
* Password: ``Yagura!!``


