mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-30 01:15:02 +00:00
notifications: describe new notification metadata fields
Signed-off-by: Lukas Wagner <l.wagner@proxmox.com> Reviewed-by: Max Carrara <m.carrara@proxmox.com>
This commit is contained in:
parent
456b17fa59
commit
3b55c73fc2
@ -301,19 +301,21 @@ Notification Events
|
|||||||
|
|
||||||
[width="100%",options="header"]
|
[width="100%",options="header"]
|
||||||
|===========================================================================
|
|===========================================================================
|
||||||
| Event | `type` | Severity | Metadata fields (in addition to `type`)
|
| Event | `type` | Severity | Metadata fields (in addition to `type`)
|
||||||
| System updates available |`package-updates` | `info` | `hostname`
|
| System updates available |`package-updates` | `info` | `hostname`
|
||||||
| Cluster node fenced |`fencing` | `error` | `hostname`
|
| Cluster node fenced |`fencing` | `error` | `hostname`
|
||||||
| Storage replication failed |`replication` | `error` | -
|
| Storage replication job failed |`replication` | `error` | `hostname`, `job-id`
|
||||||
| Backup finished |`vzdump` | `info` (`error` on failure) | `hostname`
|
| Backup succeeded |`vzdump` | `info` | `hostname`, `job-id` (only for backup jobs)
|
||||||
| Mail for root |`system-mail` | `unknown`| -
|
| Backup failed |`vzdump` | `error` | `hostname`, `job-id` (only for backup jobs)
|
||||||
|
| Mail for root |`system-mail` | `unknown`| `hostname`
|
||||||
|===========================================================================
|
|===========================================================================
|
||||||
|
|
||||||
[width="100%",options="header"]
|
[width="100%",options="header"]
|
||||||
|=======================================================================
|
|=======================================================================
|
||||||
| Field name | Description
|
| Field name | Description
|
||||||
| `type` | Type of the notification
|
| `type` | Type of the notification
|
||||||
| `hostname` | Hostname, without domain (e.g. `pve1`)
|
| `hostname` | Hostname, without domain (e.g. `pve1`)
|
||||||
|
| `job-id` | Job ID
|
||||||
|=======================================================================
|
|=======================================================================
|
||||||
|
|
||||||
System Mail Forwarding
|
System Mail Forwarding
|
||||||
|
Loading…
Reference in New Issue
Block a user