Files
kopia/notification/notifytemplate/testdata/generic-error.html.default.expected
Jarek Kowalski afb85cbb34 feat(cli): send error notifications and snapshot reports (#4233)
* feat(cli): send error notifications and snapshot reports

Notifications will be sent to all configured notification profiles
according to their severity levels.

The following events will trigger notifications:

- Snapshot is created (CLI only, severity >= report)
- Server Maintenance error occurs (CLI, server and UI, severity >= error)
- Any other CLI error occurs (CLI only, severity >= error).

A flag `--no-error-notifications` can be used to disable error notifications.

* added template tests

* improved time formatting in templates

* plumb through notifytemplate.Options

* more testing for formatting options

* fixed default date format to RFC1123
2024-11-11 17:53:50 -08:00

21 lines
475 B
Plaintext

Subject: Kopia has encountered an error during Some Operation on some-host
<!doctype html>
<html>
<head>
</head>
<body>
<p><b>Operation:</b> Some Operation Details</p>
<p><b>Started:</b> Thu, 02 Jan 2020 03:04:05 +0000</p>
<p><b>Finished:</b> Thu, 02 Jan 2020 03:04:06 +0000 (1s)</p>
<p><b>Message:</b> error message</p>
<pre>error details</pre>
<p>Generated at Thu, 02 Jan 2020 03:04:05 +0000 by <a href="https://kopia.io">Kopia v0-unofficial</a>.</p>
</body>
</html>