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 _______________________________________________ pve-devel mailing list [email protected] https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
