...
Log into the affected site
omd su mysite
Code Block language bash theme RDark root@linux~# omd su mysite
.
Stop the site
omd stop
Code Block language bash theme RDark OMD[mysite]:~ omd stop
.
- Make sure the site is completely stopped
. Remove the contents of
~/var/check_mk/background_jobs/
:rm -rf ~/var/check_mk/background_jobs/
Code Block language bash theme RDark OMD[mysite]:~ rm -rf ~/var/check_mk/background_jobs/
.
Start the site
omd start
Code Block language bash theme RDark OMD[mysite]:~ omd start
.
- Observe the memory consumption and verify there are no more timeouts
...