-
Notifications
You must be signed in to change notification settings - Fork 238
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added sample data: service calls, known errors, infra grouping, and s…
…ome links (e.g. contact/team) SVN:code[188]
- Loading branch information
Showing
9 changed files
with
188 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<Set> | ||
<bizInfraGroup id="326"> | ||
<name>Monitroing 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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters