Info |
---|
This article helps troubleshoot why characters may display incorrectly in Graphs while using a SUSE OS. |
Status | ||||
---|---|---|---|---|
|
Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
Warning |
---|
These actions are unsupported since the changes are to the OS itself, not the Checkmk software. This behavior has was observed only been observed on SUSE Linux Enterprise Server 15 (SLES15) with Service Pack 4. |
Table of Contents
Problem
A customer You may encounter an issue where the characters in their 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:
- sudo omd stop <SITENAME>
- cd
Stop the site
Code Block language bash theme RDark root@mylinuxhost# omd stop <mysite>
.
Change directory to /usr/share/
sudo mv fontsCode Block language bash theme RDark root@mylinuxhost# cd /usr/share/
.
Create a backup of the original fonts file
sudo zypper install -fCode Block language bash theme RDark root@mylinuxhost:/usr/share# mv fonts fonts.bak
.
Install zypper
sudo omd start <SITENAME>Code Block language bash theme RDark root@mylinuxhost:/usr/share# zypper install -f google-opensans-fonts
.
Start the site
Code Block language bash theme RDark root@mylinuxhost:/usr/share# omd start <mysite>
.
After the Checkmk site has been restarted, the service graphs should display as expected.
...
Related articles
Filter by label (Content by label) | ||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
Page Properties | ||
---|---|---|
| ||
|