Add Docker Healthcheck / Event Monitoring #15

Open
opened 2026-03-20 09:24:09 +00:00 by simon · 0 comments
Owner

Issue previously created 3 years ago by @moritz in our internal LIT git repo

docker events --filter 'event=health_status' >> /path/to/docker_health.log &  

    - job_name: docker_health
      static_configs:
      - targets:
          - localhost
        labels:
          job: docker_health
          __path__: /path/to/docker_health.log
  • Log events: container kill/die/start/restart
Issue previously created 3 years ago by @moritz in our internal LIT git repo - https://github.com/neuroforgede/docker-engine-events-exporter - https://docs.docker.com/engine/reference/commandline/events/ log to file and read with promtail: ``` docker events --filter 'event=health_status' >> /path/to/docker_health.log & - job_name: docker_health static_configs: - targets: - localhost labels: job: docker_health __path__: /path/to/docker_health.log ``` - Log events: container kill/die/start/restart
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: coop-cloud/monitoring-ng#15
No description provided.