Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Checkmk Deployment

Deploys Checkmk (Raw Edition) for internal infrastructure monitoring.

Deployment

  1. 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 .
  2. Configure the environment variables:
    cp .env.example .env
    nano .env
  3. Start the service:
    docker compose up -d

Continuous Deployment

Changes pushed to the main branch are automatically deployed via GitHub Actions. Requires the SSH private key secret in the repository settings.

About

checkmk setup

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors