mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-23 02:28:44 +02:00
Obsoleted the setup/data folder and moved the few sample data still used to the relevant modules (audit in config mgmt, and trigger/actions in ticketing)
SVN:trunk[643]
This commit is contained in:
5
modules/itop-tickets-1.0.0/exclude.txt
Normal file
5
modules/itop-tickets-1.0.0/exclude.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
#
|
||||
# The following source files are not re-distributed with the "build" of the application
|
||||
# since they are used solely for constructing other files during the build process
|
||||
#
|
||||
export_triggers_actions.cmd
|
||||
12
modules/itop-tickets-1.0.0/export_triggers_actions.cmd
Normal file
12
modules/itop-tickets-1.0.0/export_triggers_actions.cmd
Normal file
@@ -0,0 +1,12 @@
|
||||
SET WEBROOT=http://localhost:81/
|
||||
SET EXPORT=%WEBROOT%/webservices/export.php
|
||||
|
||||
SET USER=admin
|
||||
SET PWD=test
|
||||
|
||||
REM The order (numbering) of the files is important since
|
||||
REM it dictates the order to import them back
|
||||
wget --output-document=sample.data.ta-triggers.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT Trigger&format=xml"
|
||||
wget --output-document=sample.data.ta-actions.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT ActionEmail&format=xml"
|
||||
wget --output-document=sample.data.ta-links.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkTriggerAction&format=xml"
|
||||
pause
|
||||
@@ -1,21 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizOrganization id="2">
|
||||
<name>Demo</name>
|
||||
<code>MCO</code>
|
||||
<status>implementation</status>
|
||||
<parent_id>0</parent_id>
|
||||
</bizOrganization>
|
||||
<bizOrganization id="3">
|
||||
<name>France Telecom</name>
|
||||
<code>FT</code>
|
||||
<status>production</status>
|
||||
<parent_id>0</parent_id>
|
||||
</bizOrganization>
|
||||
<bizOrganization id="5">
|
||||
<name>Oracle</name>
|
||||
<code>ORA</code>
|
||||
<status>production</status>
|
||||
<parent_id>0</parent_id>
|
||||
</bizOrganization>
|
||||
</Set>
|
||||
@@ -1,22 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizLocation id="2">
|
||||
<name>Grenoble</name>
|
||||
<status>production</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>high</severity>
|
||||
<address>5 Avenue de la Poste</address>
|
||||
<country>France</country>
|
||||
<parent_location_id>3</parent_location_id>
|
||||
</bizLocation>
|
||||
<bizLocation id="3">
|
||||
<name>Paris</name>
|
||||
<status>implementation</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>high</severity>
|
||||
<address>5 rue de la Paroisse
|
||||
15eme arrondissement</address>
|
||||
<country>France</country>
|
||||
<parent_location_id>3</parent_location_id>
|
||||
</bizLocation>
|
||||
</Set>
|
||||
@@ -1,53 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizPerson id="327">
|
||||
<name>Dali</name>
|
||||
<status>available</status>
|
||||
<org_id>2</org_id>
|
||||
<email>salvador.dali@combodo.com</email>
|
||||
<phone></phone>
|
||||
<location_id>3</location_id>
|
||||
<first_name>Salvador</first_name>
|
||||
<employee_number></employee_number>
|
||||
</bizPerson>
|
||||
<bizPerson id="5">
|
||||
<name>Dumas</name>
|
||||
<status>available</status>
|
||||
<org_id>2</org_id>
|
||||
<email>alexandre.dumas@gmail.com</email>
|
||||
<phone></phone>
|
||||
<location_id>3</location_id>
|
||||
<first_name>Dumas</first_name>
|
||||
<employee_number></employee_number>
|
||||
</bizPerson>
|
||||
<bizPerson id="320">
|
||||
<name>Greg</name>
|
||||
<status>available</status>
|
||||
<org_id>3</org_id>
|
||||
<email>gre.bob@oracle.com</email>
|
||||
<phone></phone>
|
||||
<location_id>0</location_id>
|
||||
<first_name>bob</first_name>
|
||||
<employee_number></employee_number>
|
||||
</bizPerson>
|
||||
<bizPerson id="6">
|
||||
<name>Hugo</name>
|
||||
<status>available</status>
|
||||
<org_id>2</org_id>
|
||||
<email>victor.hugo@gmail.com</email>
|
||||
<phone>33172382223</phone>
|
||||
<location_id>3</location_id>
|
||||
<first_name>Victor</first_name>
|
||||
<employee_number>e12345</employee_number>
|
||||
</bizPerson>
|
||||
<bizPerson id="4">
|
||||
<name>Verne</name>
|
||||
<status>available</status>
|
||||
<org_id>2</org_id>
|
||||
<email>jules.verne@gmail.com</email>
|
||||
<phone></phone>
|
||||
<location_id>2</location_id>
|
||||
<first_name>Jules</first_name>
|
||||
<employee_number></employee_number>
|
||||
</bizPerson>
|
||||
</Set>
|
||||
@@ -1,19 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizTeam id="7">
|
||||
<name>Application support</name>
|
||||
<status>available</status>
|
||||
<org_id>2</org_id>
|
||||
<email>application@mecanorama.com</email>
|
||||
<phone>33456456788</phone>
|
||||
<location_id>2</location_id>
|
||||
</bizTeam>
|
||||
<bizTeam id="8">
|
||||
<name>ITOP admin team</name>
|
||||
<status>available</status>
|
||||
<org_id>2</org_id>
|
||||
<email>combodo@gmail.com</email>
|
||||
<phone>33123453612</phone>
|
||||
<location_id>3</location_id>
|
||||
</bizTeam>
|
||||
</Set>
|
||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@@ -1,33 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizApplication id="310">
|
||||
<name>Oracle 10g</name>
|
||||
<status>production</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>high</severity>
|
||||
<device_id>107</device_id>
|
||||
<install_date>2008-11-05 00:00:00</install_date>
|
||||
<version>10g</version>
|
||||
<function>Database</function>
|
||||
</bizApplication>
|
||||
<bizApplication id="311">
|
||||
<name>outlook Office</name>
|
||||
<status>production</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>high</severity>
|
||||
<device_id>9</device_id>
|
||||
<install_date>2008-12-30 00:00:00</install_date>
|
||||
<version>8.4</version>
|
||||
<function>Mail client</function>
|
||||
</bizApplication>
|
||||
<bizApplication id="312">
|
||||
<name>Outlook server</name>
|
||||
<status>implementation</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>high</severity>
|
||||
<device_id>107</device_id>
|
||||
<install_date>2008-12-20 00:00:00</install_date>
|
||||
<version>8.1</version>
|
||||
<function>Mail Server</function>
|
||||
</bizApplication>
|
||||
</Set>
|
||||
@@ -1,71 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizNetworkDevice id="313">
|
||||
<name>router01</name>
|
||||
<status>production</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>high</severity>
|
||||
<location_id>3</location_id>
|
||||
<brand>Cisco</brand>
|
||||
<model>6500</model>
|
||||
<serial_number>S2345985</serial_number>
|
||||
<mgmt_ip>10.2.22.1</mgmt_ip>
|
||||
<type>router</type>
|
||||
<default_gateway></default_gateway>
|
||||
<ios_version>8.2</ios_version>
|
||||
<memory>flash :1=16.48MB</memory>
|
||||
<snmp_read>public</snmp_read>
|
||||
<snmp_write>private</snmp_write>
|
||||
</bizNetworkDevice>
|
||||
<bizNetworkDevice id="314">
|
||||
<name>router02</name>
|
||||
<status>production</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>high</severity>
|
||||
<location_id>2</location_id>
|
||||
<brand>Cisco</brand>
|
||||
<model>6500</model>
|
||||
<serial_number>S2345985</serial_number>
|
||||
<mgmt_ip></mgmt_ip>
|
||||
<type>switch</type>
|
||||
<default_gateway>10.25.3.1</default_gateway>
|
||||
<ios_version>8.2</ios_version>
|
||||
<memory>flash :1=16.48MB</memory>
|
||||
<snmp_read>public</snmp_read>
|
||||
<snmp_write>private</snmp_write>
|
||||
</bizNetworkDevice>
|
||||
<bizNetworkDevice id="315">
|
||||
<name>router03</name>
|
||||
<status>production</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>high</severity>
|
||||
<location_id>3</location_id>
|
||||
<brand>Cisco</brand>
|
||||
<model>6500</model>
|
||||
<serial_number>S2345985</serial_number>
|
||||
<mgmt_ip></mgmt_ip>
|
||||
<type>switch</type>
|
||||
<default_gateway>10.25.3.6</default_gateway>
|
||||
<ios_version>8.2</ios_version>
|
||||
<memory>flash :1=16.48MB</memory>
|
||||
<snmp_read>toto</snmp_read>
|
||||
<snmp_write>private</snmp_write>
|
||||
</bizNetworkDevice>
|
||||
<bizNetworkDevice id="316">
|
||||
<name>switch01</name>
|
||||
<status>production</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>high</severity>
|
||||
<location_id>3</location_id>
|
||||
<brand></brand>
|
||||
<model></model>
|
||||
<serial_number></serial_number>
|
||||
<mgmt_ip></mgmt_ip>
|
||||
<type>switch</type>
|
||||
<default_gateway></default_gateway>
|
||||
<ios_version></ios_version>
|
||||
<memory></memory>
|
||||
<snmp_read></snmp_read>
|
||||
<snmp_write></snmp_write>
|
||||
</bizNetworkDevice>
|
||||
</Set>
|
||||
@@ -1,48 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizInterface id="322">
|
||||
<name>ethernet0/1</name>
|
||||
<status>implementation</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>low</severity>
|
||||
<device_id>313</device_id>
|
||||
<logical_type>port</logical_type>
|
||||
<physical_type>ethernet</physical_type>
|
||||
<ip_address>15.128.3.2</ip_address>
|
||||
<mask></mask>
|
||||
<mac></mac>
|
||||
<speed></speed>
|
||||
<duplex>unknown</duplex>
|
||||
<if_connected_id>0</if_connected_id>
|
||||
</bizInterface>
|
||||
<bizInterface id="324">
|
||||
<name>ethernet0/2</name>
|
||||
<status>implementation</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>low</severity>
|
||||
<device_id>314</device_id>
|
||||
<logical_type>port</logical_type>
|
||||
<physical_type>ethernet</physical_type>
|
||||
<ip_address>15.128.3.1</ip_address>
|
||||
<mask></mask>
|
||||
<mac></mac>
|
||||
<speed></speed>
|
||||
<duplex>unknown</duplex>
|
||||
<if_connected_id>0</if_connected_id>
|
||||
</bizInterface>
|
||||
<bizInterface id="330">
|
||||
<name>ethernet0/3</name>
|
||||
<status>implementation</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>low</severity>
|
||||
<device_id>11</device_id>
|
||||
<logical_type>port</logical_type>
|
||||
<physical_type>ethernet</physical_type>
|
||||
<ip_address>15.128.3.4</ip_address>
|
||||
<mask></mask>
|
||||
<mac></mac>
|
||||
<speed></speed>
|
||||
<duplex>unknown</duplex>
|
||||
<if_connected_id>0</if_connected_id>
|
||||
</bizInterface>
|
||||
</Set>
|
||||
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizCircuit id="328">
|
||||
<name>Paris-Grenoble</name>
|
||||
<status>implementation</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>low</severity>
|
||||
<speed></speed>
|
||||
<location1_id>3</location1_id>
|
||||
<location2_id>2</location2_id>
|
||||
<interface1_id>322</interface1_id>
|
||||
<interface2_id>324</interface2_id>
|
||||
<provider_id>4</provider_id>
|
||||
<carrier_ref>FT-2345</carrier_ref>
|
||||
</bizCircuit>
|
||||
</Set>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkContactRealObject id="1">
|
||||
<contact_id>8</contact_id>
|
||||
<object_id>6</object_id>
|
||||
<role>business model expert</role>
|
||||
</lnkContactRealObject>
|
||||
<lnkContactRealObject id="2">
|
||||
<contact_id>4</contact_id>
|
||||
<object_id>9</object_id>
|
||||
<role>owner</role>
|
||||
</lnkContactRealObject>
|
||||
<lnkContactRealObject id="3">
|
||||
<contact_id>6</contact_id>
|
||||
<object_id>107</object_id>
|
||||
<role>Server Owner</role>
|
||||
</lnkContactRealObject>
|
||||
<lnkContactRealObject id="4">
|
||||
<contact_id>8</contact_id>
|
||||
<object_id>4</object_id>
|
||||
<role>Team Leader</role>
|
||||
</lnkContactRealObject>
|
||||
</Set>
|
||||
@@ -1,17 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizWorkgroup id="317">
|
||||
<name>FLS Desktop</name>
|
||||
<status>production</status>
|
||||
<org_id>2</org_id>
|
||||
<team_id>7</team_id>
|
||||
<role>1st level support</role>
|
||||
</bizWorkgroup>
|
||||
<bizWorkgroup id="318">
|
||||
<name>FLS Network</name>
|
||||
<status>production</status>
|
||||
<org_id>2</org_id>
|
||||
<team_id>8</team_id>
|
||||
<role>2nd level support</role>
|
||||
</bizWorkgroup>
|
||||
</Set>
|
||||
@@ -1,89 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizServiceCall id="1">
|
||||
<name>S-000001</name>
|
||||
<title>new call</title>
|
||||
<type>Desktop</type>
|
||||
<org_id>2</org_id>
|
||||
<call_status>Closed</call_status>
|
||||
<call_description>gsgwg
|
||||
wrgwerg
|
||||
wrgtwer
|
||||
gt</call_description>
|
||||
<creation_date>2009-09-18 10:21:00</creation_date>
|
||||
<last_update>0000-00-00 00:00:00</last_update>
|
||||
<next_update>0000-00-00 00:00:00</next_update>
|
||||
<end_date>2009-09-22 21:34:35</end_date>
|
||||
<caller_id>5</caller_id>
|
||||
<impact>issue</impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>6</agent_id>
|
||||
<action_log>et blabla</action_log>
|
||||
<severity>low</severity>
|
||||
<resolution>et zouzou</resolution>
|
||||
<source>phone</source>
|
||||
</bizServiceCall>
|
||||
<bizServiceCall id="4">
|
||||
<name>S-000004</name>
|
||||
<title>Need a new PC</title>
|
||||
<type>Desktop</type>
|
||||
<org_id>2</org_id>
|
||||
<call_status>WorkInProgress</call_status>
|
||||
<call_description>Hello
|
||||
|
||||
i need a new laptop for working
|
||||
Could you send me a new one</call_description>
|
||||
<creation_date>2009-09-23 21:20:00</creation_date>
|
||||
<last_update>2009-09-23 21:22:09</last_update>
|
||||
<next_update>0000-00-00 00:00:00</next_update>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<caller_id>6</caller_id>
|
||||
<impact>user cannot work anymore</impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>327</agent_id>
|
||||
<action_log>we are looking into our store</action_log>
|
||||
<severity>low</severity>
|
||||
<resolution></resolution>
|
||||
<source>phone</source>
|
||||
</bizServiceCall>
|
||||
<bizServiceCall id="5">
|
||||
<name>S-000005</name>
|
||||
<title>Need help for iTop</title>
|
||||
<type>Server</type>
|
||||
<org_id>1</org_id>
|
||||
<call_status>New</call_status>
|
||||
<call_description>I would like a demo for iTop</call_description>
|
||||
<creation_date>2009-09-25 22:11:00</creation_date>
|
||||
<last_update>0000-00-00 00:00:00</last_update>
|
||||
<next_update>0000-00-00 00:00:00</next_update>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<caller_id>1</caller_id>
|
||||
<impact>Not urgent</impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>0</agent_id>
|
||||
<action_log></action_log>
|
||||
<severity>low</severity>
|
||||
<resolution></resolution>
|
||||
<source>phone</source>
|
||||
</bizServiceCall>
|
||||
<bizServiceCall id="6">
|
||||
<name>S-000006</name>
|
||||
<title>New service call</title>
|
||||
<type>Server</type>
|
||||
<org_id>2</org_id>
|
||||
<call_status>WorkInProgress</call_status>
|
||||
<call_description>My request</call_description>
|
||||
<creation_date>2009-09-25 23:24:00</creation_date>
|
||||
<last_update>2009-09-25 23:33:43</last_update>
|
||||
<next_update>0000-00-00 00:00:00</next_update>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<caller_id>5</caller_id>
|
||||
<impact>test</impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>327</agent_id>
|
||||
<action_log></action_log>
|
||||
<severity>low</severity>
|
||||
<resolution></resolution>
|
||||
<source>phone</source>
|
||||
</bizServiceCall>
|
||||
</Set>
|
||||
@@ -1,132 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizIncidentTicket id="1">
|
||||
<name>I-000001</name>
|
||||
<title>PC issue</title>
|
||||
<type>Desktop</type>
|
||||
<org_id>2</org_id>
|
||||
<ticket_status>WorkInProgress</ticket_status>
|
||||
<initial_situation>there is an issue with my PC</initial_situation>
|
||||
<current_situation></current_situation>
|
||||
<start_date>2009-02-10 21:30:55</start_date>
|
||||
<last_update>0000-00-00 00:00:00</last_update>
|
||||
<next_update>0000-00-00 00:00:00</next_update>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<caller_id>4</caller_id>
|
||||
<impact>not able to start IE</impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>6</agent_id>
|
||||
<action_log>We are about to connect to your PC via Netmeeting and troubleshoot what's up.
|
||||
|
||||
Then we will try to contact Microsoft to understand if it is a known issue</action_log>
|
||||
<severity>critical</severity>
|
||||
<assignment_count>1</assignment_count>
|
||||
<resolution></resolution>
|
||||
</bizIncidentTicket>
|
||||
<bizIncidentTicket id="2">
|
||||
<name>I-000002</name>
|
||||
<title>Network issue</title>
|
||||
<type>Network</type>
|
||||
<org_id>2</org_id>
|
||||
<ticket_status>Assigned</ticket_status>
|
||||
<initial_situation>No more access to the network</initial_situation>
|
||||
<current_situation>Network connectivity lost</current_situation>
|
||||
<start_date>2009-02-19 19:07:25</start_date>
|
||||
<last_update>0000-00-00 00:00:00</last_update>
|
||||
<next_update>0000-00-00 00:00:00</next_update>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<caller_id>6</caller_id>
|
||||
<impact>not important</impact>
|
||||
<workgroup_id>318</workgroup_id>
|
||||
<agent_id>6</agent_id>
|
||||
<action_log>need to investigate the network</action_log>
|
||||
<severity>low</severity>
|
||||
<assignment_count>2</assignment_count>
|
||||
<resolution></resolution>
|
||||
</bizIncidentTicket>
|
||||
<bizIncidentTicket id="3">
|
||||
<name>I-000003</name>
|
||||
<title>Disk Failure on Server01</title>
|
||||
<type>Server</type>
|
||||
<org_id>2</org_id>
|
||||
<ticket_status>WorkInProgress</ticket_status>
|
||||
<initial_situation>Partition /var is no more accessible.
|
||||
It seems that hard disk is broken</initial_situation>
|
||||
<current_situation>Filesystem is full</current_situation>
|
||||
<start_date>2009-03-21 08:27:46</start_date>
|
||||
<last_update>2009-02-10 22:25:00</last_update>
|
||||
<next_update>2009-02-10 00:25:00</next_update>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<caller_id>5</caller_id>
|
||||
<impact>Really important for the business</impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>6</agent_id>
|
||||
<action_log>There are lot of logs file to be trimed</action_log>
|
||||
<severity>medium</severity>
|
||||
<assignment_count>2</assignment_count>
|
||||
<resolution></resolution>
|
||||
</bizIncidentTicket>
|
||||
<bizIncidentTicket id="4">
|
||||
<name>I-000004</name>
|
||||
<title>Oracle Database down on domino</title>
|
||||
<type>Server</type>
|
||||
<org_id>2</org_id>
|
||||
<ticket_status>New</ticket_status>
|
||||
<initial_situation>Database Oracle is no more accessible on Server01</initial_situation>
|
||||
<current_situation>Customer cannot access Order web site.</current_situation>
|
||||
<start_date>2009-03-17 09:31:09</start_date>
|
||||
<last_update>0000-00-00 00:00:00</last_update>
|
||||
<next_update>0000-00-00 00:00:00</next_update>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<caller_id>6</caller_id>
|
||||
<impact>Very critical</impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>0</agent_id>
|
||||
<action_log></action_log>
|
||||
<severity>low</severity>
|
||||
<assignment_count>0</assignment_count>
|
||||
<resolution></resolution>
|
||||
</bizIncidentTicket>
|
||||
<bizIncidentTicket id="5">
|
||||
<name>I-000005</name>
|
||||
<title>Issue with my pc</title>
|
||||
<type>Desktop</type>
|
||||
<org_id>2</org_id>
|
||||
<ticket_status>Assigned</ticket_status>
|
||||
<initial_situation>My PC is locked</initial_situation>
|
||||
<current_situation>We have to analyze</current_situation>
|
||||
<start_date>2009-03-01 23:22:38</start_date>
|
||||
<last_update>0000-00-00 00:00:00</last_update>
|
||||
<next_update>0000-00-00 00:00:00</next_update>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<caller_id>6</caller_id>
|
||||
<impact></impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>5</agent_id>
|
||||
<action_log></action_log>
|
||||
<severity>medium</severity>
|
||||
<assignment_count>1</assignment_count>
|
||||
<resolution></resolution>
|
||||
</bizIncidentTicket>
|
||||
<bizIncidentTicket id="9">
|
||||
<name>I-000009</name>
|
||||
<title>Issue on WAN</title>
|
||||
<type>Server</type>
|
||||
<org_id>2</org_id>
|
||||
<ticket_status>Assigned</ticket_status>
|
||||
<initial_situation>no access to Grenoble From Paris</initial_situation>
|
||||
<current_situation></current_situation>
|
||||
<start_date>2009-09-19 10:51:00</start_date>
|
||||
<last_update>2009-09-19 10:52:00</last_update>
|
||||
<next_update>0000-00-00 00:00:00</next_update>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<caller_id>5</caller_id>
|
||||
<impact>Site isolated</impact>
|
||||
<workgroup_id>318</workgroup_id>
|
||||
<agent_id>6</agent_id>
|
||||
<action_log></action_log>
|
||||
<severity>critical</severity>
|
||||
<assignment_count>1</assignment_count>
|
||||
<resolution></resolution>
|
||||
</bizIncidentTicket>
|
||||
</Set>
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkRelatedTicket id="2">
|
||||
<rel_ticket_id>1</rel_ticket_id>
|
||||
<ticket_id>5</ticket_id>
|
||||
<impact></impact>
|
||||
</lnkRelatedTicket>
|
||||
<lnkRelatedTicket id="1">
|
||||
<rel_ticket_id>2</rel_ticket_id>
|
||||
<ticket_id>1</ticket_id>
|
||||
<impact>Real cause is a network incident</impact>
|
||||
</lnkRelatedTicket>
|
||||
</Set>
|
||||
@@ -1,53 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkInfraTicket id="16">
|
||||
<infra_id>308</infra_id>
|
||||
<ticket_id>2</ticket_id>
|
||||
<impact>eger</impact>
|
||||
</lnkInfraTicket>
|
||||
<lnkInfraTicket id="17">
|
||||
<infra_id>307</infra_id>
|
||||
<ticket_id>2</ticket_id>
|
||||
<impact>egertg</impact>
|
||||
</lnkInfraTicket>
|
||||
<lnkInfraTicket id="19">
|
||||
<infra_id>309</infra_id>
|
||||
<ticket_id>2</ticket_id>
|
||||
<impact>hn,hn</impact>
|
||||
</lnkInfraTicket>
|
||||
<lnkInfraTicket id="2">
|
||||
<infra_id>107</infra_id>
|
||||
<ticket_id>3</ticket_id>
|
||||
<impact>main application is broken</impact>
|
||||
</lnkInfraTicket>
|
||||
<lnkInfraTicket id="24">
|
||||
<infra_id>328</infra_id>
|
||||
<ticket_id>9</ticket_id>
|
||||
<impact>no access to Grenoble</impact>
|
||||
</lnkInfraTicket>
|
||||
<lnkInfraTicket id="20">
|
||||
<infra_id>107</infra_id>
|
||||
<ticket_id>2</ticket_id>
|
||||
<impact>no more access to network</impact>
|
||||
</lnkInfraTicket>
|
||||
<lnkInfraTicket id="4">
|
||||
<infra_id>9</infra_id>
|
||||
<ticket_id>1</ticket_id>
|
||||
<impact>not able to start IE</impact>
|
||||
</lnkInfraTicket>
|
||||
<lnkInfraTicket id="6">
|
||||
<infra_id>107</infra_id>
|
||||
<ticket_id>4</ticket_id>
|
||||
<impact>Order web site is no more working</impact>
|
||||
</lnkInfraTicket>
|
||||
<lnkInfraTicket id="22">
|
||||
<infra_id>9</infra_id>
|
||||
<ticket_id>5</ticket_id>
|
||||
<impact>PC is down</impact>
|
||||
</lnkInfraTicket>
|
||||
<lnkInfraTicket id="18">
|
||||
<infra_id>306</infra_id>
|
||||
<ticket_id>2</ticket_id>
|
||||
<impact>sgjgjklekglekg</impact>
|
||||
</lnkInfraTicket>
|
||||
</Set>
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkContactTicket id="1">
|
||||
<contact_id>8</contact_id>
|
||||
<ticket_id>1</ticket_id>
|
||||
<role>Team that need to be informed</role>
|
||||
</lnkContactTicket>
|
||||
<lnkContactTicket id="2">
|
||||
<contact_id>4</contact_id>
|
||||
<ticket_id>3</ticket_id>
|
||||
<role>to be informed</role>
|
||||
</lnkContactTicket>
|
||||
</Set>
|
||||
@@ -1,85 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizChangeTicket id="1">
|
||||
<name>C-000001</name>
|
||||
<title>1st change</title>
|
||||
<type>Routine</type>
|
||||
<domain>Desktop</domain>
|
||||
<reason>reason</reason>
|
||||
<requestor_id>5</requestor_id>
|
||||
<org_id>2</org_id>
|
||||
<ticket_status>PlannedScheduled</ticket_status>
|
||||
<creation_date>2009-02-19 21:35:47</creation_date>
|
||||
<last_update>2009-02-18 18:33:14</last_update>
|
||||
<start_date>0000-00-00 00:00:00</start_date>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<close_date>0000-00-00 00:00:00</close_date>
|
||||
<impact>There is no impact</impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>4</agent_id>
|
||||
<supervisorgroup_id>317</supervisorgroup_id>
|
||||
<supervisor_id>5</supervisor_id>
|
||||
<managergroup_id>317</managergroup_id>
|
||||
<manager_id>6</manager_id>
|
||||
<outage>No</outage>
|
||||
<change_request>I would like to install SQL plus on my laptop.
|
||||
Could you make it please</change_request>
|
||||
<change_log>We will push via netmeeting the package and install it at 10:00 tomorrow</change_log>
|
||||
<fallback>If there is any issue we will uninstall it</fallback>
|
||||
<assignment_count>0</assignment_count>
|
||||
</bizChangeTicket>
|
||||
<bizChangeTicket id="2">
|
||||
<name>C-000002</name>
|
||||
<title>Oracle upgrade on domino</title>
|
||||
<type>Routine</type>
|
||||
<domain>Application</domain>
|
||||
<reason>Patch Installation for Oracle</reason>
|
||||
<requestor_id>4</requestor_id>
|
||||
<org_id>2</org_id>
|
||||
<ticket_status>Approved</ticket_status>
|
||||
<creation_date>2009-03-17 14:50:34</creation_date>
|
||||
<last_update>2009-03-17 14:50:34</last_update>
|
||||
<start_date>2009-02-24 00:00:00</start_date>
|
||||
<end_date>2009-02-24 02:00:00</end_date>
|
||||
<close_date>0000-00-00 00:00:00</close_date>
|
||||
<impact>application impacted</impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>5</agent_id>
|
||||
<supervisorgroup_id>317</supervisorgroup_id>
|
||||
<supervisor_id>4</supervisor_id>
|
||||
<managergroup_id>317</managergroup_id>
|
||||
<manager_id>6</manager_id>
|
||||
<outage>Yes</outage>
|
||||
<change_request>We wan to install last Oracle Patch in order to fix rollback management issues</change_request>
|
||||
<change_log>We will install patch and reboot the server</change_log>
|
||||
<fallback>If not working we will remove this patch</fallback>
|
||||
<assignment_count>0</assignment_count>
|
||||
</bizChangeTicket>
|
||||
<bizChangeTicket id="3">
|
||||
<name>C-000003</name>
|
||||
<title>IOS upgrade</title>
|
||||
<type>Routine</type>
|
||||
<domain>Desktop</domain>
|
||||
<reason>security issue</reason>
|
||||
<requestor_id>4</requestor_id>
|
||||
<org_id>2</org_id>
|
||||
<ticket_status>New</ticket_status>
|
||||
<creation_date>2009-04-04 23:23:37</creation_date>
|
||||
<last_update>2009-09-19 11:13:23</last_update>
|
||||
<start_date>0000-00-00 00:00:00</start_date>
|
||||
<end_date>0000-00-00 00:00:00</end_date>
|
||||
<close_date>0000-00-00 00:00:00</close_date>
|
||||
<impact></impact>
|
||||
<workgroup_id>317</workgroup_id>
|
||||
<agent_id>6</agent_id>
|
||||
<supervisorgroup_id>317</supervisorgroup_id>
|
||||
<supervisor_id>5</supervisor_id>
|
||||
<managergroup_id>317</managergroup_id>
|
||||
<manager_id>6</manager_id>
|
||||
<outage>No</outage>
|
||||
<change_request>Upgrade to new IOS due to security reason</change_request>
|
||||
<change_log></change_log>
|
||||
<fallback></fallback>
|
||||
<assignment_count>0</assignment_count>
|
||||
</bizChangeTicket>
|
||||
</Set>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkInfraChangeTicket id="1">
|
||||
<infra_id>310</infra_id>
|
||||
<ticket_id>2</ticket_id>
|
||||
<impact>impacted application</impact>
|
||||
</lnkInfraChangeTicket>
|
||||
<lnkInfraChangeTicket id="2">
|
||||
<infra_id>107</infra_id>
|
||||
<ticket_id>2</ticket_id>
|
||||
<impact>impacted server</impact>
|
||||
</lnkInfraChangeTicket>
|
||||
<lnkInfraChangeTicket id="3">
|
||||
<infra_id>9</infra_id>
|
||||
<ticket_id>1</ticket_id>
|
||||
<impact>PC where to install new appli</impact>
|
||||
</lnkInfraChangeTicket>
|
||||
<lnkInfraChangeTicket id="4">
|
||||
<infra_id>313</infra_id>
|
||||
<ticket_id>3</ticket_id>
|
||||
<impact>router not available </impact>
|
||||
</lnkInfraChangeTicket>
|
||||
</Set>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkContactChange id="1">
|
||||
<contact_id>6</contact_id>
|
||||
<change_id>1</change_id>
|
||||
<role>DB admin</role>
|
||||
</lnkContactChange>
|
||||
<lnkContactChange id="2">
|
||||
<contact_id>5</contact_id>
|
||||
<change_id>2</change_id>
|
||||
<role>Db administrator</role>
|
||||
</lnkContactChange>
|
||||
<lnkContactChange id="3">
|
||||
<contact_id>4</contact_id>
|
||||
<change_id>1</change_id>
|
||||
<role>notify me</role>
|
||||
</lnkContactChange>
|
||||
<lnkContactChange id="4">
|
||||
<contact_id>6</contact_id>
|
||||
<change_id>2</change_id>
|
||||
<role>Server Owner for reboot</role>
|
||||
</lnkContactChange>
|
||||
</Set>
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizService id="1">
|
||||
<name>Support Database</name>
|
||||
<org_id>3</org_id>
|
||||
<service_category>Application</service_category>
|
||||
<description>We support all you DB according to Service Level.
|
||||
|
||||
Coverage can be 5*8 or 24*7</description>
|
||||
<status>New</status>
|
||||
<type>Support</type>
|
||||
</bizService>
|
||||
</Set>
|
||||
@@ -1,37 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizContract id="2">
|
||||
<name>Support for Database</name>
|
||||
<org_id>2</org_id>
|
||||
<service_id>1</service_id>
|
||||
<team_id>7</team_id>
|
||||
<service_level>Bronze</service_level>
|
||||
<cost_unit>Global</cost_unit>
|
||||
<cost_freq>Once</cost_freq>
|
||||
<cost>234570</cost>
|
||||
<currency>Euros</currency>
|
||||
<description>xcbvxdb</description>
|
||||
<move2prod_date>2009-09-23 21:44:07</move2prod_date>
|
||||
<end_prod>0000-00-00 00:00:00</end_prod>
|
||||
<status>Production</status>
|
||||
<type>Support</type>
|
||||
<version_number>2</version_number>
|
||||
</bizContract>
|
||||
<bizContract id="4">
|
||||
<name>test</name>
|
||||
<org_id>2</org_id>
|
||||
<service_id>1</service_id>
|
||||
<team_id>0</team_id>
|
||||
<service_level>Bronze</service_level>
|
||||
<cost_unit>Global</cost_unit>
|
||||
<cost_freq>Once</cost_freq>
|
||||
<cost>qfqsf</cost>
|
||||
<currency>Euros</currency>
|
||||
<description>wsdqsdf</description>
|
||||
<move2prod_date>2009-09-23 22:55:50</move2prod_date>
|
||||
<end_prod>0000-00-00 00:00:00</end_prod>
|
||||
<status>Production</status>
|
||||
<type>Support</type>
|
||||
<version_number>2</version_number>
|
||||
</bizContract>
|
||||
</Set>
|
||||
@@ -1,9 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkInfraContract id="2">
|
||||
<infra_id>310</infra_id>
|
||||
<contract_id>2</contract_id>
|
||||
<coverage>8*5</coverage>
|
||||
<service_level>Gold</service_level>
|
||||
</lnkInfraContract>
|
||||
</Set>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkContactContract id="3">
|
||||
<contact_id>6</contact_id>
|
||||
<contract_id>2</contract_id>
|
||||
<role>contract manager</role>
|
||||
</lnkContactContract>
|
||||
</Set>
|
||||
@@ -1,11 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizSubnet id="321">
|
||||
<name>subnet 1</name>
|
||||
<status>implementation</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>low</severity>
|
||||
<ip>15.128.3.0</ip>
|
||||
<mask>255.255.255.0</mask>
|
||||
</bizSubnet>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,16 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizKnownError id="1">
|
||||
<name>High CPU load</name>
|
||||
<org_id>2</org_id>
|
||||
<symptom>CPU is very high and we cannot access any more web site on this server</symptom>
|
||||
<root_cause>http daemon is hanging</root_cause>
|
||||
<workaround>stop http daemon and restart it</workaround>
|
||||
<solution></solution>
|
||||
<error_code></error_code>
|
||||
<domain>Application</domain>
|
||||
<vendor></vendor>
|
||||
<model></model>
|
||||
<version></version>
|
||||
</bizKnownError>
|
||||
</Set>
|
||||
@@ -1,12 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<bizInfraGroup id="326">
|
||||
<name>Monitoring Nagios server1</name>
|
||||
<status>production</status>
|
||||
<org_id>2</org_id>
|
||||
<severity>low</severity>
|
||||
<type>Monitoring</type>
|
||||
<description>regroupe les CI monitorer par nagios</description>
|
||||
<parent_group_id>0</parent_group_id>
|
||||
</bizInfraGroup>
|
||||
</Set>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkContactTeam id="3">
|
||||
<contact_id>327</contact_id>
|
||||
<team_id>7</team_id>
|
||||
<role>agent</role>
|
||||
</lnkContactTeam>
|
||||
<lnkContactTeam id="4">
|
||||
<contact_id>4</contact_id>
|
||||
<team_id>8</team_id>
|
||||
<role>agent</role>
|
||||
</lnkContactTeam>
|
||||
<lnkContactTeam id="1">
|
||||
<contact_id>6</contact_id>
|
||||
<team_id>8</team_id>
|
||||
<role>team leader</role>
|
||||
</lnkContactTeam>
|
||||
<lnkContactTeam id="2">
|
||||
<contact_id>6</contact_id>
|
||||
<team_id>7</team_id>
|
||||
<role>team leader</role>
|
||||
</lnkContactTeam>
|
||||
</Set>
|
||||
@@ -1,23 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkContactRealObject id="1">
|
||||
<contact_id>8</contact_id>
|
||||
<object_id>6</object_id>
|
||||
<role>business model expert</role>
|
||||
</lnkContactRealObject>
|
||||
<lnkContactRealObject id="2">
|
||||
<contact_id>4</contact_id>
|
||||
<object_id>9</object_id>
|
||||
<role>owner</role>
|
||||
</lnkContactRealObject>
|
||||
<lnkContactRealObject id="3">
|
||||
<contact_id>6</contact_id>
|
||||
<object_id>107</object_id>
|
||||
<role>Server Owner</role>
|
||||
</lnkContactRealObject>
|
||||
<lnkContactRealObject id="4">
|
||||
<contact_id>8</contact_id>
|
||||
<object_id>4</object_id>
|
||||
<role>Team Leader</role>
|
||||
</lnkContactRealObject>
|
||||
</Set>
|
||||
@@ -1,13 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<lnkInfraGrouping id="1">
|
||||
<infra_id>107</infra_id>
|
||||
<infra_group_id>326</infra_group_id>
|
||||
<impact>monitored</impact>
|
||||
</lnkInfraGrouping>
|
||||
<lnkInfraGrouping id="2">
|
||||
<infra_id>306</infra_id>
|
||||
<infra_group_id>326</infra_group_id>
|
||||
<impact>monitoring server</impact>
|
||||
</lnkInfraGrouping>
|
||||
</Set>
|
||||
@@ -1,46 +0,0 @@
|
||||
SET WEBROOT=http://localhost:81/trunk
|
||||
SET EXPORT=%WEBROOT%/webservices/export.php
|
||||
|
||||
SET USER=admin
|
||||
SET PWD=admin
|
||||
|
||||
REM The order (numbering) of the files is important since
|
||||
REM it dictates the order to import them back
|
||||
wget --output-document=01.organizations.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizOrganization WHERE name !='My Company/Department'&format=xml"
|
||||
wget --output-document=02.locations.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizLocation&format=xml"
|
||||
wget --output-document=03.persons.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizPerson WHERE id !%%3D 1&format=xml"
|
||||
wget --output-document=04.teams.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizTeam&format=xml"
|
||||
wget --output-document=05.pcs.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizPC&format=xml"
|
||||
wget --output-document=06.servers.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizServer&format=xml"
|
||||
wget --output-document=07.applications.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizApplication&format=xml"
|
||||
wget --output-document=08.nw-devices.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizNetworkDevice&format=xml"
|
||||
wget --output-document=09.links_contacts.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkContactRealObject&format=xml"
|
||||
wget --output-document=09.1.interfaces.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizInterface&format=xml"
|
||||
wget --output-document=09.2.circuits.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizCircuit&format=xml"
|
||||
wget --output-document=10.workgroups.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizWorkgroup&format=xml"
|
||||
wget --output-document=11.incidents.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizIncidentTicket&format=xml"
|
||||
wget --output-document=11.1.servicecall.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizServiceCall&format=xml"
|
||||
wget --output-document=12.relatedtickets.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkRelatedTicket&format=xml"
|
||||
wget --output-document=13.infratickets.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkInfraTicket&format=xml"
|
||||
wget --output-document=14.contacttickets.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkContactTicket&format=xml"
|
||||
wget --output-document=15.changetickets.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizChangeTicket&format=xml"
|
||||
wget --output-document=16.infrachangetickets.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkInfraChangeTicket&format=xml"
|
||||
wget --output-document=17.contactchangetickets.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkContactChange&format=xml"
|
||||
wget --output-document=18.contracts.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizContract&format=xml"
|
||||
wget --output-document=18.1.services.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizService&format=xml"
|
||||
wget --output-document=19.infracontracts.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkInfraContract&format=xml"
|
||||
wget --output-document=20.contactcontracts.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkContactContract&format=xml"
|
||||
|
||||
REM ----------- to be moved (or move the links at the end)
|
||||
wget --output-document=21.subnets.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizSubnet&format=xml"
|
||||
|
||||
wget --output-document=50.knownerror.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizKnownError&format=xml"
|
||||
|
||||
REM ----------- what about hierarchies?
|
||||
wget --output-document=60.group.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT bizInfraGroup&format=xml"
|
||||
|
||||
wget --output-document=99.contactteam.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkContactTeam&format=xml"
|
||||
wget --output-document=100.contactobject.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkContactRealObject&format=xml"
|
||||
wget --output-document=101.infragroup.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkInfraGrouping&format=xml"
|
||||
|
||||
pause
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
<AuditCategory id="1">
|
||||
<name>Devices in production</name>
|
||||
<description>Checking all devices in production</description>
|
||||
<definition_set>SELECT bizDevice AS d WHERE d.status = 'production'</definition_set>
|
||||
</AuditCategory>
|
||||
</Set>
|
||||
@@ -1,3 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<Set>
|
||||
</Set>
|
||||
@@ -1,10 +0,0 @@
|
||||
SET WEBROOT=http://localhost:81/trunk
|
||||
SET EXPORT=%WEBROOT%/webservices/export.php
|
||||
|
||||
SET USER=admin
|
||||
SET PWD=admin
|
||||
|
||||
REM The order (numbering) of the files is important since
|
||||
REM it dictates the order to import them back
|
||||
wget --output-document=1.menus.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT menuNode WHERE type%%3D%%27application%%27 OR type%%3D%%27administrator%%27&format=xml"
|
||||
pause
|
||||
@@ -1,19 +0,0 @@
|
||||
SET WEBROOT=http://localhost:81/trunk
|
||||
SET EXPORT="%WEBROOT%/webservices/export.php"
|
||||
|
||||
SET USER=admin
|
||||
SET PWD=admin
|
||||
|
||||
REM The order (numbering) of the files is important since
|
||||
REM it dictates the order to import them back
|
||||
wget --output-document=10.dimensions.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_Dimensions&format=xml"
|
||||
wget --output-document=11.profiles.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_Profiles&format=xml"
|
||||
wget --output-document=12.classprojection.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_ClassProjection&format=xml"
|
||||
wget --output-document=13.profileprojection.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_ProfileProjection&format=xml"
|
||||
wget --output-document=14.actiongrant.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_ActionGrant&format=xml"
|
||||
wget --output-document=15.attributegrant.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_AttributeGrant&format=xml"
|
||||
wget --output-document=16.stimulusgrant.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT URP_StimulusGrant&format=xml"
|
||||
wget --output-document=21.auditcategories.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT AuditCategory&format=xml"
|
||||
wget --output-document=22.auditrules.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT AuditRule&format=xml"
|
||||
|
||||
pause
|
||||
@@ -1,12 +0,0 @@
|
||||
SET WEBROOT=http://localhost:81/
|
||||
SET EXPORT=%WEBROOT%/webservices/export.php
|
||||
|
||||
SET USER=admin
|
||||
SET PWD=test
|
||||
|
||||
REM The order (numbering) of the files is important since
|
||||
REM it dictates the order to import them back
|
||||
wget --output-document=23.triggers.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT Trigger&format=xml"
|
||||
wget --output-document=24.actions.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT ActionEmail&format=xml"
|
||||
wget --output-document=25.trigger-actions.xml --post-data="auth_user=%USER%&auth_pwd=%PWD%&operation=login" "%EXPORT%?expression=SELECT lnkTriggerAction&format=xml"
|
||||
pause
|
||||
@@ -31,8 +31,6 @@ require_once('./setuppage.class.inc.php');
|
||||
|
||||
define('TMP_CONFIG_FILE', '../tmp-config-itop.php');
|
||||
define('FINAL_CONFIG_FILE', '../config-itop.php');
|
||||
define('SETUP_STRUCTURE_DATA_DIR', './data/structure');
|
||||
define('SETUP_SAMPLE_DATA_DIR', './data');
|
||||
define('PHP_MIN_VERSION', '5.2.0');
|
||||
define('MYSQL_MIN_VERSION', '5.0.0');
|
||||
define('MIN_MEMORY_LIMIT', 32*1024*1024);
|
||||
|
||||
Reference in New Issue
Block a user