[otrs-cvs] CVS: ITSMCMDB/Kernel/Config/Files ITSMCMDB.pm,1.29,1.30

cvs-log at otrs.org cvs-log at otrs.org
Tue Nov 14 17:04:43 CET 2006


Update of /home/cvs/ITSMCMDB/Kernel/Config/Files
In directory lancelot:/tmp/cvs-serv12732/Kernel/Config/Files

Modified Files:
	ITSMCMDB.pm 
Log Message:
update

Index: ITSMCMDB.pm
===================================================================
RCS file: /home/cvs/ITSMCMDB/Kernel/Config/Files/ITSMCMDB.pm,v
retrieving revision 1.29
retrieving revision 1.30
diff -C2 -r1.29 -r1.30
*** ITSMCMDB.pm	13 Nov 2006 18:54:50 -0000	1.29
--- ITSMCMDB.pm	14 Nov 2006 16:04:39 -0000	1.30
***************
*** 10,14 ****
  # --
  
! $Self->{'CMDB::ConfigItem::Description'}->{OrgUnit} = 'The Organisation units.';
  $Self->{'CMDB::ConfigItem::Overview'}->{OrgUnit} = ['Name', 'Description', 'State'];
  $Self->{'CMDB::ConfigItem::Config'}->{OrgUnit} = [
--- 10,14 ----
  # --
  
! $Self->{'CMDB::ConfigItem::Description'}->{OrgUnit} = '"Organization Units" covers your own company (=internal) structure as well as suppliers, providers, external customers and other external parties';
  $Self->{'CMDB::ConfigItem::Overview'}->{OrgUnit} = ['Name', 'Description', 'State'];
  $Self->{'CMDB::ConfigItem::Config'}->{OrgUnit} = [
***************
*** 99,103 ****
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Location} = 'The Locations.';
  $Self->{'CMDB::ConfigItem::Overview'}->{Location} = ['Name', 'Description', 'State'];
  $Self->{'CMDB::ConfigItem::Config'}->{Location} = [
--- 99,103 ----
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Location} = 'Under "Locations" the physical structure can be hierarchically managed, e.g. buildings, floors, rooms, workplaces, patch fields ...';
  $Self->{'CMDB::ConfigItem::Overview'}->{Location} = ['Name', 'Description', 'State'];
  $Self->{'CMDB::ConfigItem::Config'}->{Location} = [
***************
*** 240,245 ****
      },
      {
!         Key => 'Timezone',
!         Name => 'Timezone',
          Description => '',
          Input => {
--- 240,245 ----
      },
      {
!         Key => 'TimeZone',
!         Name => 'Time Zone',
          Description => '',
          Input => {
***************
*** 262,266 ****
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Service} = 'The Services Catalog.';
  $Self->{'CMDB::ConfigItem::Overview'}->{Service} = ['Name', 'Description', 'DeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{Service} = [
--- 262,266 ----
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Service} = 'The structured Catalogue of all ITSM relevant IT Services can be edited here ...';
  $Self->{'CMDB::ConfigItem::Overview'}->{Service} = ['Name', 'Description', 'DeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{Service} = [
***************
*** 322,329 ****
                      Type => 'Select',
                      Data => {
                          'IT Operations' => 'IT Operations',
                          'Underpinning Contract' => 'Underpinning Contract',
                          'Other' => 'Other',
-                         'Business Process' => 'Business Process',
                      },
                      Required => 1,
--- 322,329 ----
                      Type => 'Select',
                      Data => {
+                         'Business Process' => 'Business Process',
                          'IT Operations' => 'IT Operations',
                          'Underpinning Contract' => 'Underpinning Contract',
                          'Other' => 'Other',
                      },
                      Required => 1,
***************
*** 351,355 ****
              Data => {
                  'Planned' => 'Planned',
!                 'Developmt.' => 'Developmt.',
                  'Test/QA' => 'Test/QA',
                  'Pilot' => 'Pilot',
--- 351,355 ----
              Data => {
                  'Planned' => 'Planned',
!                 'Developmt.' => 'Under Developmt.',
                  'Test/QA' => 'Test/QA',
                  'Pilot' => 'Pilot',
***************
*** 417,421 ****
      {
          Key => 'LeadTime',
!         Name => 'LeadTime',
          Description => '',
          Input => {
--- 417,421 ----
      {
          Key => 'LeadTime',
!         Name => 'Lead Time',
          Description => '',
          Input => {
***************
*** 429,433 ****
      {
          Key => 'CalcValue',
!         Name => 'CalcValue',
          Description => '',
          Input => {
--- 429,433 ----
      {
          Key => 'CalcValue',
!         Name => 'Calc. Value',
          Description => '',
          Input => {
***************
*** 441,445 ****
      {
          Key => 'BaseCost',
!         Name => 'BaseCost',
          Description => '',
          Input => {
--- 441,445 ----
      {
          Key => 'BaseCost',
!         Name => 'Base Cost',
          Description => '',
          Input => {
***************
*** 453,457 ****
      {
          Key => 'UsageCost',
!         Name => 'UsageCost',
          Description => '',
          Input => {
--- 453,457 ----
      {
          Key => 'UsageCost',
!         Name => 'Usage Cost',
          Description => '',
          Input => {
***************
*** 465,469 ****
      {
          Key => 'UsageUnit',
!         Name => 'UsageUnit',
          Description => '',
          Input => {
--- 465,469 ----
      {
          Key => 'UsageUnit',
!         Name => 'Usage Unit',
          Description => '',
          Input => {
***************
*** 496,500 ****
          Key => 'SLA',
          Name => 'SLA',
!         Description => 'SLA of Service',
          Input => {
              Type => 'Select',
--- 496,500 ----
          Key => 'SLA',
          Name => 'SLA',
!         Description => 'SLA re. Service',
          Input => {
              Type => 'Select',
***************
*** 524,528 ****
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{SLA} = 'All Service Level Agreements.';
  $Self->{'CMDB::ConfigItem::Overview'}->{SLA} = ['Name', 'Description', 'State'];
  $Self->{'CMDB::ConfigItem::Config'}->{SLA} = [
--- 524,528 ----
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{SLA} = 'All Service Level Agreements relevant to IT Service provided, are managed here ...';
  $Self->{'CMDB::ConfigItem::Overview'}->{SLA} = ['Name', 'Description', 'State'];
  $Self->{'CMDB::ConfigItem::Config'}->{SLA} = [
***************
*** 594,598 ****
          Key => 'Receivers',
          Name => 'Receivers',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 594,598 ----
          Key => 'Receivers',
          Name => 'Receivers',
!         Description => 'Receivers of the agreed Service Level',
          Input => {
              Type => 'Text',
***************
*** 606,610 ****
          Key => 'Window',
          Name => 'Window',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 606,610 ----
          Key => 'Window',
          Name => 'Window',
!         Description => 'Service Level Window(s)',
          Input => {
              Type => 'Text',
***************
*** 618,622 ****
          Key => 'Availability',
          Name => 'Availability',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 618,622 ----
          Key => 'Availability',
          Name => 'Availability',
!         Description => 'Agreed Service Availability',
          Input => {
              Type => 'Text',
***************
*** 630,634 ****
          Key => 'Target',
          Name => 'Target',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 630,634 ----
          Key => 'Target',
          Name => 'Target',
!         Description => 'Service Level Target',
          Input => {
              Type => 'Text',
***************
*** 642,646 ****
          Key => 'ResponseTime',
          Name => 'Response Time',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 642,646 ----
          Key => 'ResponseTime',
          Name => 'Response Time',
!         Description => 'Time between "Incident Start" and ITs response',
          Input => {
              Type => 'Text',
***************
*** 654,658 ****
          Key => 'RecoveryTime',
          Name => 'Recovery Time',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 654,658 ----
          Key => 'RecoveryTime',
          Name => 'Recovery Time',
!         Description => 'Maximum accepted time between "Incident Start" and incident resolution',
          Input => {
              Type => 'Text',
***************
*** 666,670 ****
          Key => 'MaxTimeToRepair',
          Name => 'Max. Time to Repair',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 666,670 ----
          Key => 'MaxTimeToRepair',
          Name => 'Max. Time to Repair',
!         Description => 'Maximum time to repair',
          Input => {
              Type => 'Text',
***************
*** 678,682 ****
          Key => 'MinTimeBetweenIncidents',
          Name => 'Min. Time between Incidents',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 678,682 ----
          Key => 'MinTimeBetweenIncidents',
          Name => 'Min. Time between Incidents',
!         Description => 'Minimum accepted time between two consecutive incidents',
          Input => {
              Type => 'Text',
***************
*** 707,711 ****
      {
          Key => 'TermStartDate',
!         Name => 'Termin Start Date',
          Description => '???',
          Input => {
--- 707,711 ----
      {
          Key => 'TermStartDate',
!         Name => 'SLA term Start Date',
          Description => '???',
          Input => {
***************
*** 716,720 ****
      {
          Key => 'TermExpirationDate',
!         Name => 'Termin Expiration Date',
          Description => '???',
          Input => {
--- 716,720 ----
      {
          Key => 'TermExpirationDate',
!         Name => 'SLA term Expiration Date',
          Description => '???',
          Input => {
***************
*** 726,730 ****
          Key => 'ReportingCycle',
          Name => 'Reporting Cycle',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 726,730 ----
          Key => 'ReportingCycle',
          Name => 'Reporting Cycle',
!         Description => 'Reporting Cycle',
          Input => {
              Type => 'Text',
***************
*** 738,742 ****
          Key => 'ReviewCycle',
          Name => 'Review Cycle',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 738,742 ----
          Key => 'ReviewCycle',
          Name => 'Review Cycle',
!         Description => 'Review Cycle',
          Input => {
              Type => 'Text',
***************
*** 749,753 ****
      {
          Key => 'NextSLAReviewDate',
!         Name => 'Next SLa Review Date',
          Description => '???',
          Input => {
--- 749,753 ----
      {
          Key => 'NextSLAReviewDate',
!         Name => 'Next SLA Review Date',
          Description => '???',
          Input => {
***************
*** 759,763 ****
          Key => 'SLABaseCost',
          Name => 'SLA Base Cost',
!         Description => '???',
          Input => {
              Type => 'Text',
--- 759,763 ----
          Key => 'SLABaseCost',
          Name => 'SLA Base Cost',
!         Description => 'SLA Base Cost',
          Input => {
              Type => 'Text',
***************
*** 778,782 ****
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Computer} = 'This is the description text of the config item "Computer" (Laptop, Desktop, Phone, PDA, Server).';
  $Self->{'CMDB::ConfigItem::Overview'}->{Computer} = ['Name', 'Description', 'CurrentDeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{Computer} = [
--- 778,782 ----
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Computer} = '"Computer" Configuration Items, such as Laptops, Desktops, Phones, PDAs, Servers etc. ...';
  $Self->{'CMDB::ConfigItem::Overview'}->{Computer} = ['Name', 'Description', 'CurrentDeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{Computer} = [
***************
*** 880,884 ****
      {
          Key => 'SerialNo',
!         Name => 'Serial No',
          Description => '',
          Input => {
--- 880,884 ----
      {
          Key => 'SerialNo',
!         Name => 'Serial No.',
          Description => '',
          Input => {
***************
*** 1056,1060 ****
          Key => 'NIC',
          Name => 'Network Adapter',
!         Description => 'Network Adapter of the computer',
          Input => {
              Type => 'Text',
--- 1056,1060 ----
          Key => 'NIC',
          Name => 'Network Adapter',
!         Description => 'Network Adapter (NIC)',
          Input => {
              Type => 'Text',
***************
*** 1071,1075 ****
                  Key => 'IPv4',
                  Name => 'IP Address (v4)',
!                 Description => 'IP Address of the network interface.',
                  Input => {
                      Type => 'Text',
--- 1071,1075 ----
                  Key => 'IPv4',
                  Name => 'IP Address (v4)',
!                 Description => 'IP Address bound to NIC',
                  Input => {
                      Type => 'Text',
***************
*** 1086,1090 ****
                  Key => 'IPv6',
                  Name => 'IP Address (v6)',
!                 Description => 'IP Address of the network interface.',
                  Input => {
                      Type => 'Text',
--- 1086,1090 ----
                  Key => 'IPv6',
                  Name => 'IP Address (v6)',
!                 Description => 'IP Address bound to NIC',
                  Input => {
                      Type => 'Text',
***************
*** 1102,1107 ****
      {
          Key => 'WarrantyExpirationDate',
!         Name => 'WarrantyExpirationDate',
!         Description => 'Date till warranty is vaild',
          Input => {
              Type => 'Date',
--- 1102,1107 ----
      {
          Key => 'WarrantyExpirationDate',
!         Name => 'Warranty Expiration Date',
!         Description => 'Date, when warranty of CI will expire',
          Input => {
              Type => 'Date',
***************
*** 1177,1182 ****
      {
          Key => 'OrgUnit',
!         Name => 'Organisation Unit',
!         Description => 'Organisation Unit of Owner',
          Input => {
              Type => 'Select',
--- 1177,1182 ----
      {
          Key => 'OrgUnit',
!         Name => 'Organization Unit',
!         Description => 'Organization Unit of Owner',
          Input => {
              Type => 'Select',
***************
*** 1206,1210 ****
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Software} = 'This is the description text of the config item "Software".';
  $Self->{'CMDB::ConfigItem::Overview'}->{Software} = ['Name', 'Description', 'CurrentDeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{Software} = [
--- 1206,1210 ----
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Software} = '"Software" Configuration Items or software application configurations ...';
  $Self->{'CMDB::ConfigItem::Overview'}->{Software} = ['Name', 'Description', 'CurrentDeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{Software} = [
***************
*** 1277,1282 ****
                      Type => 'Select',
                      Data => {
!                         'Standard Office' => 'Standard Office',
!                         'Individ.Office' => 'Individ.Office',
                          'ERP' => 'ERP',
                          'DBMS' => 'DBMS',
--- 1277,1282 ----
                      Type => 'Select',
                      Data => {
!                         'Standard Office' => 'Standard Office Appl.',
!                         'Individ.Office' => 'Individ Office Appl.',
                          'ERP' => 'ERP',
                          'DBMS' => 'DBMS',
***************
*** 1318,1322 ****
      {
          Key => 'SerialNo',
!         Name => 'Serial No',
          Description => '',
          Input => {
--- 1318,1322 ----
      {
          Key => 'SerialNo',
!         Name => 'Serial No.',
          Description => '',
          Input => {
***************
*** 1354,1358 ****
      {
          Key => 'dslLocation',
!         Name => 'dsl Location',
          Description => '',
          Input => {
--- 1354,1358 ----
      {
          Key => 'dslLocation',
!         Name => 'DSL Location',
          Description => '',
          Input => {
***************
*** 1431,1435 ****
          Key => 'LicenseExpirationDate',
          Name => 'License Expiration Date',
!         Description => 'Date till license is vaild.',
          Input => {
              Type => 'Date',
--- 1431,1435 ----
          Key => 'LicenseExpirationDate',
          Name => 'License Expiration Date',
!         Description => 'Date, when license will expire',
          Input => {
              Type => 'Date',
***************
*** 1439,1443 ****
      {
          Key => 'InstallOnCI',
!         Name => 'InstallOnCI',
          Description => '',
          Input => {
--- 1439,1443 ----
      {
          Key => 'InstallOnCI',
!         Name => 'Installed on CI(s)',
          Description => '',
          Input => {
***************
*** 1452,1456 ****
          Key => 'InstallDate',
          Name => 'Install',
!         Description => 'Date of instllation.',
          Input => {
              Type => 'Date',
--- 1452,1456 ----
          Key => 'InstallDate',
          Name => 'Install',
!         Description => 'Date of installation',
          Input => {
              Type => 'Date',
***************
*** 1517,1522 ****
      {
          Key => 'OrgUnit',
!         Name => 'Organisation Unit',
!         Description => 'Organisation Unit of Owner',
          Input => {
              Type => 'Select',
--- 1517,1522 ----
      {
          Key => 'OrgUnit',
!         Name => 'Organization Unit',
!         Description => 'Organization Unit of Owner',
          Input => {
              Type => 'Select',
***************
*** 1546,1550 ****
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Hardware} = 'This is the description text of the config item "Hardware" (Monitor, Printer, Switch, Router, WLAN AP, Security Dev., Backup Dev., Mouse, Keyboard, Camera, Beamer, Modem, PCMCIA Card, USB Device, Docking Station, Scanner, Telefax, SIM Card, Drive Array, Server Expansion).';
  $Self->{'CMDB::ConfigItem::Overview'}->{Hardware} = ['Name', 'Description', 'CurrentDeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{Hardware} = [
--- 1546,1550 ----
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Hardware} = '"Hardware" Configuration Items covers tangible IT equipment or peripherals, not falling under "Computers" (e.g. monitors, Printers, switches, routers, WLAN equipmemt, security or backup devices, mice, keyboards, cameras, beamers, modems, PCMCIA cards, USB devices, docking stations, scanner, fax machines, SIM cards, drive arrays, server expansions) ...';
  $Self->{'CMDB::ConfigItem::Overview'}->{Hardware} = ['Name', 'Description', 'CurrentDeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{Hardware} = [
***************
*** 1603,1608 ****
                          'Router' => 'Router',
                          'WLAN AP' => 'WLAN AP',
!                         'Security Dev.' => 'Security Dev.',
!                         'Backup Dev.' => 'Backup Dev.',
                          'Mouse' => 'Mouse',
                          'Keyboard' => 'Keyboard',
--- 1603,1608 ----
                          'Router' => 'Router',
                          'WLAN AP' => 'WLAN AP',
!                         'Security Dev.' => 'Security Device',
!                         'Backup Dev.' => 'Backup Device',
                          'Mouse' => 'Mouse',
                          'Keyboard' => 'Keyboard',
***************
*** 1663,1667 ****
      {
          Key => 'SerialNo',
!         Name => 'Serial No',
          Description => '',
          Input => {
--- 1663,1667 ----
      {
          Key => 'SerialNo',
!         Name => 'Serial No.',
          Description => '',
          Input => {
***************
*** 1675,1679 ****
      {
          Key => 'DHSStorageLocation',
!         Name => 'dhs Storage Location',
          Description => '',
          Input => {
--- 1675,1679 ----
      {
          Key => 'DHSStorageLocation',
!         Name => 'DHS Location',
          Description => '',
          Input => {
***************
*** 1716,1720 ****
          Key => 'WarrantyExpirationDate',
          Name => 'WarrantyExpirationDate',
!         Description => 'Date till warranty is vaild.',
          Input => {
              Type => 'Date',
--- 1716,1720 ----
          Key => 'WarrantyExpirationDate',
          Name => 'WarrantyExpirationDate',
!         Description => 'Date, when warranty will expire',
          Input => {
              Type => 'Date',
***************
*** 1725,1729 ****
          Key => 'InstallDate',
          Name => 'Install',
!         Description => 'Date of instllation.',
          Input => {
              Type => 'Date',
--- 1725,1729 ----
          Key => 'InstallDate',
          Name => 'Install',
!         Description => 'Date of installation',
          Input => {
              Type => 'Date',
***************
*** 1790,1795 ****
      {
          Key => 'OrgUnit',
!         Name => 'Organisation Unit',
!         Description => 'Organisation Unit of Owner',
          Input => {
              Type => 'Select',
--- 1790,1795 ----
      {
          Key => 'OrgUnit',
!         Name => 'Organization Unit',
!         Description => 'Organization Unit of Owner',
          Input => {
              Type => 'Select',
***************
*** 1819,1823 ****
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Network} = 'This is the description text of the config item "Network" (LAN, WLAN, Telco, GSM).';
  $Self->{'CMDB::ConfigItem::Overview'}->{Network} = ['Name', 'Description', 'CurrentDeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{Network} = [
--- 1819,1823 ----
  ];
  
! $Self->{'CMDB::ConfigItem::Description'}->{Network} = '"Network" includes logical and physical information regarding LANs, WLANs, TELCO, GSM etc. ...';
  $Self->{'CMDB::ConfigItem::Overview'}->{Network} = ['Name', 'Description', 'CurrentDeploymentState'];
  $Self->{'CMDB::ConfigItem::Config'}->{Network} = [
***************
*** 1873,1877 ****
                          'LAN' => 'LAN',
                          'WLAN' => 'WLAN',
!                         'Telco' => 'Telco',
                          'GSM' => 'GSM',
                          'Other' => 'Other',
--- 1873,1877 ----
                          'LAN' => 'LAN',
                          'WLAN' => 'WLAN',
!                         'Telco' => 'TELCO',
                          'GSM' => 'GSM',
                          'Other' => 'Other',
***************
*** 1887,1891 ****
                      Data => {
                          'Production' => 'Production',
!                         'Dvlpmt./Test' => 'Dvlpmt./Test',
                          'Fail-over' => 'Fail-over',
                          'Backup' => 'Backup',
--- 1887,1891 ----
                      Data => {
                          'Production' => 'Production',
!                         'Dvlpmt./Test' => 'Devlpmt./Test',
                          'Fail-over' => 'Fail-over',
                          'Backup' => 'Backup',
***************
*** 1924,1928 ****
      {
          Key => 'IPAddressesUsed',
!         Name => 'IP Addresses Used ',
          Description => '',
          Input => {
--- 1924,1928 ----
      {
          Key => 'IPAddressesUsed',
!         Name => 'IP Addresses Used',
          Description => '',
          Input => {
***************
*** 1996,2001 ****
      {
          Key => 'OrgUnit',
!         Name => 'Organisation Unit',
!         Description => 'Organisation Unit of Owner',
          Input => {
              Type => 'Select',
--- 1996,2001 ----
      {
          Key => 'OrgUnit',
!         Name => 'Organization Unit',
!         Description => 'Organization Unit of Owner',
          Input => {
              Type => 'Select',
***************
*** 2025,2027 ****
  ];
  
! 1;
--- 2025,2027 ----
  ];
  
! 1;
\ No newline at end of file



More information about the cvs-log mailing list