chrisss404 / check-mk-arm

Checkmk for Raspberry Pi.
183 stars 23 forks source link

no updates for stretch anymore? #13

Closed daeks closed 4 years ago

daeks commented 5 years ago

Hi chrisss404,

will there be also updates for stretch or is the support dropped on it? :(

chrisss404 commented 5 years ago

Hi daeks,

I'm sorry, there are no more updates for Stretch. That's just because I do not have enough resources and time to provide packages for Stretch and Buster.

However, if you don't want to upgrade your Raspian to the latest version for whatever reason and still want to have the latest version of Check_MK, you can build your own package. It's easy. You only have to do the following:

git clone https://github.com/chrisss404/check-mk-arm
cd check-mk-arm
git checkout b9dd2bb
bash build_check_mk.sh 1.5.0p21

BR Christian