mirror of
https://github.com/kopia/kopia.git
synced 2025-12-23 22:57:50 -05:00
* 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
9 lines
362 B
HTML
9 lines
362 B
HTML
Subject: Test notification from Kopia at {{ .EventTime | formatTime }}
|
|
|
|
<p>This is a test notification from Kopia.</p>
|
|
|
|
<li>Kopia Version: <b>{{ .KopiaBuildVersion }}</b></li>
|
|
<li>Build Info: <b>{{ .KopiaBuildInfo }}</b></li>
|
|
<li>Github Repo: <b>{{ .KopiaRepo }}</b></li>
|
|
|
|
If you received this, your notification configuration on {{ .Hostname }} is correct. |