Hi everybody, I'm new with Zabbix. I added a host with a Docker installation, and configured Docker plugin on Agent Zabbix 2. Now in my server I can see all items of data. My problem is that I need to create a Dashboard with some kind of widget that show something like:
| Container Name | Status | (running or stopped)
The problem is that there are 1 item for each container with de running state but is so complex add one by one, even when all the time we create new containers.
I tryed create a discovery rule as I read but give an error that told me that an Item with this key exists, so I can't generate the rule for create an Item. And don't know how can I write the key for dinamically incorporate all containers in the host.
As I say, I'm new on Zabbix.
Thanks in advance.
| Container Name | Status | (running or stopped)
The problem is that there are 1 item for each container with de running state but is so complex add one by one, even when all the time we create new containers.
I tryed create a discovery rule as I read but give an error that told me that an Item with this key exists, so I can't generate the rule for create an Item. And don't know how can I write the key for dinamically incorporate all containers in the host.
As I say, I'm new on Zabbix.
Thanks in advance.
Comment