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
+7 -5
View File
@@ -4,15 +4,17 @@ Small, practical Bash scripts for Linux operations checks and incident triage. T
## Scripts
- `healthcheck.sh` - general host health overview.
- `disk_check.sh` - filesystem usage threshold check.
- `service_check.sh` - critical service status check.
- `system_report.sh` - writes a timestamped system report to `/tmp`.
- `network_troubleshoot.sh` - local and optional remote network diagnostics.
- `os-healthcheck/healthcheck.sh` - general host health overview.
- `os-healthcheck/disk_check.sh` - filesystem usage threshold check.
- `os-healthcheck/service_check.sh` - critical service status check.
- `os-healthcheck/system_report.sh` - writes a timestamped system report to `/tmp`.
- `os-healthcheck/network_troubleshoot.sh` - local and optional remote network diagnostics.
## Usage
```bash
cd infra-run/scripts/bash/os-healthcheck
./healthcheck.sh
./disk_check.sh
./disk_check.sh 90