-
Notifications
You must be signed in to change notification settings - Fork 912
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add sending alerts to one or more email addresses #99
Comments
Thanks for the suggestion. Maybe the best way to do this is to allow piping an alert to a configurable program, at which point you could pipe to the mailer of your choice. |
Hi @mstemm, does this really work and how can I debug it? For example, testing the program_output as so:
doesn't seem to do anything. |
Actually it seems that it depends on the program, e.g. |
I'll see if I can take a look. I'm traveling this week and next so may be a bit slow to respond but I'll keep it on my todo list. |
For me, program output was working using falco 0.3.0, installed via apt-get, and Ubuntu 16.04.1 LTS. Here's the contents of my falco.yaml file:
If I start falco using
The first line is from the syslog output method, and the second line is from the program output method. So there's probably some way my configuration differs from yours. Can you provide more details on the configuration you were using and what you were doing to trigger the falco notification? |
I haven't heard an update, so I'll close this for now. Feel free to reopen if you're still running into this problem and we'll figure out the differences. |
Our only difference seems to be the distro version. Let me try on trusty/xenial and come back to you. |
I tried with Trusty, same thing. mailx works, logger doesn't. Not sure where the problem lies. Do you think I might be missing some lua-related libraries @mstemm? Is falco self-contained? |
I created a new github issue to track this problem, so we don't piggyback on this issue, which was really about adding the feature: #127. Let's continue the discussion there. |
Hi, we'd like to send an end-of-year present to everyone who contributed to Falco this year. If you'd like some schwag, could you send me your email address to mark.stemm@sysdig.com? Thanks again! |
Be awesome if Falco could be configured to send email alerts to one ro more configured email addresses.
The text was updated successfully, but these errors were encountered: