Forum: CFEngine Help
Subject: Re: CFEngine Help: Creating reports
Author: toddnni
Link to topic: https://cfengine.com/forum/read.php?3,22871,22902#msg-22902

First of all, the control body

body executor control

works only with cf-execd. If you want to receive mails (or some reports to the 
outputs directory) you should use cf-execd and not cf-agent. Cf-execd runs the 
cf-agent (or a command specified with 'exec_command' attribute).

However I suggest you to remove 'verbose => "true"' attribute (and '-v' flag) 
and use only 'inform => "true"' (or a corresponding flag with cf-agent). With 
this setting cfengine is verbose enough.

Later on you may want to remove 'inform => "true"' also and write report 
promises to each bundle.

_______________________________________________
Help-cfengine mailing list
Help-cfengine@cfengine.org
https://cfengine.org/mailman/listinfo/help-cfengine

Reply via email to