mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-30 22:18:46 +02:00
Added sample data: service calls, known errors, infra grouping, and some links (e.g. contact/team)
SVN:trunk[188]
This commit is contained in:
16
setup/data/50.knownerror.xml
Normal file
16
setup/data/50.knownerror.xml
Normal 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>
|
||||
Reference in New Issue
Block a user