pmg_node_status
Retrieve CPU, memory, disk usage, and uptime metrics from a Proxmox Mail Gateway node to monitor its health.
Instructions
READ-ONLY: get PMG node cpu/mem/disk/uptime status. Needs PROXIMO_PMG_* config.
Returns a dict with cpu/memory/disk/uptime fields for the node. This is the PMG node (Proxmox Mail Gateway); for a PVE hypervisor node use pve_node_status instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PMG node name; defaults to the configured node. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |