msperl / check-mk-arm

Build Check_MK on Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Check_MK for RaspberryPi

This build is tested on Raspberry Pi 1 and 3, even though it runs on the first edition, it is not recommended. Use the third edition for a decent user experience.

Install Check_MK on Raspbian

curl -LO $(curl -s https://api.github.com/repos/chrisss404/check-mk-arm/releases/latest | grep browser_download_url | cut -d '"' -f 4) 
dpkg -i check-mk-raw-*_armhf.deb
apt-get install -f

Check_MK

Build

bash build_check_mk.sh 1.5.0p2

Create Patches

Disable optimization for python build

cp omd/packages/python/Makefile omd/packages/python/Makefile_v2
vim omd/packages/python/Makefile_v2
-            OPTI="--enable-optimizations" ; \
+            OPTI="" ; \
diff -u omd/packages/python/Makefile omd/packages/python/Makefile_v2 > ../python-Makefile-disable-optimization.patch

About

Build Check_MK on Raspberry Pi


Languages

Language:Shell 60.6%Language:Python 39.4%