Ad Widget

Collapse

what's difference among Zabbix, Zabbix-server and Zabbix-agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hominhdat
    Junior Member
    • Jun 2015
    • 1

    #1

    what's difference among Zabbix, Zabbix-server and Zabbix-agent

    Title of post is my concern. what's difference among Zabbix, Zabbix-server and Zabbix-agent.
    Because I see on the link of rpm packages: http://repo.zabbix.com/zabbix/2.4/rhel/6/i386/

    Any one help me?
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Do you want a description of each package?

    zabbix : Common setting for Zabbix
    zabbix-agent : Zabbix agent package
    zabbix-get : zabbix_get command package
    zabbix-java-gateway : daemon package for Java application monitoring with JMX
    zabbix-proxy : Common settings for Zabbix Proxy daemon
    zabbix-proxy-mysql : Zabbix Proxy daemon with MySQL
    zabbix-proxy-pgsql : Zabbix Proxy daemon with PostgreSQL
    zabbix-release : Yum repository setting for Zabbix SIA's repository
    zabbix-sender : zabbix_sender command package
    zabbix-server : Common settings for Zabbix Server daemon
    zabbix-server-mysql : Zabbix Server daemon with MySQL
    zabbix-server-pgsql : Zabbix Server daemon with PostgreSQL
    zabbix-web : Zabbix Web frontend
    zabbix-web-japanese : Zabbix Web frontend font setting for Japanese
    zabbix-web-mysql : Zabbix Web frontend setting for MySQL
    zabbix-web-pgsql : Zabbix Web frontend setting for PostgreSQL


    If you want install Zabbix agent, you must install zabbix and zabbix-agent.

    If you want install Zabbix server daemon with MySQL,
    you must install zabbix, zabbix-server and zabbix-server-mysql.
    If you want install Zabbix Web frontend with MySQL,
    you must install zabbix-web and zabbix-web-mysql.

    If you want install Zabbix server daemon with PostgreSQL,
    you must install zabbix, zabbix-server and zabbix-server-pgsql.
    If you want install Zabbix Web frontend with PostgreSQL,
    you must install zabbix-web and zabbix-web-pgsql.

    Comment

    Working...