get_disk_usage
Check disk space usage and mount points on Linux systems, either locally or remotely via SSH, to monitor storage capacity and identify potential issues.
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 |