Installing Zabbix on CentOS 7

From rdkwiki
Revision as of 16:59, 4 February 2017 by Rob (talk | contribs) (Created page with "== Intro == The steps below will configure a working Zabbix server. The steps assume that you have a (fresh) CentOS 7 server running. == MySQL installation == You can find ho...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Intro

The steps below will configure a working Zabbix server. The steps assume that you have a (fresh) CentOS 7 server running.

MySQL installation

You can find how to install the MySQL database-server here: installing MySQL

install Zabbix Server

  • sudo yum -y install http://repo.zabbix.com/zabbix/3.2/rhel/7/x86_64/zabbix-release-3.2-1.el7.noarch.rpm --> install rpm
  • sudo yum install zabbix-get zabbix-server-mysql zabbix-web-mysql --> install Zabbix-server
  • sudo nano /etc/zabbix/zabbix_server.conf --> change DBHost, DBUser and DBPassword
  • sudo systemctl start zabbix-server --> start the Zabbix Server
  • sudo systemctl enable zabbix-server --> auto-start the Zabbix Server at system startup

install Zabbix Agent

  • sudo yum install zabbix-agent --> install Zabbix-agent