Files
Checkmate/server
gorkem-bwl b2e2b11ef2 fix: support IPv6 addresses in ping monitor
## Changes
- Fixed ping host sanitization regex that stripped everything after
  the first colon, which destroyed IPv6 addresses like 2001:db8::1
- New regex properly handles bracketed IPv6 ([::1]:port), bare IPv6,
  and IPv4/hostname:port formats separately

## Closes
Fixes #3053
2026-03-04 15:41:01 -05:00
..
2025-06-01 11:55:16 -07:00
2026-03-04 17:50:27 +00:00
2026-01-22 18:11:54 +00:00
2026-03-02 21:52:22 +00:00
2025-09-22 12:53:44 -07:00
2025-07-21 10:34:04 -07:00
2026-03-03 18:26:42 +00:00
2026-01-15 22:33:25 +00:00
2026-01-09 13:36:58 -08:00
2026-03-03 17:43:57 +00:00
2026-03-03 17:43:57 +00:00
2025-06-01 11:55:16 -07:00
2026-03-03 17:43:57 +00:00

Checkmate backend

The backend service for Checkmate, an open source uptime and infrastructure monitoring application

This directory contains the backend of Checkmate, which handles data processing, storage, and API services for the Checkmate monitoring tool. The backend is responsible for managing uptime checks, handling real-time alerts, and storing historical monitoring data.

Checkmate's backend is designed to be lightweight and scalable, ensuring reliable performance even with a high number of active monitors.

Installation & documentation

For setup instructions, configuration details, and deployment guidelines, please visit our official documentation at docs.checkmate.so.