Ad Widget

Collapse

Discovery rule + Docker

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Niolith
    Junior Member
    • May 2018
    • 3

    #1

    Discovery rule + Docker

    Hi,

    I'm currently trying to create a discovery rule permitting to add all containers and grab some information about them.

    For this, I created a little ruby script providing me a json :

    Code:
    [{"name":"portainer","statut":"running","image":"portainer/portainer","port":"0.0.0.0:9000->9000/tcp","mount":"/var/run/docke…,/data/docker/p…","createdAt":"2019-07-13 20:19:02 -0400 EDT"}]

    Here is my script : https://github.com/Niolith/ZabbixDocker.git


    I'm not sure to understand LLD Rule.

    Could you help me about this ?

    Thank you,
Working...