Skip to content
This repository was archived by the owner on Jan 23, 2019. It is now read-only.
This repository was archived by the owner on Jan 23, 2019. It is now read-only.

How to disable email alerts for a particular check? #13

@supervacuo

Description

@supervacuo

Maybe I'm just being dim.

  • I set ALERT_EMAILS in conf.py to include my email address.
  • Most checks are configured with no alert_emails option (as I want to receive notifications)
  • I am trying to suppress notifications for a few services...

Setting alert_emails: False or alert_emails: (nothing) leads to a TypeError.

Setting alert_emails: [] (an empty list; the default in run_checks.py) results in emails being sent as before.

Setting alert_emails: \n - (a list with 1 empty item) leads to TypeError: sequence item 0: expected string, NoneType found.

conf.py says "unless specified otherwise in the checks.yaml". So... how do I specify?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions