|
103 | 103 |
|
104 | 104 | Dict::Add('EN US', 'English', 'English', [ |
105 | 105 | 'Class:FunctionalCI' => 'Functional CI', |
106 | | - 'Class:FunctionalCI+' => 'Abstract class grouping multiple types of Configuration Items.', |
| 106 | + 'Class:FunctionalCI+' => 'Abstract class grouping most Configuration Items types used for CMDB.', |
107 | 107 | 'Class:FunctionalCI/Attribute:name' => 'Name', |
108 | 108 | 'Class:FunctionalCI/Attribute:name+' => '', |
109 | 109 | 'Class:FunctionalCI/Attribute:description' => 'Description', |
|
263 | 263 |
|
264 | 264 | Dict::Add('EN US', 'English', 'English', [ |
265 | 265 | 'Class:DatacenterDevice' => 'Datacenter Device', |
266 | | - 'Class:DatacenterDevice+' => 'Connectable CI which can be racked in a datacenter', |
| 266 | + 'Class:DatacenterDevice+' => 'A physical equipment, connected to the network and installed in a data center, usually in a Rack or an Enclosure. This can include Servers, Network Devices, Storage Systems, SAN Switches, Tape Libraries, NAS Devices, etc.', |
267 | 267 | 'Class:DatacenterDevice/ComplementaryName' => '%1$s - %2$s', |
268 | 268 | 'Class:DatacenterDevice/Attribute:rack_id' => 'Rack', |
269 | 269 | 'Class:DatacenterDevice/Attribute:rack_id+' => '', |
|
352 | 352 |
|
353 | 353 | Dict::Add('EN US', 'English', 'English', [ |
354 | 354 | 'Class:StorageSystem' => 'Storage System', |
355 | | - 'Class:StorageSystem+' => 'Datacenter Device. Network switch compatible with the Fibre Channel protocol used by storage networks.', |
| 355 | + 'Class:StorageSystem+' => 'Storage system that can be attached either to a SAN or to an Ethernet network. The logical unit of storage managed by a Storage System is a Logical Volume.', |
356 | 356 | 'Class:StorageSystem/ComplementaryName' => '%1$s - %2$s', |
357 | 357 | 'Class:StorageSystem/Attribute:logicalvolume_list' => 'Logical volumes', |
358 | 358 | 'Class:StorageSystem/Attribute:logicalvolume_list+' => 'All the logical volumes in this storage system', |
|
623 | 623 |
|
624 | 624 | Dict::Add('EN US', 'English', 'English', [ |
625 | 625 | 'Class:DBServer' => 'DB Server', |
626 | | - 'Class:DBServer+' => 'Software Instance offering Web services (like Apache 2.4, Nginx 1.29.4, IIS 7.0) installed on a specific system (PC, Server or Virtual Machine).', |
| 626 | + 'Class:DBServer+' => 'Software Instance offering database services (MySQL 8.0, Oracle, SQL Server, DB2…) installed on a specific system (PC, Server or Virtual Machine).', |
627 | 627 | 'Class:DBServer/Attribute:dbschema_list' => 'DB schemas', |
628 | 628 | 'Class:DBServer/Attribute:dbschema_list+' => 'All the database schemas for this DB server', |
629 | 629 | ]); |
|
663 | 663 |
|
664 | 664 | Dict::Add('EN US', 'English', 'English', [ |
665 | 665 | 'Class:MiddlewareInstance' => 'Middleware Instance', |
666 | | - 'Class:MiddlewareInstance+' => 'Functional CI representing a piece of one Middleware. A Middleware being in '.ITOP_APPLICATION_SHORT.' is a Software Instance offering services to other software.', |
| 666 | + 'Class:MiddlewareInstance+' => 'Functional CI representing a service delivered by a Middleware.', |
667 | 667 | 'Class:MiddlewareInstance/ComplementaryName' => '%1$s - %2$s', |
668 | 668 | 'Class:MiddlewareInstance/Attribute:middleware_id' => 'Middleware', |
669 | 669 | 'Class:MiddlewareInstance/Attribute:middleware_id+' => '', |
|
677 | 677 |
|
678 | 678 | Dict::Add('EN US', 'English', 'English', [ |
679 | 679 | 'Class:DatabaseSchema' => 'Database Schema', |
680 | | - 'Class:DatabaseSchema+' => 'Functional CI. Dabatase instance running of a specific DB server.', |
| 680 | + 'Class:DatabaseSchema+' => 'Dabatase instance running of a specific DB server.', |
681 | 681 | 'Class:DatabaseSchema/ComplementaryName' => '%1$s - %2$s', |
682 | 682 | 'Class:DatabaseSchema/Attribute:dbserver_id' => 'DB server', |
683 | 683 | 'Class:DatabaseSchema/Attribute:dbserver_id+' => '', |
|
691 | 691 |
|
692 | 692 | Dict::Add('EN US', 'English', 'English', [ |
693 | 693 | 'Class:WebApplication' => 'Web Application', |
694 | | - 'Class:WebApplication+' => 'Functional CI. Instance of an application accessible using a web browser and that runs on a given Web Server instance. For eg. this iTop that you\'re looking at.', |
| 694 | + 'Class:WebApplication+' => 'Instance of an application accessible using a web browser and that runs on a given Web Server instance. For eg. this iTop that you\'re looking at.', |
695 | 695 | 'Class:WebApplication/ComplementaryName' => '%1$s - %2$s', |
696 | 696 | 'Class:WebApplication/Attribute:webserver_id' => 'Web server', |
697 | 697 | 'Class:WebApplication/Attribute:webserver_id+' => '', |
|
707 | 707 |
|
708 | 708 | Dict::Add('EN US', 'English', 'English', [ |
709 | 709 | 'Class:VirtualDevice' => 'Virtual Device', |
710 | | - 'Class:VirtualDevice+' => 'Functional CI. Abstract class used for server virtualization.', |
| 710 | + 'Class:VirtualDevice+' => 'Abstract class used for server virtualization (Virtual Host and Virtual Machine).', |
711 | 711 | 'Class:VirtualDevice/Attribute:status' => 'Status', |
712 | 712 | 'Class:VirtualDevice/Attribute:status+' => '', |
713 | 713 | 'Class:VirtualDevice/Attribute:status/Value:implementation' => 'implementation', |
|
728 | 728 |
|
729 | 729 | Dict::Add('EN US', 'English', 'English', [ |
730 | 730 | 'Class:VirtualHost' => 'Virtual Host', |
731 | | - 'Class:VirtualHost+' => 'Virtual Device. Abstract class used for devices hosting Virtual Machines.', |
| 731 | + 'Class:VirtualHost+' => 'Abstract class used for Virtual Devices (Hypervisor, Farm,...) hosting Virtual Machines.', |
732 | 732 | 'Class:VirtualHost/Attribute:virtualmachine_list' => 'Virtual machines', |
733 | 733 | 'Class:VirtualHost/Attribute:virtualmachine_list+' => 'All the virtual machines hosted by this host', |
734 | 734 | ]); |
|
771 | 771 |
|
772 | 772 | Dict::Add('EN US', 'English', 'English', [ |
773 | 773 | 'Class:VirtualMachine' => 'Virtual Machine', |
774 | | - 'Class:VirtualMachine+' => 'Virtual Device. Virtual equivalent to a Server, it is hosted either on an Hypervisor or on a Farm.', |
| 774 | + 'Class:VirtualMachine+' => 'Virtual Device equivalent to a Server, it is hosted either on an Hypervisor or on a Farm.', |
775 | 775 | 'Class:VirtualMachine/ComplementaryName' => '%1$s - %2$s', |
776 | 776 | 'Class:VirtualMachine/Attribute:virtualhost_id' => 'Virtual host', |
777 | 777 | 'Class:VirtualMachine/Attribute:virtualhost_id+' => '', |
|
805 | 805 |
|
806 | 806 | Dict::Add('EN US', 'English', 'English', [ |
807 | 807 | 'Class:LogicalVolume' => 'Logical Volume', |
808 | | - 'Class:LogicalVolume+' => 'The unit of storage managed inside a Storage System.', |
| 808 | + 'Class:LogicalVolume+' => 'The unit of storage managed inside a Storage System. It can be accessed by multiple Servers and Virtual Devices.', |
809 | 809 | 'Class:LogicalVolume/Attribute:name' => 'Name', |
810 | 810 | 'Class:LogicalVolume/Attribute:name+' => '', |
811 | 811 | 'Class:LogicalVolume/Attribute:lun_id' => 'LUN ID', |
|
1105 | 1105 |
|
1106 | 1106 | Dict::Add('EN US', 'English', 'English', [ |
1107 | 1107 | 'Class:Model' => 'Device Model', |
1108 | | - 'Class:Model+' => 'Typology. List the possible values for the "Model" attribute of a Physical Device. Each Model belongs to a single Brand, and usually applies to a single type of Physical Devices.', |
| 1108 | + 'Class:Model+' => 'Typology. List the possible values for the Model attribute of a Physical Device. Each Model belongs to a single Brand, and usually applies to a single type of Physical Device.', |
1109 | 1109 | 'Class:Model/ComplementaryName' => '%1$s - %2$s', |
1110 | 1110 | 'Class:Model/Attribute:brand_id' => 'Brand', |
1111 | 1111 | 'Class:Model/Attribute:brand_id+' => '', |
|
1174 | 1174 |
|
1175 | 1175 | Dict::Add('EN US', 'English', 'English', [ |
1176 | 1176 | 'Class:IOSVersion' => 'IOS Version', |
1177 | | - 'Class:IOSVersion+' => 'Typology. Possible values for the types of operating system for network devices (IOS from Cisco\'s Internetwork Operating System).', |
| 1177 | + 'Class:IOSVersion+' => 'Typology. Possible values for the versions of operating system for network devices (IOS from Cisco\'s Internetwork Operating System).', |
1178 | 1178 | 'Class:IOSVersion/Attribute:brand_id' => 'Brand', |
1179 | 1179 | 'Class:IOSVersion/Attribute:brand_id+' => '', |
1180 | 1180 | 'Class:IOSVersion/Attribute:brand_name' => 'Brand name', |
|
0 commit comments