zabbix 5.4 한글 깨짐 현상
OS - Debian Linux 10 64Bit
zabbix-server : 5.4
이 문제는 한글을 지원 하지 않는 글꼴의 문제로, 한글을 지원 하는 글꼴을 다운로드 받아 심볼릭 링크를 걸어 주어 해결 가능 하다.
root@freecatz.pe.kr:~/# mkdir font
root@freecatz.pe.kr:~/# cd font
root@freecatz.pe.kr:~/font# wget http://cdn.naver.com/naver/NanumFont/fontfiles/NanumFont_TTF_ALL.zip
root@freecatz.pe.kr:~/font# ls
NanumFont_TTF_ALL.zip
root@freecatz.pe.kr:~/font# unzip NanumFont_TTF_ALL.zip
Archive: NanumFont_TTF_ALL.zip
inflating: NanumBrush.ttf
inflating: NanumGothic.ttf
inflating: NanumGothicBold.ttf
inflating: NanumGothicExtraBold.ttf
inflating: NanumMyeongjo.ttf
inflating: NanumMyeongjoBold.ttf
inflating: NanumMyeongjoExtraBold.ttf
inflating: NanumPen.ttf
root@freecatz.pe.kr:~/font# mv ./*.ttf /usr/share/fonts/truetype/dejavu/
root@freecatz.pe.kr:~/font# cd /etc/alternatives
root@freecatz.pe.kr:/etc/alternatives# rm -rf ~/font
root@freecatz.pe.kr:/etc/alternatives# ls -al zabbix*
lrwxrwxrwx 1 root root 48 10월 20 22:58 zabbix-frontend-font -> /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf
root@freecatz.pe.kr:/etc/alternatives# rm -rf ./zabbix-frontend-font
root@freecatz.pe.kr:/etc/alternatives# ln -s /usr/share/fonts/truetype/dejavu/NanumGothic.ttf /etc/alternatives/zabbix-frontend-font