1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45
|
Source: python-django-health-check
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
Michal Arbet <michal.arbet@ultimum.io>,
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
flit,
pybuild-plugin-pyproject,
python3-all,
python3-boto3 <!nocheck>,
python3-celery,
python3-django,
python3-django-storages-s3 <!nocheck>,
python3-flit-scm,
python3-pytest <!nocheck>,
python3-pytest-cov <!nocheck>,
python3-pytest-django <!nocheck>,
python3-pytest-runner <!nocheck>,
python3-redis,
python3-sphinx <!nodoc>,
Standards-Version: 4.7.0
Homepage: https://github.com/KristianOellegaard/django-health-check
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-django-health-check
Vcs-Git: https://salsa.debian.org/python-team/packages/python-django-health-check.git
Testsuite: autopkgtest-pkg-pybuild
Rules-Requires-Root: no
Package: python3-django-health-check
Architecture: all
Depends:
python3-django,
${misc:Depends},
${python3:Depends},
Description: Checks for various conditions and provides reports
The following health checks are bundled with this package:
* cache
* database
* storage
* disk and memory utilization (via psutil)
* AWS S3 storage
* Celery task queue
* RabbitMQ
|