Info |
---|
This article helps troubleshoot why characters may display incorrectly in Graphs while using a SUSE OS. |
Status | ||||
---|---|---|---|---|
|
Table of Contents
Warning |
---|
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. |
...
...
Table of Contents
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.
...
Stop the site
Code Block language bash theme RDark root@linux#root@mylinuxhost# omd stop <mysite>
.
Change directory to /usr/share/
Code Block language bash theme RDark root@linux#root@mylinuxhost# cd /usr/share/
.
Create a backup of the original fonts file
Code Block language bash theme RDark root@linuxroot@mylinuxhost:/usr/share# mv fonts fonts.bak
.
Install zypper
Code Block language bash theme RDark root@linuxroot@mylinuxhost:/usr/share# zypper install -f google-opensans-fonts
.
Start the site
Code Block language bash theme RDark root@linuxroot@mylinuxhost:/usr/share# omd start <mysite>
.
...