hello .
After upgrading to Zabbix 7, none of the JMX interfaces are working. I checked it with tcpdump and found that no packets are being sent to the agent with the JMX interface.
Search Result
Collapse
6 results in 0.0018 seconds.
Keywords
Members
Tags
-
How to configure a host in Zabbix to monitoring the fault SOAP - WEBLOGIC.
Hello Community,
I need your support by learn to configure a host in Zabbix to monitoring the fault SOAP in Server application WEBLOGIC. Send you the response message found in the file log.
"Fault": {
"faultcode":"SOAP-ENV:Server",
"faultstring":"0x00d30003,0x00d30003",... -
Zabbix Configuration for Monitoring Multiple Tomcat JVM on Single Host via JMX
I have multiple instance of Tomcat on a single host running on different port. I have enabled JMX on each tomcat instance with 2 different port (9999 and 9998).
-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=9999
-Dcom.sun.management.jmxremote.rmi.port=9999... -
Two JMX intefaces on the same host : How duplicate JMX items ?
On a server, there is two Java app runing, exposing JMX data (App 1 : JBoss Wildfly. App2 : Apache Tomcat)
I set up two JMX interfaces in the Host. Now, I want to create some items that will get the JVM data ( e.g jmx["java.lang:type=ClassLoading",LoadedClassCount] ).
I... -
HowTo implement custom JMX check - zabbix v4.2 - #1
Hi. I would like to implement custom JMX Check with Zabbix v4.2.
I can not get it working properly .. would need some info./help/..
The same check I had in Icinga with definition:
--
apply Service "JMX:ePeroTest:ProcessStatus" {
import "generic-service"... -
tomcat monitoring using jmx on multiple computers with Zabbix
Hi All,
recently I have installed a zabbix server in my network and have deployed 5 agents as a trial on different flavors of Operating Systems and I am getting proper results from the installed agent from all the hosts. I also wanted to monitor few tomcat and some other java applications...