Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Info

Proxy Error: "Error reading from remote server"

Status
colourGreen
titleLAST TESTED ON CHECKMK 2.2.0P1


Panel
borderColorblack
bgColor#f8f8f8
titleTable of Contents

Table of Contents

Getting Started

Background information regarding this subject is available on our:

Problem

During a site update on Checkmk Appliance, you may run into a Proxy error from apacheApache.


Image Removed
Infocode
language
bash

...

In case you run into this error the update fails. To get the webconf working, you need to follow the following
theme
Panel
bgColor#fff
RDark
Proxy Error. 
The proxy server received an invalid response from an upstream server. 
The proxy server could not handle the request. 

Reason: Error reading from remote server

Solution

If you encounter an error, the update will not be successful. To enable the webconf to function properly, please follow these steps:

  1. Check the update.log on the Checkmk Appliance.

    You will notice that the update.log is hanging and full of errors

    Code Block

...

  1. languagebash
    themeRDark
    root@mylinuxhost:/mnt/auto# cat /omd/sites/

...

  1. mysite/var/log/

...

  1. update.log

...



  1. You need to solve all the problems
    .
  2. Now you need to

...

  1. rerun the update config command

...

  1. to update the whole config

    Code Block
    languagebash
    themeRDark
    OMD[

...

  1. mysite]:~$ cmk-update-config -vv

    .

  2. Start the Site. The webconf should work again.

    If the webconf is not working, try to restart the Apache and webconf daemon.

    Code Block
    languagebash
    themeRDark
    root@mylinuxhost ~$ systemctl status webconfd


    Code Block
    languagebash
    themeRDark
    root@mylinuxhost ~$ systemctl status apache2.service



Note

The Update was completely finished. You received only an error because of some errors mentioned in the update.log

Filter by label (Content by label)
showLabelsfalse
max5
spacesKB
showSpacefalse
sortmodified
reversetrue
typepage
cqllabel in ( "appliance" , "webconf" ) and type = "page" and space = "KB"
labelswebconf appliance

...

Page Properties
hiddentrue


Related issues