码迷,mamicode.com
首页 > 其他好文 > 详细

zabbix配置(上)

时间:2018-04-14 11:13:43      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:zabbix

主动模式和被动模式

技术分享图片

添加监控主机

技术分享图片

1.在主机所在ip网页配置里面进行设置

添加自定义模板

技术分享图片

技术分享图片

处理图形中的乱码

技术分享图片

1.文字无法显示,因为没有字库

技术分享图片

2.从Windows上拷贝字体放到linux上

[root@weixing01 ~]# vi /usr/share/zabbix/include/defines.inc.php 
[root@weixing01 ~]# ls /usr/share/zabbix/fonts
graphfont.ttf
[root@weixing01 ~]# 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
[root@weixing01 ~]# 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
[root@weixing01 ~]# vi /usr/share/zabbix/include/defines.inc.php 
[root@weixing01 ~]# ls /root/SIMLI.TTF 
/root/SIMLI.TTF
[root@weixing01 ~]# ls -l !$
ls -l /root/SIMLI.TTF
-rw-r--r-- 1 root root 9223160 4月  13 22:48 /root/SIMLI.TTF
[root@weixing01 ~]# mv /root/SIMLI.TTF  /usr/share/zabbix/fonts/
[root@weixing01 ~]# cd !$
cd /usr/share/zabbix/fonts/
[root@weixing01 fonts]# ls
graphfont.ttf  SIMLI.TTF
[root@weixing01 fonts]# mv graphfont.ttf graphfont.ttf.bak ; ln SIMLI.TTF graphfont.ttf 
[root@weixing01 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
[root@weixing01 fonts]# rm -f graphfont.ttf
[root@weixing01 fonts]# ln -s SIMLI.TTF  graphfont.ttf
[root@weixing01 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配置(上)

标签:zabbix

原文地址:http://blog.51cto.com/13517254/2103346

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!