A customer may run into encounter an issue where the characters in their Checkmk graphs are appear incorrect and display like thisare displayed as follows:
This is caused by issue occurs due to the fonts located in the /usr/share/ directory of both openSUSE and SUSE Linux Enterprise (SLE) distributions.
To fix resolve this, you run can execute the following commands either as a normal Linux user , or as root.:
Code Block | ||||
---|---|---|---|---|
| ||||
sudo omd stop <SITENAME> cd /usr/share/ sudo mv fonts fonts.bak sudo zypper install -f google-opensans-fonts sudo omd start <SITENAME> |
...