Update docs for os-healthcheck toolkit layout

This commit is contained in:
Mateusz Suski
2026-05-05 21:50:20 +00:00
parent 65c7c82f0f
commit c88428d092
8 changed files with 16 additions and 10 deletions
+6 -2
View File
@@ -8,7 +8,7 @@
- `infra-run`
- `platform-projects`
- `labs`
- Linux operations Bash toolkit:
- Linux operations Bash toolkit under `infra-run/scripts/bash/os-healthcheck/`:
- healthcheck
- disk usage checks
- service checks
@@ -18,7 +18,7 @@
- large files detection
- deleted open files detection
- safe cleanup suggestions
- Network troubleshooting script:
- Network troubleshooting script under `infra-run/scripts/bash/os-healthcheck/`:
- interface, routing, DNS, connectivity checks
- Veritas storage toolkit:
- VxVM disk detection
@@ -32,6 +32,10 @@
- rebalance
- Runbook-style structure and step-based execution.
### Changed
- Moved Linux operations scripts into `infra-run/scripts/bash/os-healthcheck/` to keep host health and troubleshooting checks grouped together.
### Notes
- All scripts default to dry-run where change actions are present.