notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
I started running short on disk space for the non-production FreshPorts hosts. This time, I have decided to ask for donations. See my recent blog post which points to my Patreon account.
Port details
gatus Automated developer-oriented status page
5.26.0_1 www on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 5.24.0Version of this port present on the latest quarterly branch.
Maintainer: dtxdf@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2025-09-19 17:06:06
Last Update: 2025-10-08 00:41:39
Commit Hash: 2e7587a
License: APACHE20
WWW:
https://gatus.io
Description:
Gatus is a developer-oriented health dashboard that gives you the ability to monitor your services using HTTP, ICMP, TCP, and even DNS queries as well as evaluate the result of said queries by using a list of conditions on values like the status code, the response time, the certificate expiration, the body and many others. The icing on top is that each of these health checks can be paired with alerting via Slack, Teams, PagerDuty, Discord, Twilio and many more.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (5 items)
Collapse this list.
  1. bin/gatus
  2. @sample etc/gatus.yaml.sample
  3. /usr/local/share/licenses/gatus-5.26.0_1/catalog.mk
  4. /usr/local/share/licenses/gatus-5.26.0_1/LICENSE
  5. /usr/local/share/licenses/gatus-5.26.0_1/APACHE20
Collapse this list.
USE_RC_SUBR (Service Scripts)
  • gatus
Dependency lines:
  • gatus>0:www/gatus
To install the port:
cd /usr/ports/www/gatus/ && make install clean
To add the package, run one of these commands:
  • pkg install www/gatus
  • pkg install gatus
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: gatus
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1759874297 SHA256 (gatus-v5.26.0.vendor.tar.gz) = 35359f71bd07705bf355b5e1107c21121051da29c3e8fd880c0fd2959a970324 SIZE (gatus-v5.26.0.vendor.tar.gz) = 52462685

Expand this list (2 items)

Collapse this list.

SHA256 (TwiN-gatus-v5.26.0_GH0.tar.gz) = 20ff02a1989b20d00feeeb781dc75819c3756b72b04f2cce03357ca1409ecc32 SIZE (TwiN-gatus-v5.26.0_GH0.tar.gz) = 2884177

Collapse this list.


Packages (timestamps in pop-ups are UTC):
gatus
ABIaarch64amd64armv6armv7i386powerpcpowerpc64powerpc64le
FreeBSD:13:latest5.24.05.24.0------
FreeBSD:13:quarterly--------
FreeBSD:14:latest-5.24.0------
FreeBSD:14:quarterly-5.24.0------
FreeBSD:15:latest5.24.05.24.0n/a-n/a---
FreeBSD:15:quarterly--n/a-n/a---
FreeBSD:16:latest-5.24.0n/a-n/a---
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. go124 : lang/go124
There are no ports dependent upon this port

Configuration Options:
No options to configure
Options name:
www_gatus
USES:
go:modules
pkg-message:
For install:
If you want to create ICMP checks, gatus must be run as root, so you must set the following parameter in your rc.conf(5) file or equivalent: sysrc gatus_runas=root
Master Sites:
Expand this list (5 items)
Collapse this list.
  1. http://distcache.FreeBSD.org/local-distfiles/dtxdf/gatus/
  2. http://distcache.eu.FreeBSD.org/local-distfiles/dtxdf/gatus/
  3. http://distcache.us-east.FreeBSD.org/local-distfiles/dtxdf/gatus/
  4. http://distcache.us-west.FreeBSD.org/local-distfiles/dtxdf/gatus/
  5. https://codeload.github.com/TwiN/gatus/tar.gz/v5.26.0?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
5.26.0_1
08 Oct 2025 00:41:39
commit hash: 2e7587aaf8e7f893fd2025d55f66de088427b180commit hash: 2e7587aaf8e7f893fd2025d55f66de088427b180commit hash: 2e7587aaf8e7f893fd2025d55f66de088427b180commit hash: 2e7587aaf8e7f893fd2025d55f66de088427b180 files touched by this commit
Adam Weinberger (adamw) search for other commits by this committer
many: Bump dependent ports after go124 update
5.26.0
07 Oct 2025 22:42:23
commit hash: 3be2c4bf966bbdecb240efdd10692f2a7545204fcommit hash: 3be2c4bf966bbdecb240efdd10692f2a7545204fcommit hash: 3be2c4bf966bbdecb240efdd10692f2a7545204fcommit hash: 3be2c4bf966bbdecb240efdd10692f2a7545204f files touched by this commit
Jesús Daniel Colmenares Oviedo (dtxdf) search for other commits by this committer
www/gatus: Update to 5.26.0, Add pkg-message

* Add pkg-message to indicate that Gatus needs to run as root for
  ICMP checks to work correctly.

ChangeLog: https://github.com/TwiN/gatus/releases/tag/v5.26.0

PR:             290073
Reported by:    kt@a-ng.eu
5.24.0
21 Sep 2025 16:19:44
commit hash: 3ca402c754f4d2f3697beccb1383e63820df0d9dcommit hash: 3ca402c754f4d2f3697beccb1383e63820df0d9dcommit hash: 3ca402c754f4d2f3697beccb1383e63820df0d9dcommit hash: 3ca402c754f4d2f3697beccb1383e63820df0d9d files touched by this commit
Jesús Daniel Colmenares Oviedo (dtxdf) search for other commits by this committer
www/gatus: Pet portclippy
5.24.0
21 Sep 2025 16:17:47
commit hash: dc78f4b1214d0447a3fd129031f457bb25191a68commit hash: dc78f4b1214d0447a3fd129031f457bb25191a68commit hash: dc78f4b1214d0447a3fd129031f457bb25191a68commit hash: dc78f4b1214d0447a3fd129031f457bb25191a68 files touched by this commit
Jesús Daniel Colmenares Oviedo (dtxdf) search for other commits by this committer
www/gatus: Mark BROKEN on i386

Cannot use int64(off) (value of type int64) as int32 value in
assignment.

Reported by:    pkg-fallout
5.24.0
19 Sep 2025 17:03:27
commit hash: 5c7f1e3b37a3946de90062a235a49818c614c284commit hash: 5c7f1e3b37a3946de90062a235a49818c614c284commit hash: 5c7f1e3b37a3946de90062a235a49818c614c284commit hash: 5c7f1e3b37a3946de90062a235a49818c614c284 files touched by this commit
Jesús Daniel Colmenares Oviedo (dtxdf) search for other commits by this committer
www/gatus: New port: Automated developer-oriented status page

Gatus is a developer-oriented health dashboard that gives you the
ability to monitor your services using HTTP, ICMP, TCP, and even
DNS queries as well as evaluate the result of said queries by using
a list of conditions on values like the status code, the response
time, the certificate expiration, the body and many others. The
icing on top is that each of these health checks can be paired with
alerting via Slack, Teams, PagerDuty, Discord, Twilio and many more.

Number of commits found: 5