rubrikinc / use-case-powershell-backup-validation

Recovery Validation Framework with PowerShell
https://build.rubrik.com/use-cases/backup-validation/
MIT License
10 stars 5 forks source link

Email Report #8

Open rfitzhugh opened 5 years ago

rfitzhugh commented 5 years ago

Describe the solution you'd like

Customer is requesting ability for use case/script to email report of success/failure for workloads validated by this project.

jaapbrasser commented 5 years ago

What kind of details would the customer like to see in this report, any preference for output type (pdf/excel/html)?

rfitzhugh commented 4 years ago

Details should include which workloads were validated and results of tests (to include application availability for DBs). Output via email should be HTML and/or PDF.

cleygraf commented 4 years ago

I have implemented some simple reporting (see https://github.com/cleygraf/use-case-powershell-backup-validation/tree/development). Basically a JSON file containing a summary of all tests is created. This file can easily be used to generate an email containing an HTML report or to create a CSV file for import into Excel. A pull request is ongoing.