diff --git a/doc/itop-documentation.htm b/doc/itop-documentation.htm index 5a2bc93318..d4f186b527 100644 --- a/doc/itop-documentation.htm +++ b/doc/itop-documentation.htm @@ -74,22 +74,19 @@ a.internal:hover {

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

    -
  1. Edit the content of cron.bat to supply the correct user name and password to connect to iTop

    -
  2. Use schedtask.exe or the 'at' command to schedule cron.bat to run every minute.
  3. +
  4. To be documented

    +
  5. 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

    -
  1. Edit the content of cron.sh to supply the correct user name and password to connect to iTop

    -
  2. 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
    -
  3. +
  4. To be documented
  5. +
  6. 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.

iTop Modules