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

zabbix客户端安装

时间:2016-05-13 05:12:50      阅读:116      评论:0      收藏:0      [点我收藏+]

标签:zabbix   客户端   

Zabbix客户端安装

1.下载安装包

官网下载:http://www.zabbix.com/download.php

2.安装

[root@localhost media]# tar zxvf zabbix-3.0.0beta1.tar.gz

[root@localhost media]# cd zabbix-3.0.0beta1

[root@localhost zabbix-3.0.0beta1]#  ./configure  --enable-agent

[root@localhost zabbix-3.0.0beta1]# make && make install

3.配置zabbix_server 配置文件,zabbix 源码目录下

[root@localhost ~]# vim /usr/local/zabbix/etc/zabbix_agentd.conf

 

91 Server=192.168.20.177

132 ServerActive=127.0.0.1

143 Hostname=tomcat

 

Server ServerActive 都指定 zabbixserver 的 IP 地址

4.设置开机启动

[root@localhost ~]# cp /media/zabbix3.0.0beta1/misc/init.d/fedora/core/zabbix_agentd /etc/init.d/ #复制启动脚本

[root@localhost ~]# chkconfig --add /etc/init.d/zabbix_agentd  #添加为系统服务(就可以使用service启动)

[root@localhost ~]# chkconfig  zabbix_agentd on           #开机启动

 


本文出自 “Dream chaser” 博客,请务必保留此出处http://dreamchaser.blog.51cto.com/7756851/1772587

zabbix客户端安装

标签:zabbix   客户端   

原文地址:http://dreamchaser.blog.51cto.com/7756851/1772587

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