Ad Widget

Collapse

Web Monitoring does not work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • palehorse
    Junior Member
    • May 2012
    • 6

    #1

    Web Monitoring does not work

    Hi all, I've installed Zabbix on CentOS 6.2 and for the most part it works; however, I am unable to get Web Monitoring running.

    I've installed curl, libcurl, and libcurl-devel and all seem to be working fine from the console. I configured Zabbix like this:

    Code:
     ./configure --enable-server --with-mysql --with-net-snmp --with-ssh2 --with-openipmi --with-ldap --with-libcurl=/usr/bin/curl-config
    Configure worked fine and gave me this output:

    Code:
      Enable server:         yes
      Server details:
        With database:         MySQL
        WEB Monitoring via:    cURL
        Native Jabber:         no
        SNMP:                  net-snmp
        IPMI:                  openipmi
        SSH:                   yes
        Linker flags:          -rdynamic      -L/usr/lib64/mysql       -L/usr/lib64  -L/usr/lib64 -L/usr/lib -L/usr/lib -L/     sr/lib
        Libraries:             -lm -lrt  -lresolv    -lmysqlclient       -lcurl  -lnetsnmp -lcrypto  -lnetsnmp -lcrypto -ls     h2 -lOpenIPMI -lOpenIPMIposix -lldap -llber
    
      Enable proxy:          no
    
      Enable agent:          no
    
      Enable Java gateway:   no
    
      LDAP support:          yes
      IPv6 support:          no
    Looking through the configure.log file all of the lines where it checks for various libcurl components the result is yes.

    When I restart the server, this is what I see in the zabbix_server.log file

    Code:
     15283:20120622:143647.085 ****** Enabled features ******
     15283:20120622:143647.085 SNMP monitoring:           YES
     15283:20120622:143647.085 IPMI monitoring:           YES
     15283:20120622:143647.085 WEB monitoring:             NO
     15283:20120622:143647.085 Jabber notifications:       NO
     15283:20120622:143647.085 Ez Texting notifications:   NO
     15283:20120622:143647.085 ODBC:                       NO
     15283:20120622:143647.085 SSH2 support:              YES
     15283:20120622:143647.085 IPv6 support:               NO
     15283:20120622:143647.085 ******************************
    What's going wrong here and how do I resolve the issue?
  • mgibson
    Junior Member
    • Jun 2012
    • 14

    #2
    After you ran ./configure again, did you rebuild the binaries and install them?

    In other words, you need to do:
    1. ./configure blah blah blah
    2. make
    3. sudo make install


    The second command recompiles the server with the new settings that you configured with the configure command, and then the last command actually installs the files.

    Try that, and see how it works for you.

    Comment

    • palehorse
      Junior Member
      • May 2012
      • 6

      #3
      Originally posted by mgibson
      to do:
      1. ./configure blah blah blah
      2. make
      3. sudo make install
      Yes, I've done that every time I've run ./configure. It still does not work.

      Comment

      • palehorse
        Junior Member
        • May 2012
        • 6

        #4
        ________Bump________

        Comment

        • Yello
          Senior Member
          • Apr 2011
          • 309

          #5
          Hi,
          Check that you're not running a different build of the zabbix binaries to what you have just built. This sounds environmental so you need to examine it really closely. Don't just trust it.

          Regards,
          David

          Comment

          • palehorse
            Junior Member
            • May 2012
            • 6

            #6
            Originally posted by Yello
            Hi,
            Check that you're not running a different build of the zabbix binaries to what you have just built. This sounds environmental so you need to examine it really closely. Don't just trust it.

            Regards,
            David
            Thanks for the reply David. I did verify that the binaries that are running are the ones that I built. I even tried running the ones from the /src/zabbix_server directly with the same results.

            Comment

            • mlaurito
              Junior Member
              • Nov 2012
              • 9

              #7
              I'm having this exact problem. Have anyone resolved it or have any clue??

              Comment

              Working...