falco.yaml: change default program_output action (#507) (#541)

falco-CLA-1.0-signed-off-by: Xiang Dai <764524258@qq.com>1
This commit is contained in:
Mark Stemm 2019-02-20 09:32:14 -08:00 committed by GitHub
parent 135fafb56b
commit 0b29b122e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -137,7 +137,7 @@ webserver:
program_output:
enabled: false
keep_alive: false
program: mail -s "Falco Notification" someone@example.com
program: "jq '{text: .output}' | curl -d @- -X POST https://hooks.slack.com/services/XXX"
http_output:
enabled: false