Monitoring and reporting for Veeam Data Platform
Post Reply
paallergy
Enthusiast
Posts: 51
Liked: 10 times
Joined: May 18, 2010 7:10 pm
Full Name: Jonathan Schultz
Contact:

Backup Alarms - Excluding Backup Jobs

Post by paallergy »

Tip for excluding alarms based on the backup job name

I have a backup job where the size of the incremental backup can vary widely, which triggers the "Suspicious incremental backup size" alarm.
When I edited exclusions for the alarm, I didn't see an option to pick backup jobs.
I discovered, however, that I can exclude a backup job using the Job name field in the Rule.
The default value for Job name is * (all jobs).
I used a negative lookahead regular expression:

Code: Select all

^(?!Backup Job - Special)
http://www.regular-expressions.info/lookaround.html
The above expression will exclude this alarm for the backup job "Backup Job - Special".
wishr
Veteran
Posts: 3077
Liked: 453 times
Joined: Aug 07, 2018 3:11 pm
Full Name: Fedor Maslov
Contact:

Re: Backup Alarms - Excluding Backup Jobs

Post by wishr »

Hi Jonathan,

To exclude the job "Backup Job - Special" you should write the following in the Job name field of the rule.

Code: Select all

Backup Job - Special
Your example won't work as we use masks here, not regular expressions.

Thanks
dariusz.tyka
Enthusiast
Posts: 54
Liked: 4 times
Joined: Jan 21, 2019 1:38 pm
Full Name: Dariusz Tyka
Contact:

Re: Backup Alarms - Excluding Backup Jobs

Post by dariusz.tyka »

How to exclude several job names? Separate them with comma, space or sth else?
dariusz.tyka
Enthusiast
Posts: 54
Liked: 4 times
Joined: Jan 21, 2019 1:38 pm
Full Name: Dariusz Tyka
Contact:

Re: Backup Alarms - Excluding Backup Jobs

Post by dariusz.tyka »

OK found it is not possible now besides one filter:
monitoring-f5/exclude-multiple-jobs-in- ... 73093.html
wishr
Veteran
Posts: 3077
Liked: 453 times
Joined: Aug 07, 2018 3:11 pm
Full Name: Fedor Maslov
Contact:

Re: Backup Alarms - Excluding Backup Jobs

Post by wishr »

Correct. We are planning to improve that in future versions.
Post Reply

Who is online

Users browsing this forum: No registered users and 4 guests