and this one as well.. Quoting Lukas Wagner (2024-06-10 10:40:26) > The field contains the hostname of the host (without any domain part) > which sends the notification. This field can be used in match-field > match rules. > > Signed-off-by: Lukas Wagner <l.wag...@proxmox.com> > --- > PVE/API2/Replication.pm | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/PVE/API2/Replication.pm b/PVE/API2/Replication.pm > index 6208a1a2..e4a7180f 100644 > --- a/PVE/API2/Replication.pm > +++ b/PVE/API2/Replication.pm > @@ -125,6 +125,8 @@ my sub _handle_job_err { > my $metadata_fields = { > type => "replication", > "job-id" => $job->{id}, > + # Hostname (without domain part) > + hostname => PVE::INotify::nodename(), > }; > > eval { > -- > 2.39.2 > > > > _______________________________________________ > pve-devel mailing list > pve-devel@lists.proxmox.com > https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel > >
_______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel