Skip to content

Instantly share code, notes, and snippets.

@logpacker
Created March 7, 2016 05:07
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 logpacker/12947160edc099bda8bc to your computer and use it in GitHub Desktop.
Save logpacker/12947160edc099bda8bc to your computer and use it in GitHub Desktop.
notify.ini
; Choose a way to notify about new logs
; Choose an interval for this and etc.
; providers can be comma-separated. Available: sendmail, slack, smtp, twilio
providers=sendmail
; interval in seconds
interval=3600
; log levels to include
levels=Fatal,Error
; tags to include. all by default
tags=*
[Sendmail]
; emails are comma separated
emails=
[Slack]
; slack token
token=
; channels are comma separated
channels=
[SMTP]
; emails are comma separated
emails=
; SMTP host
host=smtp.example.com
; SMTP login
login=foo@bar.com
; SMTP pass
pass=
; SMTP port
port=587
; Reply-To
replyto=robot@example.com
; You have to past here your account credentials
[Twilio]
; AccountSID, for example AC6322d5e60c2aadd30700b124b06e6dde
id=
; Auth token
token=
; Your phone number, including the +N zone number. +15005550006
; Can be comma-separated
to=
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment