Versions Compared

Key

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

...

  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
      languagebash
      themeRDark
      root@mylinuxhost:/mnt/auto# cat /omd/sites/test/var/log/update.log



  2. You need to solve all the problems
    .
  3. Now you need to rerun the update config command to update the whole config

    Code Block
    languagebash
    themeRDark
    OMD[mysite]:~$ cmk-update-config -vv
    .


  4. Start the Site. The webconf should work again
    1. If the webconf is not working, try to restart the Apache and webconf daemon.

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


...