5
0
mirror of git://git.proxmox.com/git/proxmox-backup.git synced 2024-12-22 13:34:16 +03:00
proxmox-backup/templates/default/tape-load-body.txt.hbs
Lukas Wagner a4f1b175d1 server: notifications: send tape notifications via notification system
If the `notification-mode` parameter is set to `legacy-sendmail`, then
we still use the new infrastructure, but don't consider the
notification config and use a hard-coded sendmail endpoint directly.

Signed-off-by: Lukas Wagner <l.wagner@proxmox.com>
Tested-by: Gabriel Goller <g.goller@proxmox.com>
Reviewed-by: Gabriel Goller <g.goller@proxmox.com>
Tested-by: Maximiliano Sandoval <m.sandoval@proxmox.com>
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
2024-04-23 23:14:46 +02:00

16 lines
320 B
Handlebars

{{#if reason~}}
The {{ device-type }} has the wrong or no tape(s) inserted. Error:
{{ reason }}
{{/if~}}
{{#if is-changer~}}
Please insert the requested media into the changer.
Changer: {{ device }}
{{else}}
Please insert the requested media into the backup drive.
Drive: {{ device }}
{{/if}}
Media: {{ label-text }}