|
TUPA - The Ultimate PowerDNS Administration ADDITIONAL STUFF |
 |
Additional stuff
Configure crontab
The crontab script (crontab/cron_120s.php) manages:
-
PowerDNS statistic updates
-
Backup task execution
To enable it add the following line to you crontab file:
*/2 * * * * root php /path/to/tupa/crontab/cron_120s.php > dev/null
Important:
This script has to be executed every two minutes (the */2 does that). This is important because the RRD statistic database is made for one value every two minutes.
- /