UPDATE ......Confluence has now been updated to version 9.2.6. Please see following page for details and feedback about changes:
Updates
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
...