We have a windows server that has zabbix agent installed. Recently we installed multiple apache tomcat 7 websites running in different ports and need to monitor the number of active threads, response time, etc. I need suggestions to retrieve the values.
Asked
Active
Viewed 729 times
-1
-
You should start from the quickstart guide (https://www.zabbix.com/documentation/current/manual/quickstart/item) then move on to the JMX monitoring (https://www.zabbix.com/documentation/current/manual/config/items/itemtypes/jmx_monitoring) – Simone Zabberoni Jun 13 '20 at 10:28
1 Answers
0
I found this documentation on Zabbix official website! It might be helpful.

Oussema Miled
- 528
- 6
- 13
-
Thank you. I have checked it already. I need help in collecting tomcat values via zabbix agent. – Arun Prasath Jun 12 '20 at 14:38