Completing the iTop installation
+Under Construction
In order to operate properly, iTop maintenance operations and asynchronous tasks must be executed on a regular basis. -In order to ease the installation, all the background tasks have been grouped to be launched from a single file: webservices/cron.php -which is called from either cron.bat or cron.sh depending on the operating system. This file must then be scheduled to be executed on a regular basis.
-Scheduling cron.bat on Windows
+In order to ease the installation, all the background tasks have been grouped to be launched from a single file: webservices/cron.php +Scheduling cron.php on Windows
-
-
- Edit the content of cron.bat to supply the correct user name and password to connect to iTop -
- Use schedtask.exe or the 'at' command to schedule cron.bat to run every minute. +
- To be documented +
- Use schedtask.exe or the 'at' command to schedule cron.php to run every minute. Refer to cron.php and the Readme file for the options/parameters.
Scheduling cron.sh on Linux/Unix
+Scheduling cron.php on Linux/Unix
-
-
- Edit the content of cron.sh to supply the correct user name and password to connect to iTop -
- Add the following line to the crontab file:
-(Adjust the path /var/www/itop/webservices to the correct location for iTop)
-* * * * * /var/www/itop/webservices/cron.sh > /dev/null 2>&1-
+ - To be documented +
- Use the cron command to schedule the execution of cron.php every minute. Refer to cron.php and the Readme file for the options/parameters.