pmg_node_syslog
Retrieve syslog entries from a Proxmox Mail Gateway node. Filter by service, time range, or limit results for analysis.
Instructions
READ-ONLY: get PMG node syslog entries. Needs PROXIMO_PMG_* config.
Returns a list of log-entry dicts. For a PVE hypervisor node's syslog use pve_node_syslog instead; for RRD performance data use pmg_node_rrddata.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PMG node name; defaults to the configured node. | |
| limit | No | Maximum syslog entries to return. | |
| since | No | Only return entries at or after this time (journalctl-style time spec). | |
| start | No | Pagination offset into the syslog entries. | |
| until | No | Only return entries at or before this time (journalctl-style time spec). | |
| service | No | Filter syslog entries by service name. | |
| 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 |