datamade / django-councilmatic

:heartpulse: Django app providing core functions for *.councilmatic.org
http://councilmatic.org
MIT License
26 stars 16 forks source link

Cloudwatch-Sentry integration #184

Open reginafcompton opened 6 years ago

reginafcompton commented 6 years ago

I set up AWS Cloudwatch to capture the syslog. I documented those steps here.

Specifically, we need to know when Python invokes an oom-killer, which gets logged in syslog. To do so, we need to set up a new route in Semabot to create well-groomed notifications in the appropriate channel.

Related to issue #182