]> git.proxmox.com Git - pve-manager.git/commit
api: replication: send notifications via new notification module
authorLukas Wagner <l.wagner@proxmox.com>
Thu, 3 Aug 2023 12:16:55 +0000 (14:16 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 16 Aug 2023 09:10:14 +0000 (11:10 +0200)
commit2ab19e8351ba5c719d72f1ae25cc2a4c9326c376
tree7a88611517f9f631d70e2ec0540027fa17067717
parent05855908c435f2293199af929188849fc0e53a91
api: replication: send notifications via new notification module

If the new 'target-replication' option in datacenter.cfg is set to a
notification target, we send notifications that way. If it is not set,
we continue send a notification to the default target (mail to
root@pam).

There is also a new 'replication' option. It controls whether to send
a notification at all.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
PVE/API2/Replication.pm