Skip to content

Commit

Permalink
WIP on long-lived program outputs.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstemm committed Oct 6, 2017
1 parent c41bcbd commit c3ee6a9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions falco.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,12 @@ stdout_output:
# - logging (alternate method than syslog):
# program: logger -t falco-test

# If keep_alive is set to true, the program will be started once and
# continuously written to, with each output message on its own
# line. If keep_alive is set to false, the program will be re-spawned
# for each output message.

program_output:
enabled: false
keep_alive: false
program: mail -s "Falco Notification" someone@example.com

0 comments on commit c3ee6a9

Please sign in to comment.