mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-05 09:19:45 -06:00
17 lines
1.2 KiB
Markdown
Executable File
17 lines
1.2 KiB
Markdown
Executable File
<h1 align="center"><a href="https://bluewavelabs.ca" target="_blank">Checkmate backend</a></h1>
|
|
|
|
<p align="center"><strong>The backend service for Checkmate, an open source uptime and infrastructure monitoring application</strong></p>
|
|
|
|
This repository 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. It integrates seamlessly with the [Checkmate frontend](https://github.com/bluewave-labs/checkmate) and can be deployed independently.
|
|
|
|
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](https://docs.checkmate.so).
|
|
|
|
## Related repositories
|
|
|
|
- [Checkmate Frontend](https://github.com/bluewave-labs/checkmate)
|
|
- [Capture Agent](https://github.com/bluewave-labs/capture) (Optional, provides additional server insights)
|