ix-ai/alertmanager-notifier

EXCLUDE_LABELS env is broken

Closed this issue · 4 comments

I've tried setting EXCLUDE_LABELS to yes and no. Labels won't be included on the alert either way

I've checked the logs and it's always logging

EXCLUDE_LABELS is set to True

I think maybe this causes the problem?

notifier_settings.update({'exclude_labels': kwargs.get('exclude_labels', True)})

tlex commented

That one is a leftover - I see I used to set defaults all over the place. I'll get rid of that 😃

Edit: commit 1bc1d3f

tlex commented

Thanks for letting me know about this issue. It should be fixed now in master.