Ad Widget

Collapse

zabbix server is running :NO

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • safaa
    Member
    • Jun 2009
    • 43

    #1

    zabbix server is running :NO

    Hello everybody,
    I setup zabbix and i have one problem now is in parametres :I have
    zabbix server is running NO

    Help me please ,Thanks in advance.
  • Aly
    ZABBIX developer
    • May 2007
    • 1126

    #2
    Use forum search!
    Zabbix | ex GUI developer

    Comment

    • safaa
      Member
      • Jun 2009
      • 43

      #3
      I diiiiiiiiiiiiiiidn'"t find anything.

      Comment

      • safaa
        Member
        • Jun 2009
        • 43

        #4
        Please help me ,and thanks in advance.

        Comment

        • Krot
          Junior Member
          • Dec 2008
          • 25

          #5

          Comment

          • safaa
            Member
            • Jun 2009
            • 43

            #6
            it's does not work ,please help me ,it's very emergency and thanks so much in advance.

            Comment

            • Kai-Kai
              Senior Member
              • Apr 2009
              • 142

              #7
              First, are you sure the server is effectively well running ?

              Comment

              • safaa
                Member
                • Jun 2009
                • 43

                #8
                no,I'm not sure ,I don't know many things on linux please help me and thanks so much in advance.

                Comment

                • Kai-Kai
                  Senior Member
                  • Apr 2009
                  • 142

                  #9
                  Try :
                  ps -ef | grep zabbix

                  And say me what it displays to you.

                  Comment

                  • safaa
                    Member
                    • Jun 2009
                    • 43

                    #10
                    It displays to me :
                    Code:
                    root@Monit-ZX:~# ps -ef | grep zabbix
                    root      3884  8210  0 13:00 pts/1    00:00:00 grep zabbix
                    thanks so much for your time.

                    Comment

                    • safaa
                      Member
                      • Jun 2009
                      • 43

                      #11
                      but when I open /var/log/zabbix-server/zabbix_server.log ,it displays to me :
                      Code:
                      root@Monit-ZX:~# ps -ef | grep zabbix
                      root      3884  8210  0 13:00 pts/1    00:00:00 grep zabbix
                      root      7198     1  0 Jul27 ?        00:00:00 gedit /var/log/zabbix-server/zabbix_server.log

                      Comment

                      • swaterhouse
                        Senior Member
                        • Apr 2006
                        • 268

                        #12
                        zabbix_server is definately not running (nor is the agent). What happens when you try to start it? Whats in the log?

                        Comment

                        • Kai-Kai
                          Senior Member
                          • Apr 2009
                          • 142

                          #13
                          As said swaterhouse, server is NOT running... so it's normal it's displayed on the dashboard.

                          Run the server and the agent.

                          Login as zabbix user (su - zabbix), and then, run Zabbix server (and zabbix agent if you installed it).

                          /path/to/your/zabbix/zabbix_server -c /path/to/your/config/zabbix_server.conf

                          And if needed :
                          /path/to/your/zabbix/zabbix_agentd -c /path/to/your/config/zabbix_agentd.conf

                          If you type ps -ef | grep zabbix, you should see you're softwares.


                          Ps : personnal advice, if you really have no bases on linux / unix systems, you should begin learning bases first of all. It would help you to better understand where are your problems.

                          Comment

                          • safaa
                            Member
                            • Jun 2009
                            • 43

                            #14
                            I did what you tell me :
                            Code:
                            root@Monit-ZX:~# /etc/init.d/zabbix-server -c /etc/zabbix/zabbix_server.conf
                            Usage: /etc/init.d/zabbix_server {start|stop|restart|force-reload}
                            root@Monit-ZX:~# /etc/init.d/zabbix-server -c /etc/zabbix/zabbix_server.conf start
                            Usage: /etc/init.d/zabbix_server {start|stop|restart|force-reload}
                            root@Monit-ZX:~# /etc/init.d/zabbix-server -c /etc/zabbix/zabbix_server.conf start
                            Usage: /etc/init.d/zabbix_server {start|stop|restart|force-reload}
                            root@Monit-ZX:~# /etc/init.d/zabbix-server -c /etc/zabbix/zabbix_server.conf restart
                            Usage: /etc/init.d/zabbix_server {start|stop|restart|force-reload}
                            root@Monit-ZX:~# /etc/init.d/zabbix-server start
                            Starting Zabbix server: zabbix_server
                            root@Monit-ZX:~# /etc/init.d/zabbix-agent start
                            Starting Zabbix agent: zabbix_agentd
                            root@Monit-ZX:~# ps -ef | grep zabbix
                            root      6015  8210  0 14:18 pts/1    00:00:00 grep zabbix
                            i still have the same problem, please help me and thanks so much in advance .

                            Comment

                            • safaa
                              Member
                              • Jun 2009
                              • 43

                              #15
                              I have remarked that the user zabbix exists ,but when I do su zabbix :
                              Code:
                              root@Monit-ZX:~# su - zabbix
                              Pas de répertoire, connexion avec HOME=/
                              Help me please, and thanks so much in advance.

                              Comment

                              Working...