List of drivers for Notifier¶
Note
You can specify a configuration list to send the notification through multiple notifiers.
Print¶
Driver name: print Automatically output errors to stderr.
Email¶
Driver name : email List of all options : you can use hostname and
date as a variable.
subject: Email subject, i.e:Panic at {hostname}from: for examplebackup@ng.example.orgto: your email adresshost: SMTP server addressport: SMTP port,587by default.login: User login for SMTPpswd: Password for SMTP
Vonage SMS¶
Driver name : vonage
Use Vonage API to send an SMS.
Warning
Attachments cannot be sent by SMS. You can combine multiple notifiers with e.g. SMS and email. This way you will be notified by SMS and find the logs in the email.
List of all options :
from: name of the send, default isBackupUtilsto: phone number of the recipient, use E.164 format without leading +.vonage_key: Vonage API keyvonage_secret: Vonage API secret key