diff --git a/datamodels/1.x/itop-change-mgmt-1.0.0/module.itop-change-mgmt.php b/datamodels/1.x/itop-change-mgmt-1.0.0/module.itop-change-mgmt.php index 2042d9e34..8024dd1b9 100644 --- a/datamodels/1.x/itop-change-mgmt-1.0.0/module.itop-change-mgmt.php +++ b/datamodels/1.x/itop-change-mgmt-1.0.0/module.itop-change-mgmt.php @@ -36,7 +36,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', - 'doc.more_information' => '/doc/itop-documentation.htm#ChangeMgmt', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/1.x/itop-config-mgmt-1.0.0/module.itop-config-mgmt.php b/datamodels/1.x/itop-config-mgmt-1.0.0/module.itop-config-mgmt.php index c812041a5..6c25ab370 100644 --- a/datamodels/1.x/itop-config-mgmt-1.0.0/module.itop-config-mgmt.php +++ b/datamodels/1.x/itop-config-mgmt-1.0.0/module.itop-config-mgmt.php @@ -45,8 +45,8 @@ SetupWebPage::AddModule( // Documentation // - 'doc.manual_setup' => '/doc/itop-documentation.htm#Installation', // Some manual installation required - 'doc.more_information' => '/doc/itop-documentation.htm#ConfigMgmt', + 'doc.manual_setup' => '', // Some manual installation required + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/1.x/itop-incident-mgmt-1.0.0/module.itop-incident-mgmt.php b/datamodels/1.x/itop-incident-mgmt-1.0.0/module.itop-incident-mgmt.php index 469412c38..84f7ad270 100644 --- a/datamodels/1.x/itop-incident-mgmt-1.0.0/module.itop-incident-mgmt.php +++ b/datamodels/1.x/itop-incident-mgmt-1.0.0/module.itop-incident-mgmt.php @@ -37,7 +37,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', - 'doc.more_information' => '/doc/itop-documentation.htm#IncidentMgmt', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/module.itop-knownerror-mgmt.php b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/module.itop-knownerror-mgmt.php index 3ea69b8eb..7aacb299c 100644 --- a/datamodels/1.x/itop-knownerror-mgmt-1.0.0/module.itop-knownerror-mgmt.php +++ b/datamodels/1.x/itop-knownerror-mgmt-1.0.0/module.itop-knownerror-mgmt.php @@ -36,7 +36,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', // No manual installation instructions - 'doc.more_information' => '/doc/itop-documentation.htm#KnownErrorsDB', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/1.x/itop-problem-mgmt-1.0.0/module.itop-problem-mgmt.php b/datamodels/1.x/itop-problem-mgmt-1.0.0/module.itop-problem-mgmt.php index 0021c669b..c3644e20e 100644 --- a/datamodels/1.x/itop-problem-mgmt-1.0.0/module.itop-problem-mgmt.php +++ b/datamodels/1.x/itop-problem-mgmt-1.0.0/module.itop-problem-mgmt.php @@ -36,7 +36,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', // No manual installation instructions - 'doc.more_information' => '/doc/itop-documentation.htm#ProblemMgmt', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/1.x/itop-request-mgmt-1.0.0/module.itop-request-mgmt.php b/datamodels/1.x/itop-request-mgmt-1.0.0/module.itop-request-mgmt.php index 067255629..c944454b6 100644 --- a/datamodels/1.x/itop-request-mgmt-1.0.0/module.itop-request-mgmt.php +++ b/datamodels/1.x/itop-request-mgmt-1.0.0/module.itop-request-mgmt.php @@ -36,7 +36,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', - 'doc.more_information' => '/doc/itop-documentation.htm#RequestMgmt', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/1.x/itop-service-mgmt-1.0.0/module.itop-service-mgmt.php b/datamodels/1.x/itop-service-mgmt-1.0.0/module.itop-service-mgmt.php index 694123df8..039247066 100644 --- a/datamodels/1.x/itop-service-mgmt-1.0.0/module.itop-service-mgmt.php +++ b/datamodels/1.x/itop-service-mgmt-1.0.0/module.itop-service-mgmt.php @@ -40,7 +40,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', // No manual installation instructions - 'doc.more_information' => '/doc/itop-documentation.htm#ServiceMgmt', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/1.x/itop-tickets-1.0.0/module.itop-tickets.php b/datamodels/1.x/itop-tickets-1.0.0/module.itop-tickets.php index c4b656f61..8e32034b6 100644 --- a/datamodels/1.x/itop-tickets-1.0.0/module.itop-tickets.php +++ b/datamodels/1.x/itop-tickets-1.0.0/module.itop-tickets.php @@ -7,7 +7,7 @@ SetupWebPage::AddModule( array( // Identification // - 'label' => 'Tickets - prerequisite for ticket modules', + 'label' => 'Tickets Management', 'category' => 'business', // Setup @@ -33,7 +33,7 @@ SetupWebPage::AddModule( // Documentation // - 'doc.manual_setup' => '', + 'doc.manual_setup' => '/documentation/itop-tickets.htm', 'doc.more_information' => '', // Default settings diff --git a/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php b/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php index 2b8a23e23..7e3bd3ae7 100755 --- a/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php +++ b/datamodels/2.x/itop-change-mgmt-itil/module.itop-change-mgmt-itil.php @@ -34,7 +34,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', - 'doc.more_information' => '/doc/itop-documentation.htm#ChangeMgmt', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php b/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php index cbf573d52..c0083832a 100755 --- a/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php +++ b/datamodels/2.x/itop-change-mgmt/module.itop-change-mgmt.php @@ -35,7 +35,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', - 'doc.more_information' => '/doc/itop-documentation.htm#ChangeMgmt', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php index 48828f7f3..5c26e9a01 100755 --- a/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php +++ b/datamodels/2.x/itop-config-mgmt/module.itop-config-mgmt.php @@ -52,8 +52,8 @@ SetupWebPage::AddModule( // Documentation // - 'doc.manual_setup' => '/doc/itop-documentation.htm#Installation', // Some manual installation required - 'doc.more_information' => '/doc/itop-documentation.htm#ConfigMgmt', + 'doc.manual_setup' => '', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php b/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php index 6e1d82421..93a48de93 100755 --- a/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php +++ b/datamodels/2.x/itop-incident-mgmt-itil/module.itop-incident-mgmt-itil.php @@ -34,7 +34,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', - 'doc.more_information' => '/doc/itop-documentation.htm#IncidentMgmt', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php b/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php index 53b3ae5ee..1a429fd21 100755 --- a/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php +++ b/datamodels/2.x/itop-knownerror-mgmt/module.itop-knownerror-mgmt.php @@ -35,7 +35,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', // No manual installation instructions - 'doc.more_information' => '/doc/itop-documentation.htm#KnownErrorsDB', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php b/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php index 6f8f5dca4..3c2f0a48d 100755 --- a/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php +++ b/datamodels/2.x/itop-problem-mgmt/module.itop-problem-mgmt.php @@ -33,8 +33,8 @@ SetupWebPage::AddModule( // Documentation // - 'doc.manual_setup' => '', // No manual installation instructions - 'doc.more_information' => '/doc/itop-documentation.htm#ProblemMgmt', + 'doc.manual_setup' => '', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php b/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php index 3dec1d6dd..08e9440aa 100755 --- a/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php +++ b/datamodels/2.x/itop-request-mgmt-itil/module.itop-request-mgmt-itil.php @@ -35,7 +35,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', - 'doc.more_information' => '/doc/itop-documentation.htm#RequestMgmtITIL', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php b/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php index 9c1a8ce26..61c9e6261 100755 --- a/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php +++ b/datamodels/2.x/itop-request-mgmt/module.itop-request-mgmt.php @@ -35,7 +35,7 @@ SetupWebPage::AddModule( // Documentation // 'doc.manual_setup' => '', - 'doc.more_information' => '/doc/itop-documentation.htm#RequestMgmt', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php b/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php index c8ff75205..5e8fe9a04 100755 --- a/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php +++ b/datamodels/2.x/itop-service-mgmt-provider/module.itop-service-mgmt-provider.php @@ -42,8 +42,8 @@ SetupWebPage::AddModule( // Documentation // - 'doc.manual_setup' => '', // No manual installation instructions - 'doc.more_information' => '/doc/itop-documentation.htm#ServiceMgmtProvider', + 'doc.manual_setup' => '', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php b/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php index 14c9994c9..fb8f8b5a7 100755 --- a/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php +++ b/datamodels/2.x/itop-service-mgmt/module.itop-service-mgmt.php @@ -41,8 +41,8 @@ SetupWebPage::AddModule( // Documentation // - 'doc.manual_setup' => '', // No manual installation instructions - 'doc.more_information' => '/doc/itop-documentation.htm#ServiceMgmt', + 'doc.manual_setup' => '', + 'doc.more_information' => '', // Default settings // diff --git a/datamodels/2.x/itop-tickets/module.itop-tickets.php b/datamodels/2.x/itop-tickets/module.itop-tickets.php index 24c61f5a5..18144c3f2 100755 --- a/datamodels/2.x/itop-tickets/module.itop-tickets.php +++ b/datamodels/2.x/itop-tickets/module.itop-tickets.php @@ -7,7 +7,7 @@ SetupWebPage::AddModule( array( // Identification // - 'label' => 'Tickets - prerequisite for ticket modules', + 'label' => 'Tickets Management', 'category' => 'business', // Setup @@ -33,7 +33,7 @@ SetupWebPage::AddModule( // Documentation // - 'doc.manual_setup' => '', + 'doc.manual_setup' => '/documentation/itop-tickets.htm', 'doc.more_information' => '', // Default settings diff --git a/doc/itop-documentation.htm b/doc/itop-documentation.htm deleted file mode 100644 index 4a8658ffe..000000000 --- a/doc/itop-documentation.htm +++ /dev/null @@ -1,172 +0,0 @@ - - -iTop Installation Help - - - - -
-

Completing the iTop installation

-

cron.php - overview

-

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

-

The following features require the activation of cron.php

- -

-

For more information about cron.php, check the Wiki

-

Scheduling cron.php on Windows

-
    -
  1. Edit the file <itop root>/webservices/cron.params to set the credentials used for cronified tasks (requires administator privileges)
  2. -
  3. Edit the file <itop root>/webservices/cron.cmd, and set the relevant path for your installation of PHP. If you care about security, it is recommended to change also the path to the parameters file <itop root>/webservices/cron.params and move this file to a place where its content is not served by the web server.
  4. -
  5. Schedule the execution of cron.cmd: -
    schtasks.exe /create /tn "iTop CRON" /sc minute /mo 1 /tr "\"<itop root>/webservices/cron.cmd\""
    -
  6. -
- - -

Scheduling cron.php on Linux/Unix

-
    -
  1. Edit the file <itop root>/webservices/cron.params to set the credentials used for cronified tasks (requires administator privileges)
  2. -
  3. If you care about security: move the file <itop root>/webservices/cron.params into a directory not in the scope of the web server (Apache), and make it be readable only by the account that will execute the cron
  4. -
  5. Edit the crontab and add the following line: -
    * * * * * /usr/bin/php <itop root>/webservices/cron.php --param_file=<itop root>/webservices/cron.params
    -
  6. -
- -

iTop Modules

- - - -

Configuration Management

-

This module allows IT operators to document all items they have under their control, it implements a CMDB following the ITIL best practices. The module provides a logical model of the IT infrastructure by identifying, controlling, maintaining and verifying the version of all existing Configuration Items (CIs). -Relationships between CIs are also documented in the Configuration Management module, so that IT engineers can easily analyze dependencies within the infrastructure and understand the impact due to incidents or changes.

-

Out of the box, iTop 1.0 allows you to manage:

- -

With iTop you can document your whole IT environment and who is responsible for managing what.

-

Any modification made on a CI is tracked with the modification date, the modified attributes values (previous and new), and the user who made the modification.

-

This module is the base for all other iTop modules and is automatically installed with iTop

- - - -

Service Management

-

This module allows you to define and maintain the Services provided by your organization, the contracts with your customers and providers and the available Service Levels for each of Service.

-

Using this module, you can document:

- -

For each type of contract you can document the costs, relate the contract to specific contacts (persons or teams), infrastructures and link it to any document.

- - - -

Request Management / Help Desk

-

The Help desk module enables you to track all the requests submitted by end users. Each user request ticket can then be assigned to a team which is responsible for making sure the request is properly handled.

-

This module uses iTop's email notification system in order to inform the contacts (callers, agents...) during the processing of each user request. A end user portal is available to enable end-users to create service requests by themselves, follow their status and provide feedbacks upon completion of each request.

-

This module depends on the Service Management Module in order to link user requests with the service catalog, define and enforce Service Level Agreements (SLAs).

- - - -

Incident Management

-

This module manages Incident tickets, created in response to incidents occurring on the infrastructure, as described in the ITIL best practices. The Service Levels Agreements (SLAs) for the tickets are defined in the Service Management Module.

-

Incident tickets can be linked to CIs (see Configuration Management) and contacts. This module uses iTop's email notification system in order to inform the agents when a new incident is created, assigned or escalated.

-

See also: Known Error Database module, Problem Management module.

- - - -

Change Management

-

The change management module allows you to track the changes occurring to your IT environment, plan them, analyze their impact and minimize their disruption. - iTop defines several profiles following the recommended ITIL roles for implementing a change management process: change manager, change supervisor and change implementer. Out of the box, iTop 1.0 offers 3 types of changes: Routine Changes, Normal Changes and Emergency Changes, each with their own specific life-cycle.

- - - -

Problem Management

-

The primary objectives of Problem Management are to prevent problems and resulting incidents from happening, to eliminate recurring incidents and to minimize the impact of incidents that cannot be prevented.

-

Use this module to track recurring issues and link many Incidents to one single Problem ticket.

-

Best uses with the Known Errors Database - - -

Known Errors Database

-

Along with the Problem Management module, use the Known Errors Database module to document the solution to recurring issues, track workarounds, investigate root causes and link together all the potentially impacted CIs, in order to speed-up the resolution of future Incidents.

- -
- - diff --git a/doc/itop-tickets.htm b/doc/itop-tickets.htm deleted file mode 100644 index 96a5d1e28..000000000 --- a/doc/itop-tickets.htm +++ /dev/null @@ -1,108 +0,0 @@ - - -iTop Installation Help - - - - -
-

Completing the iTop installation for workflow management

-

Overview

-

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

-

The following features require the activation of cron.php

- -

-

For more information about cron.php, check the iTop Wiki

-

Scheduling cron.php on Windows

-
    -
  1. Edit the file <itop root>/webservices/cron.params to set the credentials used for cronified tasks (requires administator privileges)
  2. -
  3. Edit the file <itop root>/webservices/cron.cmd, and set the relevant path for your installation of PHP. If you care about security, it is recommended to change also the path to the parameters file <itop root>/webservices/cron.params and move this file to a place where its content is not served by the web server.
  4. -
  5. Schedule the execution of cron.cmd: -
    schtasks.exe /create /tn "iTop CRON" /sc minute /mo 1 /tr "\"<itop root>/webservices/cron.cmd\""
    -
  6. -
- - -

Scheduling cron.php on Linux/Unix

-
    -
  1. Edit the file <itop root>/webservices/cron.params to set the credentials used for cronified tasks (requires administator privileges)
  2. -
  3. If you care about security: move the file <itop root>/webservices/cron.params into a directory not in the scope of the web server (Apache), and make it be readable only by the account that will execute the cron
  4. -
  5. Edit the crontab and add the following line: -
    * * * * * /usr/bin/php <itop root>/webservices/cron.php --param_file=<itop root>/webservices/cron.params
    -
  6. -
- -
- -