Ad Widget

Collapse

zabbix agent compile options

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • storm
    Member
    • Jan 2012
    • 37

    #1

    zabbix agent compile options

    Hi,

    On my zabbix server I compiled all the options with: ./configure --enable-server --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl --with-ssh2 --with-openipmi --with-ldap --enable-ipv6 --with-unixodbc --enable-java

    This was on RHEL 5. Now on RHEL 6.2, I need to compile the agent. Do I just do "./configure --enable-agent" or, to get all the functionality, do I need to do something like "./configure --enable-agent --with-mysql --with-net-snmp --with-jabber --with-libcurl --with-ssh2 --with-openipmi --with-ldap --enable-ipv6 --with-unixodbc --enable-java".

    If I did just "./configure --enable-agent", would I still have all the functions from my server having all the options compiled in or does both the server and agent have to have all the features compiled in to make use of them?

    Thank you,
    Mike
  • mbsit
    Senior Member
    • Sep 2012
    • 130

    #2
    Hi

    ./configure --enable-agent is a proper way.

    Bests,
    Grzegorz

    --
    Wdrożenia, usługi IT - Warszawa
    Pozdrawiam
    Grzegorz Grabowski
    ____
    WdroĊĵenia, szkolenia, umowy serwisowe
    Warszawa - Polska

    Comment

    • Davidus
      Senior Member
      • Dec 2010
      • 281

      #3
      ./configure --enable-agent is enough

      Comment

      • storm
        Member
        • Jan 2012
        • 37

        #4
        Awesome, thank you both for your responses.


        Mike

        Comment

        Working...