Ad Widget

Collapse

zabbix install ubuntu 18.04 problem

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tomdf
    Junior Member
    • Mar 2019
    • 4

    #1

    zabbix install ubuntu 18.04 problem

    Hello,

    i use ubuntu18.04 and installed zabbix according to the description on the zabbix website.

    i get the following error when i want to restart zabbix server

    Job for zabbix-server.service failed because the control process exited with error code.

    the error log shows:

    Unit zabbix-agent.service has begun starting up.
    Mar 16 19:00:26 server2.cl-i.net zabbix_agentd[19131]: zabbix_agentd [19131]: /etc/zabbix/zabbix_agentd.conf.d: [2] No such file or dire
    Mar 16 19:00:26 server2.cl-i.net systemd[1]: zabbix-agent.service: Control process exited, code=exited status=1
    Mar 16 19:00:26 server2.cl-i.net systemd[1]: zabbix-agent.service: Failed with result 'exit-code'.
    Mar 16 19:00:26 server2.cl-i.net systemd[1]: Failed to start Zabbix Agent.
    -- Subject: Unit zabbix-agent.service has failed
    -- Defined-By: systemd

    maybe someone can help me with this problem.
    thanks so much

    Tom
  • sanderd80
    Junior Member
    • Mar 2019
    • 5

    #2
    Hi Tom,

    Looks like you have to create the directory: /etc/zabbix/zabbix_agentd.conf.d or remove the "Include=/etc/zabbix/zabbix_agentd.conf.d" statement from your configuration file (/etc/zabbix/zabbix_agentd.conf)

    Hope this helps

    Comment

    • hernan
      Member
      • Sep 2016
      • 67

      #3
      Originally posted by sanderd80
      Hi Tom,

      Looks like you have to create the directory: /etc/zabbix/zabbix_agentd.conf.d or remove the "Include=/etc/zabbix/zabbix_agentd.conf.d" statement from your configuration file (/etc/zabbix/zabbix_agentd.conf)

      Hope this helps
      Hello sanderd80,

      You are right !!!. On the Last version the directory path name changing. For this reason you need to change the directory name on the configuration file.

      Thanks for your help.

      Regards.

      Comment

      • polkadot
        Junior Member
        • Aug 2015
        • 3

        #4
        Thanks, sanderd80 and hernan

        You thread helped me to get my zabbix_agent running on Ubuntu 20.04 after Zabbix upgrade from 4.0.26 to 5.0.6

        Just out-commented this /etc/zabbix/zabbix_agentd.conf:

        #Include=/etc/zabbix/zabbix_agentd.conf.d" statement from your configuration file (/etc/zabbix/zabbix_agentd.conf)

        Thanks sanderd80 !

        Regards.

        Comment

        Working...