Hello Everyone,
Please excuse how trivial my question is. I am a complete newbie in a world of monitoring and zabbix especially. So far so good, I followed the manual and got zabbix 2.0.4 server installed on ubuntu 12.04 server and managed to get the agents installed on 4 linux boxes and one windows box.
I needed to check how much memory an application is using on tomcat 6 and how much memory any jvm is consuming on the box it's installed. Based on zabbix documentation those details can be done via the zabbix java gateway.
Now my approach to get it installed if from method documented here
Following are the steps i would like to use:
Please advise me if i stray from the correct way of doing it thanks
Please excuse how trivial my question is. I am a complete newbie in a world of monitoring and zabbix especially. So far so good, I followed the manual and got zabbix 2.0.4 server installed on ubuntu 12.04 server and managed to get the agents installed on 4 linux boxes and one windows box.
I needed to check how much memory an application is using on tomcat 6 and how much memory any jvm is consuming on the box it's installed. Based on zabbix documentation those details can be done via the zabbix java gateway.
Now my approach to get it installed if from method documented here
Following are the steps i would like to use:
- ps aux | grep zabbix_server
- kill -9 all pid of zabbix_server
- cd to /home/zabbix
- ./configure --enable-java --prefix=/opt/zabbix_java_gateway
- make install
- edit /usr/local/etc/zabbix_server.conf for the JavaGateway=127.0.0.1 JavaGatewayPort=10052
- zabbix_server
Please advise me if i stray from the correct way of doing it thanks
Comment