Feature Request: UnmanagedContainerEvents alert type + Optional Auto-Kill #731
nobodys-tools
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
If this is within scope and has potential to be merged, I’d be happy to implement it myself. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
Current container lifecycle alerts cover only Komodo-managed workloads.
This leaves a blind spot for containers created outside Komodo (e.g., shell, cron, rogue Compose, compromised access).
I want an alert if a new container appears on a server that Komodo does not manage, so I can verify it’s intended.
Ask
Introduce a new
AlertType
(e.g.,UnmanagedContainerEvents
) that triggers on Docker runtime events even for containers not known to Komodo, covering:start
stop
restart
create
pull
(image)Filters & Noise Control
Why this matters
Optional Auto-Kill Setting
Auto-kill unmanaged containers
UnmanagedContainerEvents
.Beta Was this translation helpful? Give feedback.
All reactions