Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 20 Next »

These actions are unsupported since the changes are to the OS, not the Checkmk software. This behavior was observed only on SUSE Linux Enterprise Server 15 (SLES15) with Service Pack 4.

Problem

You may encounter an issue where the characters in your Checkmk service graphs appear incorrect. This is caused by the default font pack that SLES15 SP4 uses. 



Solution

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 /usr/share/
  3.  sudo mv fonts fonts.bak
  4.  sudo zypper install -f google-opensans-fonts
  5.  sudo omd start <mysite>

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

  • No labels