get_proxmox_node_status
Retrieve detailed status of a Proxmox node, including CPU, memory, and uptime metrics, for infrastructure monitoring.
Instructions
Get detailed status of a Proxmox node (CPU, memory, uptime, etc.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | Node name (e.g., 'pve', 'proxmox') | |
| host | No | Proxmox host. Register via `homelab-mcp credentials add --type proxmox <host> <username>` (per-node) or `... --scope cluster:<name> <token_id>` (cluster scope). |