Port details |
- py-healthchecks Open-source cron job and background task monitoring service
- 3.10 sysutils
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: dtxdf@FreeBSD.org
 - Port Added: 2025-06-26 23:48:14
- Last Update: 2025-06-26 23:46:17
- Commit Hash: b9146c2
- Also Listed In: python
- License: BSD3CLAUSE
- WWW:
- https://github.com/healthchecks/healthchecks
- Description:
- Healthchecks is a cron job monitoring service. It listens for HTTP
requests and email messages ("pings") from your cron jobs and
scheduled tasks ("checks"). When a ping does not arrive on time,
Healthchecks sends out alerts.
Healthchecks comes with a web dashboard, API, 25+ integrations for
delivering notifications, monthly email reports, WebAuthn 2FA
support, team management features: projects, team members, read-only
access.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ${PYTHON_PKGNAMEPREFIX}healthchecks>0:sysutils/py-healthchecks@${PY_FLAVOR}
- To install the port:
- cd /usr/ports/sysutils/py-healthchecks/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/py-healthchecks
- pkg install py311-healthchecks
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above. NOTE: This is a Python port. Instead of py311-healthchecks listed in the above command, you can pick from the names under the Packages section.- PKGNAME: py311-healthchecks
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1749595062
SHA256 (healthchecks-healthchecks-v3.10_GH0.tar.gz) = 81fcc6577771ba966e45e35976f084419e1637b3f595e42d91556054a7a1b6d6
SIZE (healthchecks-healthchecks-v3.10_GH0.tar.gz) = 4868195
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- py311-aiosmtpd>=0 : mail/py-aiosmtpd@py311
- py311-cronsim>=0 : devel/py-cronsim@py311
- py311-django52>=0 : www/py-django52@py311
- py311-django_compressor>=0 : www/py-django_compressor@py311
- py311-dj52-django-stubs-ext>0 : www/py-dj52-django-stubs-ext@py311
- py311-fido2>0 : security/py-fido2@py311
- py311-oncalendar>=0 : devel/py-oncalendar@py311
- py311-psycopg>=0 : databases/py-psycopg@py311
- py311-pycurl>=0 : ftp/py-pycurl@py311
- py311-pydantic2>=0 : devel/py-pydantic2@py311
- py311-pyjwt>=0 : www/py-pyjwt@py311
- py311-pyotp>=0 : security/py-pyotp@py311
- py311-segno>=0 : textproc/py-segno@py311
- py311-statsd>=0 : devel/py-statsd@py311
- py311-whitenoise>=0 : www/py-whitenoise@py311
- python3.11 : lang/python311
- Test dependencies:
-
- python3.11 : lang/python311
- Runtime dependencies:
-
- py311-aiosmtpd>=0 : mail/py-aiosmtpd@py311
- py311-cronsim>=0 : devel/py-cronsim@py311
- py311-django52>=0 : www/py-django52@py311
- py311-django_compressor>=0 : www/py-django_compressor@py311
- py311-dj52-django-stubs-ext>0 : www/py-dj52-django-stubs-ext@py311
- py311-fido2>0 : security/py-fido2@py311
- py311-oncalendar>=0 : devel/py-oncalendar@py311
- py311-psycopg>=0 : databases/py-psycopg@py311
- py311-pycurl>=0 : ftp/py-pycurl@py311
- py311-pydantic2>=0 : devel/py-pydantic2@py311
- py311-pyjwt>=0 : www/py-pyjwt@py311
- py311-pyotp>=0 : security/py-pyotp@py311
- py311-segno>=0 : textproc/py-segno@py311
- py311-statsd>=0 : devel/py-statsd@py311
- py311-whitenoise>=0 : www/py-whitenoise@py311
- py311-apprise>=0 : net-im/py-apprise@py311
- py311-minio>=0 : devel/py-minio@py311
- python3.11 : lang/python311
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for py311-healthchecks-3.10:
APPRISE=on: Enable support for Apprise integration
DOCS=on: Build and/or install documentation
MINIO=on: Enable support for external object storage
===> Use 'make config' to modify these settings
- Options name:
- sysutils_py-healthchecks
- USES:
- python shebangfix
- pkg-message:
- For install:
- Healthchecks is located in its home directory /var/db/healthchecks and can be run like any
Django application using 'hcks runserver' but for production use it is recommended
to use uWSGI or Gunicorn.
If you plan to use uWSGI, install www/uwsgi and configure in your rc.conf(5):
sysrc uwsgi_enable="YES"
sysrc uwsgi_procname="uWSGI"
sysrc uwsgi_profiles="hc"
sysrc uwsgi_hc_socket="/var/run/healthchecks/hc.sock"
sysrc uwsgi_hc_socket_owner="healthchecks:www"
sysrc uwsgi_hc_uid="healthchecks"
sysrc uwsgi_hc_gid="healthchecks"
sysrc uwsgi_hc_configfile="/usr/local/share/examples/healthchecks/uwsgi.ini"
sysrc uwsgi_hc_pidfile="/var/run/healthchecks/hc.pid"
sysrc uwsgi_hc_logfile="/var/log/healthchecks/hc.log"
- Master Sites:
|