Pop quiz - a few questions about Chapter 6
- Where do you add a new scheduled task?
a) To the config.php
file of Cacti
b) The /etc/tasks
file
c) To a new file in the /etc/cron.d
directory
- What MySQL/MariaDB command will you need to run after a full restore on a newly installed system?
a) mysql -u cactiuser -p cacti import cacti_database_20170608.sql
b) mysql -u cactiuser -p cacti restore cacti_database_20170608.sql
c) mysql -u cactiuser -p cacti < cacti_database_20170608.sql
- What file do you need to change if you want to have the automated backup run at 22:00 each day?
a) /etc/tasks
b) /etc/cron.d/cacti
c) /etc/cron.d/cactiBackup