These guide details how to manage the crontab settings of dashboard machines.
Two tasks are supported:
-
pull: Download and save settings of into
<dashboad_name>/crontabfile. -
push: Install setting found in
<dashboad_name>/crontabon the remote machine.
For a specific dashboard:
cd maintenance
make pull-crontab.<dashboard_name>
Or all supported dashboards:
cd maintenance
make pull-crontab
For a specific dashboard:
cd maintenance
make push-crontab.<dashboard_name>
For all supported dashboards:
cd maintenance
make push-crontab