Deploys Checkmk (Raw Edition) for internal infrastructure monitoring.
- Prepare the deployment directory:
sudo mkdir -p /opt/checkmk sudo chown $USER:$USER /opt/checkmk cd /opt/checkmk git clone git@github.com:sdrwtf-labs/checkmk-deployment.git .
- Configure the environment variables:
cp .env.example .env nano .env
- Start the service:
docker compose up -d
Changes pushed to the main branch are automatically deployed via GitHub Actions. Requires the SSH private key secret in the repository settings.