Hi,
I have zabbix agent (dockerized) that monitor all my other docker containers.
When a new container is up a trigger is activated ("new container is up") followed by an action.
Now i have a problem: if my zabbix agent docker contianer is down and i am deploying it again, then zabbix agent start to collect data again and recognized all the already running containers as new once and activate the trigger ("new container is up") followed by an action. This is wrong.
How can i prevent it? can i do a master/slave agent?
I have zabbix agent (dockerized) that monitor all my other docker containers.
When a new container is up a trigger is activated ("new container is up") followed by an action.
Now i have a problem: if my zabbix agent docker contianer is down and i am deploying it again, then zabbix agent start to collect data again and recognized all the already running containers as new once and activate the trigger ("new container is up") followed by an action. This is wrong.
How can i prevent it? can i do a master/slave agent?
Comment