LoginSignup
0
0

More than 5 years have passed since last update.

Zabbix Agent Install & Zabbix Server Settings

Last updated at Posted at 2017-05-30

Env

OS: CentOS6.x
Zabbix: 3.0

Zabbix Agent Install

terminal
rpm -ivh http://repo.zabbix.com/zabbix/3.0/rhel/6/x86_64/zabbix-release-3.0-1.el6.noarch.rpm
terminal
rpm -qa | grep zabbix
// zabbix-release-3.0-1.el6.noarch
yum -y install zabbix-agent
/etc/zabbix/zabbix_agentd.conf
# Server=127.0.0.1
Server=zabbix.hoge.com // ZabbixServerドメインでもOK
/etc/sysconfig/iptables
-A INPUT -p tcp -m tcp --dport 10050 -j ACCEPT
terminal
service iptables restart
service zabbix-agent start

Zabbix Server Settings

  • /zabbix/hosts.php
  • ホスト作成

あとは適当に設定してください。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0