notification: clarify that 'hostname' does not include the domain

This was a bit inconsistent between the different notification types:
  - APT/VZDump included the domain part
  - fence notifications did not

A decision has been made to unify this by removing the domain part
from APT/VZDump notifications.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
This commit is contained in:
Lukas Wagner 2024-06-10 10:40:34 +02:00 committed by Fabian Grünbichler
parent 75659740b2
commit 23c057837a

View File

@ -301,7 +301,7 @@ Notification Events
|=======================================================================
| Field name | Description
| `type` | Type of the notifcation
| `hostname` | Hostname, including domain (e.g. `pve1.example.com`)
| `hostname` | Hostname, without domain (e.g. `pve1`)
|=======================================================================
System Mail Forwarding