[pve-devel] [PATCH pve-manager 0/1] feat: pass backup status to hook script on job-end/job-abort
Thomas Lamprecht
t.lamprecht at proxmox.com
Sat Sep 27 14:33:15 CEST 2025
Am 27.09.25 um 13:13 schrieb Constantin Herold:
> So I wanted to migrate to the notification system now, but since you can't limit webhooks by type e.g. `backup result` it's not possible without another custom middleware service which would add unnecessary maintenance overhead and an additional point of failure.
You certainly can route only notifications from a backup job to a
notification target, simply create matcher with a filter that
has a type=vzdump rule for that.
Please check the documentation to get an overview about the quite
powerful notification system.
https://pve.proxmox.com/pve-docs/chapter-notifications.html
More information about the pve-devel
mailing list