I have a problem where it appears that my schedule for running cf-agent
is being ignored. I'm trying to set it to run once an hour using this
schedule:
body executor control
{
splaytime => "5";
mailto => "[email protected]";
smtpserver => "localhost";
mailmaxlines => "30";
schedule => { "Min00_05" };
# Instead of a separate update script, now do this
exec_command => "$(sys.workdir)/bin/cf-agent -f failsafe.cf &&
$(sys.workdir)/bin/cf-agent";
}
I'm calling cf-execd from cron every five minutes on my clients:
*/5 * * * * root /usr/sbin/cf-execd -F
The outcome is that cf-agent is getting called every five minutes. Is
there an obvious problem with my configuration?
Thanks,
--Bruce
_______________________________________________
Help-cfengine mailing list
[email protected]
https://cfengine.org/mailman/listinfo/help-cfengine