Versions Compared

Key

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

...

  • If nothing is still found, it is recommended to investigate the history file located in the ~/var/check_mk/core, explicitly searching for the summary information. In this particular scenario, the summary to search for is 'DT2'. 

    Code Block
    languagebash
    themeRDark
    OMD[mysite]~$ grep -rl <DOWNTIMESUMMARY> ~/var/check_mk/core/history 


...

Code Block
languagebash
themeRDark
OMD[mysite]~$ grep -rl <DOWNTIMESUMMARY> ~/var/check_mk/core/archive/*

...

  • Stop the site 

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


  • Open a CLI text editor and remove the entry from the history file. 

    Code Block
    languagebash
    themeRDark
    OMD[mysite]~$ vi ~/var/check_mk/core/history


  • Start this site again. 

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


These steps will effectively clear the active lingering downtime.

...