mdad-check: surface list of actually-enabled components #1
Labels
No labels
bug
docs
feature
human-input-needed
prio
high
prio
low
prio
medium
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
shukutils/shukelematik#1
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Check whether the current mdad-check implementation exposes a list of all actually installed/enabled MDAD components (bridges, bots, etc.) at a glance.
Came up while debugging a stale matrix-docker-ansible-deploy setup by hand: would have been much faster to spot a service stuck disabled (or unexpectedly enabled) with an at-a-glance enabled-components view instead of grepping vars.yml/group_vars manually.
Fixed in
ed4811e: DockerKeywordGroup now includes stopped containers (docker ps -a) so disabled components no longer vanish from the report, and summarize_services() now leads with an enabled/disabled count plus an explicit disabled-components list for an at-a-glance view.