get_disk_usage
Check filesystem usage and mount points on Linux systems, either locally or via SSH on remote hosts, to monitor disk space and storage allocation.
Instructions
Get filesystem usage and mount points.
Args:
host: Remote host to connect to via SSH (optional, executes locally if not provided)
username: SSH username for remote host (required if host is provided)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| username | No |