Commit a1a1d0e
authored
Add px/agent_status_diagnostics pxl script (#2064)
Summary: Add px/agent_status_diagnostics pxl script
This PR adds a new pxl script that helps identify if linux headers are
missing on any PEMs. This can be extended in the future, but the first
use cause will be to execute the script during `px deploy` and `px
collect-logs`.
Relevant Issues: #2051
Type of change: /kind feature
Test Plan: Ran the script in the UI and tested it as part of the
validation for #2065

Changelog Message: Add `px/agent_status_diagnostics` pxl script for
checking common issues
Signed-off-by: Dom Del Nano <ddelnano@gmail.com>1 parent 9c6803e commit a1a1d0e
File tree
2 files changed
+32
-0
lines changed- src/pxl_scripts/px/agent_status_diagnostics
2 files changed
+32
-0
lines changedLines changed: 28 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
0 commit comments