You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 23, 2019. It is now read-only.
Maybe I'm just being dim.
ALERT_EMAILSinconf.pyto include my email address.alert_emailsoption (as I want to receive notifications)Setting
alert_emails: Falseoralert_emails:(nothing) leads to aTypeError.Setting
alert_emails: [](an empty list; the default inrun_checks.py) results in emails being sent as before.Setting
alert_emails: \n -(a list with 1 empty item) leads toTypeError: sequence item 0: expected string, NoneType found.conf.pysays "unless specified otherwise in the checks.yaml". So... how do I specify?