data.sample.server.xml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <Set>
  3. <Server alias="Server" id="1">
  4. <name>dbserver1.demo.net</name>
  5. <status>implementation</status>
  6. <org_id>2</org_id>
  7. <importance>medium</importance>
  8. <brand>Hewlett-Packard</brand>
  9. <model>Proliant DL380 G5</model>
  10. <serial_number>US0123421</serial_number>
  11. <asset_ref>DEMO-2314</asset_ref>
  12. <description>Dedicated database server running MySQL</description>
  13. <location_id>1</location_id>
  14. <location_details>Bottom of Rack 1 in DC</location_details>
  15. <management_ip>192.168.10.49</management_ip>
  16. <default_gateway>192.168.10.254</default_gateway>
  17. <cpu>4 x 3GHz</cpu>
  18. <ram>8 GB</ram>
  19. <hdd>5 x 72 GB RAID 5</hdd>
  20. <os_family>Linux</os_family>
  21. <os_version>Debian 5 (Lenny)</os_version>
  22. </Server>
  23. <Server alias="Server" id="4">
  24. <name>itop.demo.net</name>
  25. <status>production</status>
  26. <org_id>2</org_id>
  27. <importance>high</importance>
  28. <brand>Hewlet-Packard</brand>
  29. <model>Proliant DL380 G5</model>
  30. <serial_number>US4123423</serial_number>
  31. <asset_ref>DEMO-2321</asset_ref>
  32. <description>Web server for running the iTop demo</description>
  33. <location_id>1</location_id>
  34. <location_details></location_details>
  35. <management_ip>192.168.10.50</management_ip>
  36. <default_gateway>192.168.10.254</default_gateway>
  37. <cpu>4 x 3GHz</cpu>
  38. <ram>8 GB</ram>
  39. <hdd>5 x 72 GB RAID 5</hdd>
  40. <os_family>Linux</os_family>
  41. <os_version>Debian 5 (Lenny)</os_version>
  42. </Server>
  43. </Set>