Skip to content

Check_mk 2.0 as a docker container for Raspberry Pi/ARM7 based on chrisss404/check-mk-arm

Notifications You must be signed in to change notification settings

JzJad/rpi-checkmk

 
 

Repository files navigation

CheckMK-ARM

Docker

Current version: 2.2.0p22 (Updates on hold)

As mentioned on chrisss404's readme, there is an official commitment to add support for certain ARM architectures by Checkmk: Checkmk – our road to ARM support. as this is the case they have retired the project, as such there will be no more updates to the base image at this moment.


checkmk as a docker container for ARM[v7/v8]/ devices such as the raspberry pi, and Oracle Ampere A1 Compute.

arm64[v8/aarch64] (Based on ubuntu:jammy)

Compose File

Docker run command

sudo docker run -d --name checkmk -v /opt/omd/sites:/opt/omd/sites -p 5000:5000 -p 8000:8000 ghcr.io/jzjad/rpi-checkmk-arm64:latest


arm32[v7/hf] (Based on debian:bullseye, please note this version is behind and will likely not be updated again.)

Compose File

Docker run command

sudo docker run -d --name checkmk -v /opt/omd/sites:/opt/omd/sites -p 5000:5000 -p 8000:8000 ghcr.io/jzjad/rpi-checkmk-armhf:latest


Update from an older version

sudo docker exec -it checkmk /bin/sh -c "curl https://raw.githubusercontent.com/JzJad/rpi-checkmk/master/upgrade.sh | bash"

TODO

  • Await official ARM packages!

About

Check_mk 2.0 as a docker container for Raspberry Pi/ARM7 based on chrisss404/check-mk-arm

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Shell 86.2%
  • Dockerfile 13.8%