Search Criteria
Package Details: healthchecks 3.9.0-3
Package Actions
| Git Clone URL: | https://aur.archlinux.org/healthchecks.git (read-only, click to copy) |
|---|---|
| Package Base: | healthchecks |
| Description: | A cron monitoring service with a web-based dashboard, API, and notification integrations. |
| Upstream URL: | https://github.com/healthchecks/healthchecks |
| Licenses: | BSD-3-Clause |
| Submitter: | eta-carinae |
| Maintainer: | eta-carinae |
| Last Packager: | eta-carinae |
| Votes: | 1 |
| Popularity: | 0.024597 |
| First Submitted: | 2021-05-31 01:53 (UTC) |
| Last Updated: | 2025-11-16 16:02 (UTC) |
Dependencies (22)
- python-aiosmtpd
- python-cron-descriptorAUR
- python-cronsimAUR
- python-cryptography
- python-django
- python-django-compressor
- python-django-stubs-extAUR
- python-fido2
- python-minio (python-minio-gitAUR)
- python-oncalendarAUR
- python-pycurl
- python-pydantic
- python-pyjwt
- python-pyotp
- python-pytz
- python-segnoAUR
- python-statsdAUR (python-statsd-gitAUR)
- python-whitenoise
- uwsgi
- uwsgi-plugin-python
- Show 2 more dependencies...
Required by (0)
Sources (13)
- hc-clean-db
- hc-manage
- healthchecks-clean-db.service
- healthchecks-clean-db.timer
- healthchecks-nginx.conf
- healthchecks.ini
- healthchecks.service
- healthchecks.sysusers
- healthchecks.tmpfiles
- https://github.com/healthchecks/healthchecks/archive/refs/tags/v3.9.tar.gz
- local_settings.py
- settings.patch
- webauthn.patch
Latest Comments
1 2 Next › Last »
eta-carinae commented on 2025-11-16 16:04 (UTC)
I've added the missing dependency to the PKGBUILD. Also note that I can't update to healthchecks 3.10+ until django is updated to 5.2 in the Arch repositories.
HackerinoTopolin commented on 2025-08-11 11:08 (UTC)
While building the package there is an error caused by the absence of the cryptography library. Adding cryptography to the dependencies resolves the problem
eta-carinae commented on 2025-02-19 14:32 (UTC)
With release 3.9.0, you'll need to update your ALLOWED_HOSTS setting in /var/lib/healtchecks/local_settings.py to a list of all hosts you server healthchecks from.
For example,
ALLOWED_HOSTS=["healtchecks.myserver.home"]
eta-carinae commented on 2024-12-09 17:19 (UTC) (edited on 2024-12-09 17:20 (UTC) by eta-carinae)
The update to healthchecks 3.8 requires manual intervention. Stop healthchecks after the update, then run:
before restarting.
MarsSeed commented on 2024-11-17 09:21 (UTC)
Please kindly change the now unsatisfiable optdepend
python-appriseto apprise (same package, it just no longer has the virtual provides entry 'python-apprise').eta-carinae commented on 2024-11-08 17:01 (UTC) (edited on 2024-11-08 17:02 (UTC) by eta-carinae)
I've finally updated Healthchecks to 3.7 now that python-django has been updated in extra. You'll need to stop healthchecks after the update, then manually run:
before restarting to merge in the database changes.
bjo commented on 2022-07-05 08:43 (UTC) (edited on 2022-07-05 08:45 (UTC) by bjo)
Does not build
It seems to be incompatible with python-fido2 1.0.0.
eta-carinae commented on 2022-03-18 16:47 (UTC)
The upgrade to 2.0.1 introduces a breaking change to the Signal integration. If you're using this, please refer to the healthchecks README to switch to the new integration.
This version also has corrected database settings in local_settings.py.
eta-carinae commented on 2022-03-04 00:25 (UTC)
The build error should be fixed with the update to 1.25.0. If you already have it installed, you'll need to manually run: hc-manage makemigrations to upgrade your database before starting the server again.
I remember looking at the DATABASES setting when I first created the PKGBUILD, and not being sure what to use. I think since I just use sqlite I haven't needed to set it. I'll update the local_settings.py this weekend when I get a chance.
bjo commented on 2022-03-03 21:28 (UTC) (edited on 2022-03-03 21:29 (UTC) by bjo)
Hi, the database settings are wrong.
DBgets ignored and could be used as environment.According to local_settings.py.example, for postgres it should be
1 2 Next › Last »