Hi,
I have Successfully installed Zabbix 3.2 server on ubuntu 14.0 The Z on the host is green.Unfortunately, JMX is red.
Zabbix Server : 192.168.1.112
Linux Server with tomcat : 12.8.9.20
Followed
Step 1: Create a host or add JMX interface to existing.
Step 2: Add the Zabbix agent to tomcat server (12.8.9.20)
Step 3: Configure the Zabbix agent
Step 4: install the Os Linux template.
Step 5: On zabbix Server install zabbix-java-gateway
Step 6: The following are the only 3 changes that I've made in the file
/etc/zabbix/zabbix_java_gateway.conf
...
LISTEN_IP="192.168.1.112" ( / Not sure about this should i keep the ip address to 127.0.0.1)
LISTEN_PORT=10052
START_POLLERS=5
So the Question should i install java-gateway on tomcat machine .
What other settings I have to configure ?
I have Successfully installed Zabbix 3.2 server on ubuntu 14.0 The Z on the host is green.Unfortunately, JMX is red.
Zabbix Server : 192.168.1.112
Linux Server with tomcat : 12.8.9.20
Followed
Step 1: Create a host or add JMX interface to existing.
Step 2: Add the Zabbix agent to tomcat server (12.8.9.20)
Step 3: Configure the Zabbix agent
Step 4: install the Os Linux template.
Step 5: On zabbix Server install zabbix-java-gateway
Step 6: The following are the only 3 changes that I've made in the file
/etc/zabbix/zabbix_java_gateway.conf
...
LISTEN_IP="192.168.1.112" ( / Not sure about this should i keep the ip address to 127.0.0.1)
LISTEN_PORT=10052
START_POLLERS=5
So the Question should i install java-gateway on tomcat machine .
What other settings I have to configure ?
Comment