Ad Widget

Collapse

cant restart /etc/init.d/zabbix-agent

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gergelyk3
    Member
    • Oct 2010
    • 32

    #1

    cant restart /etc/init.d/zabbix-agent

    Hi all
    Yesterday I could migrate linux servers from zabbix 1.6.4 server to 1.8.3. (different servers with different ip address)
    After i connected the Linux server and stopped the zabbix agent with /etc/init.d/zabbix-agentd stop and change config files.

    The zabbix agent not want to start.
    I tried many ideas to solve the problem but I cant.
    I rebuilded agent, recopied all of files. Everything.
    After I write
    /etc/init.d/zabbix-agent start
    I got message: zabbix agent started. But zabbix processes not running and not send some data. exactly not work.
    this is the very important server, please help me.
  • themons
    Senior Member
    • Feb 2005
    • 110

    #2
    We noticed similar issue check you init.d script the location of zabbx_agentd may have change from /usr/bin to /usr/sbin

    keep us informed if it's that ;-).
    Zabbix 1.8.3
    SLES 11 x64

    French Zabbix user

    Comment

    • gergelyk3
      Member
      • Oct 2010
      • 32

      #3
      ok. Thank you. solved

      Comment

      • crimer
        Junior Member
        • Oct 2010
        • 8

        #4
        Cannot start Zabbix-1.6.4 on CentOS 5.3 !!!

        Dear all,
        I have been installed "zabbix-1.6.4.tar.gz", make step by step as this link (referenced to http://nitishkumar.net/2010/01/03/za...for-corporate/)
        I thought the version zabbix-1.4.5.tar.gz different zabbix-1.6.4.tar.gz at this install step, so i changed the path as follows
        # vi /etc/init.d/zabbix_server ----> version 1.4.5
        change BASEDIR=/opt/zabbix to BASEDIR=/usr/local/sbin
        change FULLPATH=$BASEDIR/bin/$BINARY_NAME to FULLPATH=$BASEDIR/$BINARY_NAME
        # vi /etc/init.d/zabbix_server -----> version 1.6.4
        -------------------------------------------------------
        RETVAL=0
        #progdir="/usr/local/zabbix/bin/"
        progdir="usr/local/bin"
        prog="zabbix_server"
        --------------------------------------------------------

        And then i continue to do to step start service, i get the message error:
        # service zabbix_server start
        zabbix_server: unrecognized service

        May i know how to debug this error ???
        Please advice to me.
        Thanks a lot

        Comment

        • gergelyk3
          Member
          • Oct 2010
          • 32

          #5
          What says the zabbix log in /tmp?

          Comment

          Working...