Ad Widget

Collapse

Process for monitoring Docker Compose microservices

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • racsosajor
    Junior Member
    • Dec 2025
    • 2

    #1

    Process for monitoring Docker Compose microservices

    Hello everyone. I would appreciate your help regarding the process for monitoring microservices in Zabbix using Docker Compose on a Linux operating system.
    Last edited by racsosajor; 06-03-2026, 16:33.
  • guntis_liepins
    Member
    • Oct 2025
    • 46

    #2
    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

    Working...