From 5420d0e3a092fa267ef3a594a392f1a7ca10b464 Mon Sep 17 00:00:00 2001 From: Mark Stemm Date: Fri, 6 Oct 2017 13:32:51 -0700 Subject: [PATCH] WIP on long-lived program outputs. --- falco.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/falco.yaml b/falco.yaml index 0d699d61..1000d4fc 100644 --- a/falco.yaml +++ b/falco.yaml @@ -66,6 +66,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