Job ID wont show up in notification rules

SkyZoThreaD

New Member
Aug 7, 2024
20
1
3
France
Hello,

I'm trying to use different notification rules to send sync job emails to a different recipient.
So I added a new notification target with the other recipient and added a notification matcher.
The issue there is : i can not find the job ID of my sync job here. The only i have is an id I don't know...
I tried to filter sync jobs without distinction and it works, but I'll have multiple sync jobs to send to different emails... I have to filter by job ID.
Any clue ? Am I missing something ?

1756803902367.png
1756804156145.png

Thank you !
 
Works fine on my end, I just double checked.

Could you provide me with the output of proxmox-backup-manager versions --verbose and the contents of /etc/proxmox-backup/sync.cfg ?

Do you see anything in the system logs when you open the matcher window and try to select the (non-existing) sync job?

Thanks!
 
Hi Lukas,

Sorry for the huge delay

Code:
proxmox-backup                      4.0.0         running kernel: 6.14.8-2-pve
proxmox-backup-server               4.0.15-1      running version: 4.0.12     
proxmox-kernel-helper               9.0.4                                     
proxmox-kernel-6.14.8-2-pve-signed  6.14.8-2                                 
proxmox-kernel-6.14                 6.14.11-3                                 
proxmox-kernel-6.8.12-13-pve-signed 6.8.12-13                                 
proxmox-kernel-6.8                  6.8.12-13                                 
proxmox-kernel-6.8.12-9-pve-signed  6.8.12-9                                 
proxmox-kernel-6.8.12-5-pve-signed  6.8.12-5                                 
proxmox-kernel-6.8.12-4-pve-signed  6.8.12-4                                 
ifupdown2                           3.3.0-1+pmx10                             
libjs-extjs                         7.0.0-5                                   
proxmox-backup-docs                 4.0.15-1                                 
proxmox-backup-client               4.0.15-1                                 
proxmox-mail-forward                1.0.2                                     
proxmox-mini-journalreader          1.6                                       
proxmox-offline-mirror-helper       0.7.2                                     
proxmox-widget-toolkit              5.0.6                                     
pve-xtermjs                         5.5.0-2                                   
smartmontools                       7.4-pve1                                 
zfsutils-linux                      2.3.4-pve1

Code:
sync: s-647b8fa4-c797
        encrypted-only false
        group-filter group:vm/1000
        group-filter group:vm/1001
        group-filter group:vm/1002
        group-filter group:vm/1003
        group-filter group:vm/1004
        ns damicloud
        owner root@pam
        remote PBS-REDACTED
        remote-ns 
        remote-store redacted
        remove-vanished false
        schedule 08:00
        store backups
        sync-direction push
        transfer-last 1
        verified-only false

I managed to bypass the issue putting the "real" jobid into /etc/proxmox-backup/notifications.cfg and it works...

I dont know what logs to look into, but if you tell me i could provide you with it.
Anyway, the same issue happens on my second PBS with an other job. It's strange I'm the only one to face this