Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

The main back-end processing relies on three CRON jobs, two that run every 5 minutes and one that runs every 2 minutes:

*/5 * * * * /home/cactiuser/scripts/usagemap.sh > /dev/null 2>&1
*/5 * * * * /home/cactiuser/scripts/eumetsat_utilisation.sh > /dev/null 2>&1
*/2 * * * * /home/cactiuser/scripts/dfn_monitoring.sh > /dev/null 2>&1

MySQL Database Connections

...