readme.txt 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189
  1. iTop - version 1.0.0 - 20-Sep-2010
  2. Readme file
  3. 1. ABOUT THIS RELEASE
  4. 2. INSTALLATION
  5. 2.1. Requirements
  6. 2.2. Install procedure
  7. 2.3. Migration from previous version
  8. 3. FEATURES
  9. 3.1. Changes since 0.9.1
  10. 3.2. Known limitations
  11. 3.3. Known issues
  12. 1. ABOUT THIS RELEASE
  13. ==================
  14. Thank you for downloading the seventh packaged release of iTop. This version is
  15. the first complete version of iTop: it aims at being really used professionally.
  16. Additional documentation can be downloaded from http://www.combodo.com/itopdocumentation
  17. - User guide
  18. - Administrator guide
  19. - Customization guide
  20. - How to upgrade from previous versions
  21. iTop is released under the GPL (v3) license. (Check license.txt in this directory).
  22. The source code of iTop can be found on SourceForge: http://itop.sourceforge.net
  23. 1.1 Special Thanks To:
  24. -----------------
  25. Bruno Bonfils for his guidance about LDAP and authentication.
  26. Randall Badilla Castro for the Spanish translation.
  27. Jonathan Lucas and David Gumbel from ITOMIG BmBh, for the German translation.
  28. Christian Lempereur and Olivier Fouquet for their feedbacks.
  29. Everaldo Coelho and the Oxygen Team for their wonderful icons.
  30. The JQuery team and the all the jQuery plugins authors for developing such a powerful library.
  31. 2. INSTALLATION
  32. ============
  33. 2.1. Requirements
  34. ------------
  35. Server configuration:
  36. iTop is based on the AMP (Apache / MySQL / PHP) platform and requires PHP 5.2 and
  37. MySQL 5. The installation of iTop does not require any command line access to the
  38. server. The only operations required to install iTop are: copying the files to the
  39. server and browsing web pages.
  40. Client configuration:
  41. Although iTop should work with most modern web browsers, the application has been
  42. tested mostly on Firefox 3, IE7/IE8 and Chrome. iTop was designed for at least a
  43. 1024x768 screen resolution. For the graphical view of the impact analysis, Flash
  44. version 8 or higher is required.
  45. 2.2. Install procedure
  46. -----------------
  47. 1) Make sure that you have a properly configured instance of Apache/PHP running
  48. 2) Unpack the files contained in the zipped package, and copy the content of the "web"
  49. directory in a directory served by your web server.
  50. 3) Point your web browser to the URL corresponding to the directory where the files
  51. have been unpackaged and follow the indications on the screen.
  52. Note:
  53. iTop uses MySQL with the InnoDB engine. If you are running on Linux and if the setup is
  54. very slow with the hard drive spinning a lot, try to set the following value in the my.cnf
  55. configuration file (usually located at /etc/mysql/my.cnf):
  56. innodb_flush_method = O_DSYNC
  57. On some systems you'll see a 5 to 10 times performance boost for writing data into
  58. the MySQL database !
  59. 2.3. Migrating from a previous version
  60. ---------------------------------
  61. Please refer to the migration guide available at http://www.combodo.com/itopdocumentation.
  62. 3. FEATURES
  63. ========
  64. 3.1. Changes since 0.9.1
  65. -------------------
  66. Version 1.0 is a major release.
  67. Localization
  68. ------------
  69. iTop is localized: English, French, Spanish and German are available.
  70. User portal
  71. -----------
  72. Customers may submit their request directly into a dedicated page.
  73. The same page shows a report of ongoing requests.
  74. SLA Management
  75. --------------
  76. SLAs can be defined in the service management module.
  77. An escalation deadline is automatically computed upon ticket creation.
  78. In the tickets dashboard, tickets close to reach the deadline are highlighted.
  79. When the deadline is reached, the ticket automatically switches to an "escalation"
  80. state. An acknowledgement is required before returning to normal operations on
  81. that ticket.
  82. Modular setup
  83. -------------
  84. It is now possible to select ITIL modules you would like to use.
  85. For instance, you might want to install only the configuration management
  86. along with incident management.
  87. Major changes
  88. -------------
  89. - A brand new data model has been designed to make iTop more compliant to ITIL.
  90. - Graphical views have been developed to represent the relations between CIS.
  91. Two views are available today.
  92. * "impact" defines the CIs that are impacted by a given CI.
  93. * "depends on" defines the CIs that are a threat to a given CI.
  94. When creating an incident ticket, the impacted CIs and contacts to notify are
  95. automatically computed, and attached to the ticket.
  96. - The UI has been reviewed to make the application more professional.
  97. - The CSV import tool has been improved to make it easier to use.
  98. - A Web service has been developed to allow tickets to be created automatically
  99. from emails. This feature simplifies ticket creation for end-users.
  100. - User management: Finalized the UI to create new users and manage their profiles
  101. - Authentication: Added the possibility to rely on an LDAP authentication, or
  102. and external authentication (e.g. Web Server single sign-on, relying on a .htaccess file)
  103. Minor changes
  104. -------------
  105. - User welcome splash screen: message displayed to new users, the first time
  106. they logon to iTop
  107. - Implemented validation of attributes entered in forms
  108. - import.php has been finalized, and is the preferred way to load/synchronize
  109. data in a non-interactive way
  110. - New menu to edit the Audit Category and Rules
  111. Security improvements
  112. ---------------------
  113. - Data Administration menu is now restricted to administrators and
  114. configuration managers
  115. - Administration menu restricted to administrators
  116. - The same restrictions apply whenever a user attempts to access the pages directly
  117. - New setting to enforce HTTPS
  118. - Strong encryption of passwords
  119. - Prevent users from listing the application directories
  120. Bugs fixed
  121. ----------
  122. The complete list can be reviewed on http://sourceforge.net/apps/trac/itop/report/1
  123. #182 Setup fails with mysql error 1046 or 1146
  124. #144 Could not create a workgroup
  125. #97 Issue when removing an organization
  126. #105 Issue in exporting a given class of object
  127. #106 Importing data using import CSV
  128. #116 When modifying a user, the link with the profile(s) is lost.
  129. #98 Computation of free IPs in a subnet is wrong
  130. #126 'magic_quotes_gpc' test issue during setup
  131. #128 Issue when using AttributeBlob not mandatory
  132. #136 Context menus
  133. #102 Allow users to change their password.
  134. #210 Error message when trying to uploading a big file
  135. #139 mysSQL error: "truncated column", or truncated string
  136. #223 Trim spaces in CSV imports
  137. #215 Support several characters encoding for the CSV imports
  138. #239 Issue with character set (impacting searches with accents)
  139. #234 PHP Strict Standards warnings
  140. #140 Check that user logins are unique
  141. 3.2. Known limitations (https://sourceforge.net/apps/trac/itop/report/3)
  142. -----------------
  143. #71 The same MySQL credentials are used during the setup and for running the application.
  144. #246 Massive data load requiring to setup specific HTTP sessions with higher timeouts and memory limits
  145. #257 Could not delete more than 997 items when SUHOSIN is installed with its default settings (See TRAC)
  146. #265 Add reconciliations keys into CSV template
  147. 3.3. Known issues (https://sourceforge.net/apps/trac/itop/report/3)
  148. ------------
  149. #259 Not instantaneously logged off when the administrator deletes a user account
  150. #245 Search form gets too specialized: after searching on a subclass it not possible to select the base class again
  151. #175 When moving backward in the CSV import wizard, some settings may be reset (e.g column mapping)
  152. #174 CSV import not displaying the labels of enums
  153. #258 Context automatically set when specifying an organization in a search form
  154. #273 The administrator can delete his/her own user account