mirror of
https://github.com/falcosecurity/falco.git
synced 2025-07-04 02:16:46 +00:00
WIP on long-lived program outputs.
This commit is contained in:
parent
72014f3522
commit
5420d0e3a0
@ -66,6 +66,12 @@ stdout_output:
|
|||||||
# - logging (alternate method than syslog):
|
# - logging (alternate method than syslog):
|
||||||
# program: logger -t falco-test
|
# 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:
|
program_output:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
keep_alive: false
|
||||||
program: mail -s "Falco Notification" someone@example.com
|
program: mail -s "Falco Notification" someone@example.com
|
||||||
|
Loading…
Reference in New Issue
Block a user