You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

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

The Eumetsat back-end processing connects to a MySQL database:

dbeacon_cacti database on eumetsat.geant.net using user eumetsat

  • No labels