Ad Widget

Collapse

zabbix server is running :NO

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Kai-Kai
    Senior Member
    • Apr 2009
    • 142

    #16
    The command you try is not the right one.
    /path/to/your/zabbix is more something like /sbin/zabbix-server. The /etc/init.d/ directory is just here to contain auto start scripts.

    But according to that, I think you're running on a debian system or something like that aren't you ?
    In this case, you can use : /etc/init.d/zabbix-server start or zabbix-agent start to start server or agent, as root.

    But, did you well configure your zabbix before trying to start it ?
    (vim /etc/zabbix/zabbix_server.conf or something like that...)
    I don't know precise path of files because I installed zabbix from source code, compiled by myself, in a custom directory... but it should be something like that.

    The error you get means the zabbix user were create whithout home directory...
    I don't know if it can be the reason of the problem, but I don't think so. I think your server isn't well configured. For example database login, etc...


    PS : are you french ? ^^

    Comment

    • safaa
      Member
      • Jun 2009
      • 43

      #17
      My system is ubuntu , I can speak french.
      Last edited by safaa; 29-07-2009, 17:41.

      Comment

      • Kai-Kai
        Senior Member
        • Apr 2009
        • 142

        #18
        I think english is better here, to be understood by all. I was just curious, seeing your system run in french, because i'm french.

        What about what a suggest you in my previous post ?

        Comment

        • safaa
          Member
          • Jun 2009
          • 43

          #19
          I found this :
          Code:
          root@Monit-ZX:~# sudo /etc/init.d/zabbix-server start
          Starting Zabbix server: zabbix_server
          root@Monit-ZX:~# sudo /etc/init.d/zabbix-agent start
          Starting Zabbix agent: zabbix_agentd
          root@Monit-ZX:~#
          Please ,help me.

          Comment

          • Kai-Kai
            Senior Member
            • Apr 2009
            • 142

            #20
            Answer all of my questions so that I can help you.

            Comment

            Working...