Backup report template
-
Is there somewhere I can see the backup report templates? Or, does anyone know what the different possible subject lines are? We are sending the backup reports somewhere we can parse the emails and need to know what to trigger alerts on. Thank you!
-
Question for @julien-f I think
-
@cleverit Hey there, instead of parsing the email, would you like us to join the raw (gzipped) JSON log?
-
@julien-f Not really, no haha. So we use a PSA software called Halo for our business and they have a concept of service monitoring whereby you can setup a service and have Halo monitor for when an email is not received on time (every 24 hours, for example), when an email is received in a success state, and when an email is received in a failure state. Then it can be setup to automatically create a ticket when a failure is noted. So I really just need to know the subject line for when a backup encounters an issue.
-
@cleverit Ok, the subject should look like this:
[Xen Orchestra] <status> - Backup report for <job name> <icon>
Where
<status>
can be success, failure, interrupted or skipped. -
Wouldn't that support something like doesn't match pattern? I got similar monitoring, although i have a custom script that does the check but essentially i just look for status being
success
and if not, then alert.