get_proxmox_node_status
Retrieve Proxmox node status including CPU usage, memory statistics, and uptime information for monitoring homelab infrastructure.
Instructions
Get detailed status of a Proxmox node (CPU, memory, uptime, etc.)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name (e.g., 'pve', 'proxmox') | |
| host | No | Proxmox host (optional, uses PROXMOX_HOST env var) |