zabbix配置(上)
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了zabbix配置(上)相关的知识,希望对你有一定的参考价值。
主动模式和被动模式
添加监控主机
1.在主机所在ip网页配置里面进行设置
添加自定义模板
处理图形中的乱码
1.文字无法显示,因为没有字库
2.从Windows上拷贝字体放到linux上
[[email protected] ~]# vi /usr/share/zabbix/include/defines.inc.php
[[email protected] ~]# ls /usr/share/zabbix/fonts
graphfont.ttf
[[email protected] ~]# ls -l !$
ls -l /usr/share/zabbix/fonts
总用量 0
lrwxrwxrwx 1 root root 33 4月 13 01:50 graphfont.ttf -> /etc/alternatives/zabbix-web-font
[[email protected] ~]# ls -l /etc/alternatives/zabbix-web-font
lrwxrwxrwx 1 root root 38 4月 13 01:50 /etc/alternatives/zabbix-web-font -> /usr/share/fonts/dejavu/DejaVuSans.ttf
[[email protected] ~]# vi /usr/share/zabbix/include/defines.inc.php
[[email protected] ~]# ls /root/SIMLI.TTF
/root/SIMLI.TTF
[[email protected] ~]# ls -l !$
ls -l /root/SIMLI.TTF
-rw-r--r-- 1 root root 9223160 4月 13 22:48 /root/SIMLI.TTF
[[email protected] ~]# mv /root/SIMLI.TTF /usr/share/zabbix/fonts/
[[email protected] ~]# cd !$
cd /usr/share/zabbix/fonts/
[[email protected] fonts]# ls
graphfont.ttf SIMLI.TTF
[[email protected] fonts]# mv graphfont.ttf graphfont.ttf.bak ; ln SIMLI.TTF graphfont.ttf
[[email protected] fonts]# ls -l
总用量 18016
-rw-r--r-- 2 root root 9223160 4月 13 22:48 graphfont.ttf
lrwxrwxrwx 1 root root 33 4月 13 01:50 graphfont.ttf.bak -> /etc/alternatives/zabbix-web-font
-rw-r--r-- 2 root root 9223160 4月 13 22:48 SIMLI.TTF
[[email protected] fonts]# rm -f graphfont.ttf
[[email protected] fonts]# ln -s SIMLI.TTF graphfont.ttf
[[email protected] fonts]# ls -l
总用量 9008
lrwxrwxrwx 1 root root 9 4月 13 22:51 graphfont.ttf -> SIMLI.TTF
lrwxrwxrwx 1 root root 33 4月 13 01:50 graphfont.ttf.bak -> /etc/alternatives/zabbix-web-font
-rw-r--r-- 1 root root 9223160 4月 13 22:48 SIMLI.TTF
自动发现
以上是关于zabbix配置(上)的主要内容,如果未能解决你的问题,请参考以下文章