Versions Compared

Key

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

...

To resolve this, you can execute the following commands either as a normal Linux user or as root: 

  1.  sudo omd stop <mysite>
  2.  cd

    Stop the site

    Code Block
    languagebash
    themeRDark
    root@linux# omd stop <mysite>


  3. Change directory to /usr/share/

    Code Block
    languagebash
    themeRDark
    root@linux# cd /usr/share/
     sudo mv fonts

     

  4. Create a backup of the original fonts file

    Code Block
    languagebash
    themeRDark
    root@linux:/usr/share# mv fonts fonts.bak
     sudo zypper install -f

     

  5.  Install zypper

    Code Block
    languagebash
    themeRDark
    root@linux:/usr/share# zypper install -f google-opensans-fonts
     sudo omd start


  6. Start the site

    Code Block
    languagebash
    themeRDark
    root@linux:/usr/share# omd start <mysite>


After the Checkmk site has been restarted, the service graphs should display as expected. 

...