Hello everyone. I would appreciate your help regarding the process for monitoring microservices in Zabbix using Docker Compose on a Linux operating system.
Ad Widget
Collapse
Process for monitoring Docker Compose microservices
Collapse
X
-
Tags: None
-
It depends what do you want to monitor ? Docker compose itself is just plugin for docker cli . What you want to monitor is docker daemon itself.
There is default zabbix template "Docker by Zabbix agent 2" it monitors container stats and errorrs.
I usually add some tcp connection checks , db checks and http agent checks if needed - but this is specific to your app not docker itself.
Comment