graph TD
A[Device Health Check] --> B{Identify Platform}
B -->|IOS-XE| C[cisco-device-health]
B -->|NX-OS| C
B -->|JunOS| D[juniper-device-health]
B -->|EOS| E[arista-device-health]
C --> F[CPU / Memory / Interface]
D --> F
E --> F
F --> G{Threshold Check}
G -->|Normal| H[Report OK]
G -->|Warning| I[Flag + Continue]
G -->|Critical| J[Decision Tree Triage]
J --> K[Structured Report] Device Health Triage
Platform-specific health check procedures for Cisco IOS-XE/NX-OS, Juniper JunOS, and Arista EOS with threshold-based severity classification.
Problem Solved
Standardized device triage across multi-vendor environments — agents follow the same structured procedure regardless of platform, eliminating inconsistent ad-hoc debugging.