Enable build support by adding .onedev-buildspec.yml
| README.md | Loading last commit info... | |
| install-bfs.sh | ||
| install-pbb.sh |
README.md
Checkmate-Capture
Checkmate-Capture is a lightweight installer and service wrapper for the Capture performance monitoring tool, built by the creators of Checkmate.
It automatically downloads, installs, and configures Capture so you can start monitoring system performance directly from your Checkmate dashboard.
📦 What it does
- Downloads the latest version of Capture from the Checkmate repository
- Installs it into
/usr/local/bin - Creates a dedicated
systemdservice (checkmate-capture.service) - Generates an environment file for your API secret
- Enables and starts the Capture service automatically
🚀 Installation
You have 2 Options:
install-pbb.sh(PBB = Pre Built Binaries)
bash <(curl -fsSL https://code.weexnes.dev/checkmate-capture/~raw/main/install-pbb.sh)
install-bfs.sh(BFS = Build From Source) (Requires Go)
bash <(curl -fsSL https://code.weexnes.dev/checkmate-capture/~raw/main/install-bfs.sh)