一、Redhat 5
1、安装系统

2、ssh登录查看系统
[root@localhost ~]# cat /etc/redhat-release
Red Hat Enterprise Linux Server release 5.8 (Tikanga)
[root@localhost ~]# uname -a
Linux localhost.localdomain 2.6.18-308.el5 #1 SMP Fri Jan 27 17:17:51 EST 2012 x86_64 x86_64 x86_64 GNU/Linux
3、rpm方式安装(要找对系统版本和zabbix版本)
[root@localhost ~]# rpm -ivh http://repo.zabbix.com/zabbix/3.4/rhel/5/x86_64/zabbix-agent-3.4.0-1.el5.x86_64.rpm
4、修改配置文件(Server指定zabbix服务器IP地址,Hostname可以指定本机名)
[root@localhost ~]# vi /etc/zabbix/zabbix_agentd.conf
Server=10.1.88.200
ServerActive=10.1.88.200
Hostname=redhat5

5、启动服务并设置开机启动
[root@localh

本文介绍如何在Red Hat Enterprise Linux Server 5.8上安装配置Zabbix Agent,并将其与Zabbix服务器关联进行监控。步骤包括:安装系统、通过rpm安装Zabbix Agent、配置Zabbix Agent指向服务器、启动服务及设置开机启动、配置防火墙允许访问等。
最低0.47元/天 解锁文章
1362

被折叠的 条评论
为什么被折叠?



