]> git.proxmox.com Git - proxmox.git/commit
notify: matcher: support lists of values for 'exact' match-field mode
authorLukas Wagner <l.wagner@proxmox.com>
Wed, 13 Dec 2023 16:37:42 +0000 (17:37 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 10 Jan 2024 11:38:32 +0000 (12:38 +0100)
commitead4190e7ba835369a35149e841b2fb1d88361e1
tree89df22ddf5c32fdf29a9852cb6f3b073822c8597
parent39c4d7d85e0e7d2e2294b7339c2c5d36b219a168
notify: matcher: support lists of values for 'exact' match-field mode

For example, one can now use:
  match-field exact:type=vzdump,replication
to match on vzdump AND replication events.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
proxmox-notify/src/matcher.rs