Skip to content

Problem with job-types #27

@ahumain

Description

@ahumain

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.

image

image

Is it possible to monitor jobs out of the list above?

Thank you in advance for your help.

Mathias

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions