Skip to content

[Feature]: Collect and display stopped/exited/crashed containers #1786

@svenvg93

Description

@svenvg93

Welcome!

  • I have searched open and closed feature requests to make sure this or similar feature request does not already exist.
  • This is a feature request, not a bug report or support question.

Component

Hub & Agent

Description

Currently the agent queries the Docker API at /containers/json without the all=1 flag, which means only running containers are ever collected, stored, or displayed.

It would be useful to also collect stopped, exited, restarting, and paused containers so users can:

  • See at a glance how many containers are down or crashed
  • Get a full inventory of all containers on a system, not just healthy/running ones
  • Potentially trigger alerts when a container unexpectedly stops

Motivation / Use Case

Users running many containers need to know when something has crashed without having to open a terminal. A "stopped" badge or count would surface this immediately.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions