Ad Widget

Collapse

Installing java gateway from source

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • rohitist
    Member
    • Apr 2014
    • 30

    #1

    Installing java gateway from source

    Hi,

    Its a very silly question. Perhaps I missed but I couldn't find any documentation clarifying below question. If there is any such then please provide me the link.

    Suppose I have two servers, one for zabbix server installation and the other for zabbix agent installation. In order to enable java, should I use the command "./configure --enable-java..." on the server intended to install zabbix server or on the server intended to install zabbix agent or on both of the servers?

    Thanks for your time.

    Regards,
    Rohit
  • jan.garaj
    Senior Member
    Zabbix Certified Specialist
    • Jan 2010
    • 506

    #2
    Use the command "./configure --enable-java..." only on the server intended to install zabbix server.
    Devops Monitoring Expert advice: Dockerize/automate/monitor all the things.
    My DevOps stack: Docker / Kubernetes / Mesos / ECS / Terraform / Elasticsearch / Zabbix / Grafana / Puppet / Ansible / Vagrant

    Comment

    • jvalenzani
      Member
      Zabbix Certified Specialist
      • Sep 2010
      • 53

      #3
      Java Gateway is an independent Binary/JAR. You can compile it and use it in a separate node without server or agent.

      Here is the documentation: https://www.zabbix.com/documentation.../concepts/java

      Comment

      Working...