Ad Widget

Collapse

zabbix-proxy failed start

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • mah
    Junior Member
    • Mar 2023
    • 13

    #1

    zabbix-proxy failed start

    hi,
    I installed Zabbix 6.0 (proxy) on CentOS7 but it gives an error.
    ERROR: "Job for zabbix-proxy.service failed because the control process exited with error code. See "systemctl status zabbix-proxy.service" and "journalctl -xe" for details."
    The log file screenshot is also attached.
    what solution do you suggest?
    Attached Files
  • Atsushi
    Senior Member
    • Aug 2013
    • 2028

    #2
    Have you created a table on your database for your Zabbix proxy?
    Code:
    # cat /usr/share/zabbix-sql-scripts/mysql/proxy.sql | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix_proxy
    Zabbix is being downloaded over 4 000 000 times every year for a reason. Download and install Zabbix for free and try it yourself!

    Comment

    • mah
      Junior Member
      • Mar 2023
      • 13

      #3
      Yes, I created it with command cat /usr/share/zabbix-sql-scripts/mysql/proxy.sql | mysql --default-character-set=utf8mb4 -uzabbix -p zabbix_proxy

      Comment

      Working...