Update docs for os-healthcheck toolkit layout
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user