Versions Compared

Key

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

...

  1. Log into the affected site omd su mysite 

    Code Block
    languagebash
    themeRDark
    root@linux~# omd su mysite

    .

  2. Stop the site omd stop 

    Code Block
    languagebash
    themeRDark
    OMD[mysite]:~ omd stop

    .

  3. Make sure the site is completely stopped
    .
  4. Remove the contents of ~/var/check_mk/background_jobs/: rm -rf ~/var/check_mk/background_jobs/

    Code Block
    languagebash
    themeRDark
    OMD[mysite]:~ rm -rf ~/var/check_mk/background_jobs/

    .

  5. Start the site omd start

    Code Block
    languagebash
    themeRDark
    OMD[mysite]:~ omd start

    .

  6. Observe the memory consumption and verify there are no more timeouts

...