Hi
Script version: 2.8
Veeam version: 11.0.1.1261
Zabbix version: 6.0 TLS
When I created an account at my VEEAM server database but when I query with zabbixveeam account or admin account the following output is empty.
SELECT job_id,job_type,job_name FROM [VeeamBackup].[dbo].[Backup.Model.JobSessions]
INNER JOIN [VeeamBackup].[dbo].[Backup.Model.BackupJobSessions]
ON [VeeamBackup].[dbo].[Backup.Model.JobSessions].[id] = [VeeamBackup].[dbo].[Backup.Model.BackupJobSessions].[id]
WHERE job_type IN (0, 1, 2, 28, 51, 63, 12002, 12003)
ORDER BY creation_time DESC, job_type, job_name
But when I remove the WHERE job_type IN (0, 1, 2, 28, 51, 63, 12002, 12003) I have the list of jobs.
CF screenshot attached.


Is it possible to monitor jobs out of the list above?
Thank you in advance for your help.
Mathias
Hi
Script version: 2.8
Veeam version: 11.0.1.1261
Zabbix version: 6.0 TLS
When I created an account at my VEEAM server database but when I query with zabbixveeam account or admin account the following output is empty.
But when I remove the
WHERE job_type IN (0, 1, 2, 28, 51, 63, 12002, 12003)I have the list of jobs.CF screenshot attached.
Is it possible to monitor jobs out of the list above?
Thank you in advance for your help.
Mathias