Cron job every minute

Hello, can someone tell me why do we need to have a cron job running every minute?

          • [ -e /usr/sbin/fwconsole ] && /usr/sbin/fwconsole job --run --quiet 2>&1 > /dev/null

That creates too many lines in auditd that we are monitoring.

Ask the vendor or filter the logs.

AFAIK, this takes care of several “automated” jobs within FreePBX.

You see this alot on system that have their own job scheduler. Since the clock on the OS is more stable (assuming the application even had its own clock, which they usually dont) it uses that to run a generic job to look for more specific ones that are defined elsewhere.

The best solution is to filter logs before use.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.