Versions Compared

Key

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


Info

Proxy Error: "Error reading from remote server"

Table of Contents

Problem

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

...

Image Added

Solution

...

bgColor#fff

...

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

    1. 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/test/var/log/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
    OMD[

...

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


    .

  2. Start the Site. The webconf should work again
    1. If the webconf is not working, try to restart the

...

    1. Apache and webconf daemon.

      Code Block
      languagebash
      themeRDark
      root@mylinuxhost ~$ systemctl status webconfd
      
      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

...