Prototype of modules for Linux Diagnostic modules #310#311
Open
ScottAzure wants to merge 1 commit intomasterfrom
Open
Prototype of modules for Linux Diagnostic modules #310#311ScottAzure wants to merge 1 commit intomasterfrom
ScottAzure wants to merge 1 commit intomasterfrom
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR: Modularize Linux Diagnostic Manifests
Summary
Splits Linux diagnostic collection into 80+ granular manifests for AI-driven selection, enabling targeted data collection based on issue type and distro.
Changes
New Manifests by Category
Probing: 5 manifests (ubuntu, redhat, suse, mariner, aks)
DHCP: 4 manifests per distro
Network Config: 4 manifests per distro + AKS networking
NetworkManager: 4 manifests per distro
DNS: common manifest
SSH: common manifest
Firewall: 4 manifests per distro
Azure Agent: 7 manifests (waagent, config, provisioning, extension-handler, proxyagent, identity, himds)
Azure Extensions: 9 manifests (handler, ama, lad, cse, vmaccess, diskencryption, backup, siterecovery, updatemanager)
Cloud-init/Blobfuse: 2 common manifests
System Config: fstab, pam, sudoers, boot, kernel, selinux, apparmor (common)
System Logs: syslog, authlog, kernlog, dmesg, journald, sosreport (per distro + common)
Packages: apt, yum, zypper, tdnf (per distro)
Kubernetes/AKS: 5 manifests (probing, provision, kubernetes, pods, networking)
HPC: common manifest
Naming Convention
diagnostic-
Documentation
10 area-specific docs in linux
diagnostic-modular.md as master reference with links
PII risk tracking per manifest
No Breaking Changes
Original monolithic manifests preserved (diagnostic, normal, agents, etc.)