-
-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Description: Currently, PatchPanda automatically detects and monitors all running stacks. However, in some cases, certain stacks should be ignored (e.g., internal tools, complex bundled stacks like "SIEM in a box", or legacy environments that do not require updates).
Current Behavior: PatchPanda detects the "SIEM in a box" stack and lists all its components for updates, which creates noise in the dashboard for environments that I intentionally want to keep pinned or unmonitored.
Requested Feature: I would like a way to exclude specific stacks or containers from the PatchPanda dashboard. This could be achieved via:
Docker Labels: Adding a label like patchpanda.ignore=true to the service or stack.
Configuration file: A skip_list or exclude section in the PatchPanda settings where we can define stack names or container names to ignore.
Benefit: This will help keep the dashboard clean and focused only on the services that actually require maintenance and monitoring.