Port details |
- py-healthchecks Open-source cron job and background task monitoring service
- 3.11.2 sysutils
=0 3.10Version of this port present on the latest quarterly branch. - Maintainer: dtxdf@FreeBSD.org
 - Port Added: 2025-06-26 23:48:14
- Last Update: 2025-09-03 23:40:54
- Commit Hash: 36d58bf
- 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 - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- 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 = 1756942460
SHA256 (healthchecks-healthchecks-v3.11.2_GH0.tar.gz) = b1748a84ad080ff4d996845297204469840b1ec41da3625d12210323a24945b9
SIZE (healthchecks-healthchecks-v3.11.2_GH0.tar.gz) = 5153456
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.11.2:
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:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.11.2 03 Sep 2025 23:40:54
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
sysutils/py-healthchecks: Update to 3.11.2
ChangeLog:
https://github.com/healthchecks/healthchecks/blob/v3.11.2/CHANGELOG.md |
3.11 29 Aug 2025 19:17:32
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
sysutils/py-healthchecks: Update to 3.11
ChangeLog:
https://github.com/healthchecks/healthchecks/blob/v3.11/CHANGELOG.md
Approved by: acm (mentor) |
3.10 26 Jun 2025 23:46:17
    |
Jesús Daniel Colmenares Oviedo (dtxdf)  |
sysutils/py-healthchecks: New port: Open-source cron job and background task
monitoring service
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.
Approved by: acm (mentor) |