.dockerignore
.gitignore
.gitlab-ci.yml
CONTRIBUTING.md
LICENSE
MANIFEST.in
README.md
SETUP.md
config.sample.yaml
matrix-alertbot
mypy.ini
pyproject.toml
pytest.ini
setup.cfg
setup.py
docker/.env
docker/Dockerfile
docker/README.md
docker/build_and_install_libolm.sh
docker/docker-compose.yml
docker/matrix-alertbot.service
docker/alertmanager/alertmanager.sample.yml
docker/prometheus/prometheus.yml
docker/prometheus/rules.d/health.yml
matrix_alertbot/__init__.py
matrix_alertbot/_version.py
matrix_alertbot/alert.py
matrix_alertbot/alertmanager.py
matrix_alertbot/callback.py
matrix_alertbot/chat_functions.py
matrix_alertbot/command.py
matrix_alertbot/config.py
matrix_alertbot/errors.py
matrix_alertbot/main.py
matrix_alertbot/webhook.py
matrix_alertbot.egg-info/PKG-INFO
matrix_alertbot.egg-info/SOURCES.txt
matrix_alertbot.egg-info/dependency_links.txt
matrix_alertbot.egg-info/entry_points.txt
matrix_alertbot.egg-info/not-zip-safe
matrix_alertbot.egg-info/requires.txt
matrix_alertbot.egg-info/top_level.txt
matrix_alertbot/resources/templates/alert.html.j2
matrix_alertbot/resources/templates/alert.txt.j2
scripts-dev/lint.sh
tests/__init__.py
tests/test_alert.py
tests/test_alertmanager.py
tests/test_callback.py
tests/test_chat_functions.py
tests/test_command.py
tests/test_config.py
tests/test_webhook.py
tests/utils.py
tests/resources/config/config.full.yml
tests/resources/config/config.minimal.yml
tests/resources/templates/alert.html.j2
tests/resources/templates/alert.txt.j2