Ad Widget

Collapse

Web Monitoring fails

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

    #1

    Web Monitoring fails

    Hi,

    I've recently set up a Zabbix server for evaluation. One of the features we would like to implement is the web monitoring; however, I'm unable to get one to work. The status response that I get is:
    Code:
    Step "The Answer" [1 of 2] failed: cURL library is required for Web monitoring support
    I have installed the curl libraries and compiled zabbix (on CentOS 5.5) with --enable-curl; however it still doesn't. work. Here is the info from my config.log. When I ran ./configure, the messages all said that it succeeded with curl.
    ./configure --enable-server --with-mysql --with-net-snmp --with-ssh2 --with-openipmi --with-ldap --with-libcurl
    Thanks in avance!
  • palehorse
    Junior Member
    • May 2012
    • 6

    #2
    Has anyone got this to work?

    Comment

    • nelteren
      Junior Member
      • Sep 2008
      • 16

      #3
      did you solved it?

      got same error. If you solved it, can you share it?

      Comment

      • Bart_
        Junior Member
        • May 2012
        • 8

        #4
        Did you install CURL itself as well? Also, have you tried doing an ldconfig?

        Comment

        • Denis Fisjuik
          Junior Member
          • Nov 2012
          • 1

          #5
          Zabbix 2.0.3 cURL library is required for Web monitoring support

          Problem solved.
          I ran the command again:
          ./configure --enable-server --enable-agent --with-mysql --with-libcurl

          and checked command's result for errors:

          Enable server: yes
          Server details:
          With database: MySQL
          WEB Monitoring via: cURL
          Native Jabber: no
          SNMP: no
          IPMI: no
          SSH: no
          ODBC: no
          Linker flags: -rdynamic -L/usr/lib
          Libraries: -lm -lrt -lresolv -lmysqlclient -lcurl

          Enable proxy: no

          Enable agent: yes
          Agent details:
          Linker flags: -rdynamic
          Libraries: -lm -lrt -lresolv -lcurl

          Enable Java gateway: no

          LDAP support: no
          IPv6 support: no

          ************************************************** *********
          * Now run 'make install' *
          * *
          * Thank you for using Zabbix! *
          * <http://www.zabbix.com> *
          ************************************************** *********


          Then I ran 'make install'

          Comment

          Working...