Added sample data: service calls, known errors, infra grouping, and some links (e.g. contact/team)

SVN:trunk[188]
This commit is contained in:
Romain Quetiez
2009-10-01 14:27:51 +00:00
parent faaa4ddac7
commit 6c4378427b
9 changed files with 188 additions and 28 deletions

View File

@@ -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>