Skip to content

Instantly share code, notes, and snippets.

@lennartkoopmann
Created July 25, 2020 22:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lennartkoopmann/890988801288f609d959368b2570a881 to your computer and use it in GitHub Desktop.
Save lennartkoopmann/890988801288f609d959368b2570a881 to your computer and use it in GitHub Desktop.
alerting {
# Notifications and callbacks for triggered alerts.
callbacks: [
{
type: email
enabled: false
# One of: SMTP, SMTPS or SMTP_TLS
transport_strategy: SMTP_TLS
host: smtp.example.org
port: 587
username: "your_username"
password: "your_password"
from: "nzyme <nzyme@example.org>"
subject_prefix: "[NZYME]"
recipients: [
"Somebody <somebody@example.org>",
"Somebody Else <somebody.else@example.org>"
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment