Ad Widget

Collapse

Monitoring JMX in Docker

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • limitlessend
    Junior Member
    • Mar 2018
    • 1

    #1

    Monitoring JMX in Docker

    Hello,
    I'd like to monitor jmx in docker. What's more, I have a lot of docker containers which are dynamically created and not persistent. I would like add these new docker host dynamically (this part maybe won't be diffcult) but I dont' have idea how to monitor a lot of jmx easily. Problem is that in docker we have to monitor these jmx from host that these containers are on - then we have access to network of docker containers and can connect directly to jmx or use another dockr container which is connected to same network as others. So the question is how to do that, because using java gateway which can be one for the zabbix, or zabbix proxy we can't do that - we had to have one agent per host. Maybe you will have some other ideas and aproach. I'm open to your ideas.
Working...