Comprehensive data protection for all workloads
Post Reply
aeccles
Enthusiast
Posts: 82
Liked: 6 times
Joined: May 01, 2012 3:00 pm
Contact:

Feature Request: Custom e-mail notification templates

Post by aeccles »

I am sure there are a lot of us out there that review a large number of jobs each morning. It would be great if we could build some custom email subject lines with some variables to save us from having to open each email.

For example, if the following variables were available

Status (currently there)
Job Name (currently there)
Start time
End Time
Size
Read
Transferred
Duration
Dedup
Backup Size
Compression
etc...

Then we could build a email notification subject line that would suit our individual needs, such as:

[Status] [Job Name] [Transferred] [Duration]

Thanks for the consideration

Aaron
Gostev
Chief Product Officer
Posts: 31533
Liked: 6703 times
Joined: Jan 01, 2006 1:01 am
Location: Baar, Switzerland
Contact:

Re: Feature Request: Custom e-mail notification templates

Post by Gostev »

Hi Aaron, for larger backup environments, you should definitely consider advanced B&R monitoring and reporting we provide with our Veeam ONE solution (part of Veeam Backup Management Suite). Thanks!
aeccles
Enthusiast
Posts: 82
Liked: 6 times
Joined: May 01, 2012 3:00 pm
Contact:

Re: Feature Request: Custom e-mail notification templates

Post by aeccles »

Hi Gostev,

Thanks for the Veeam ONE recommendation. My use case is a bit different however as I am a MSP managing many jobs across many different customers. In most cases, the customers are small only have 1 or 2 hosts with a couple of vms, so it's harder to make a good case for Veeam One (despite it being just as important.) In this scenario, being able to get more information out of the alerts "at-a-glance" would probably save me an hour or two of work a day. I realize it's probably not a common request, but I bet a lot of people (especially other MSPs) would really appreciate if they had it :)

Thanks again
Aaron
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Feature Request: Custom e-mail notification templates

Post by veremin »

Hi, Aaron.

I believe it might be possible to create such a report with the use of Veeam PowerShell Snap-in, since virtually every fields you’ve mentioned are available there.

Thanks.
veremin
Product Manager
Posts: 20284
Liked: 2258 times
Joined: Oct 26, 2012 3:28 pm
Full Name: Vladimir Eremin
Contact:

Re: Feature Request: Custom e-mail notification templates

Post by veremin » 1 person likes this post

And that’s what I’ve meant:

Code: Select all

Add-PSSnapin VeeamPSSnapin
$Job = Get-VBRJob -Name "Name of your Backup Job"
#Name of the job
$Job.name
$LastSession = $Job.FindLastSession()
#Creation Time
$LastSession.CreationTime
#End Time
$LastSession.EndTime
#Read size
($LastSession | Get-VBRTaskSession).Progress.Readsize
#Transferred size
($LastSession | Get-VBRTaskSession).Progress.TransferredSize
#Duration
($LastSession | Get-VBRTaskSession).Progress.Duration
#Backup size
$LastSession.BackupStats.Backupsize
#Compression Ratio
$LastSession.BackupStats.CompressRatio
#Deduplication Ratio
$LastSession.BackupStats.DedupRatio 
Hope this helps.
Thanks.
sbjelkfelt
Novice
Posts: 5
Liked: 1 time
Joined: Mar 03, 2016 2:37 pm
Full Name: Stefan Bjelkfelt
Contact:

[MERGED]: Backup and replication report - adding transport m

Post by sbjelkfelt »

Hi,

I'm wondering if it's possible to add what transport mode was used in the 'details' column of the backup report? (or any other column for that matter)
We're mostly interested if nbd is being used instead of direct nfs.

I'm guessing you can get this sort of info from Veeam One, but the standard reports is enough for us.
PTide
Product Manager
Posts: 6431
Liked: 729 times
Joined: May 19, 2015 1:46 pm
Contact:

Re: Feature Request: Custom e-mail notification templates

Post by PTide »

I'm wondering if it's possible to add what transport mode was used in the 'details' column of the backup report?
Unfortunately currently there is no way how you can create a custom report without using Veeam ONE beside of PowerShell script that will generate a report with desired parameters.

Thank you.
cdesch
Veeam ProPartner
Posts: 20
Liked: 7 times
Joined: Jul 06, 2016 11:25 am
Full Name: Christian Desch
Contact:

[MERGED] Feature request: Notification E-Mail customizing

Post by cdesch » 2 people like this post

Hi,
currently in v9 U1 it is only possible to customize the E-Mail subject line in the global or job notification options.
When operating more than 1 B&R Server it is very useful to have i.e. the B&R hostname or other informations like the vCenter in the E-Mail report body.

Thank you,
Chris
Post Reply

Who is online

Users browsing this forum: Bing [Bot], Semrush [Bot] and 101 guests