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配置(上)的主要内容,如果未能解决你的问题,请参考以下文章

Zabbix中小型企业Zabbix监控实战之告警大全

如何为 XSLT 代码片段配置 CruiseControl 的 C# 版本?

zabbix_agent的配置流程

zabbix_agent的配置流程

zabbix配置(上)

基于Zabbix实现监控Jenkins过程详解