Versions Compared

Key

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

...

Panel
bgColor#fff
  1. Stop the site

    Code Block
    omd stop <SITENAME>


  2. As Site user you should find this file: ~/tmp/check_mk/counters/<HOSTNAME>. In this file, you need to delete the following section:

    Code Block
    ('wmi_cpuload', None, 'load_5min'): (29632775.478311848, 18.056825022850912), ('wmi_cpuload', None, 'load_15min'): (29632775.478311848, 15.787631011576273),


  3. Attached, you will find a screenshot with the marked section:

    Info


  4. Start the site

    Code Block
    omd start <SITENAME>


...