Compare commits

..

No commits in common. "525362f3c5165c8555d7925db5147b91e7f5ef7a" and "775ed987db4ec1071ef3f90621fc350faec72352" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View File

@ -38,8 +38,8 @@ function update_script() {
omd stop monitoring &>/dev/null omd stop monitoring &>/dev/null
omd cp monitoring monitoringbackup &>/dev/null omd cp monitoring monitoringbackup &>/dev/null
wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb
dpkg -i /opt/checkmk.deb &>/dev/null apt-get install -y /opt/checkmk.deb &>/dev/null
omd --force -V ${RELEASE}.cre update --conflict=install monitoring &>/dev/null omd --force -V ${RELEASE}.cre update --conflict=install &>/dev/null
omd start monitoring &>/dev/null omd start monitoring &>/dev/null
omd rm monitoringbackup &>/dev/null omd rm monitoringbackup &>/dev/null
omd cleanup &>/dev/null omd cleanup &>/dev/null

View File

@ -24,7 +24,7 @@ msg_info "Install Checkmk"
#RELEASE=$(curl -fsSL https://api.github.com/repos/checkmk/checkmk/tags | grep "name" | awk '{print substr($2, 3, length($2)-4) }' | grep -v "*-rc" | tail -n +2 | head -n 1) #RELEASE=$(curl -fsSL https://api.github.com/repos/checkmk/checkmk/tags | grep "name" | awk '{print substr($2, 3, length($2)-4) }' | grep -v "*-rc" | tail -n +2 | head -n 1)
RELEASE="2.3.0p12" RELEASE="2.3.0p12"
wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb wget -q https://download.checkmk.com/checkmk/${RELEASE}/check-mk-raw-${RELEASE}_0.bookworm_amd64.deb -O /opt/checkmk.deb
$STD dpkg -i /opt/checkmk.deb $STD apt-get install -y /opt/checkmk.deb
echo "${RELEASE}" >"/opt/checkmk_version.txt" echo "${RELEASE}" >"/opt/checkmk_version.txt"
msg_ok "Installed Checkmk" msg_ok "Installed Checkmk"