12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <?xml version="1.0" encoding="UTF-8"?>
- <Set>
- <Server alias="Server" id="1">
- <name>dbserver1.demo.net</name>
- <status>implementation</status>
- <org_id>2</org_id>
- <importance>medium</importance>
- <brand>Hewlett-Packard</brand>
- <model>Proliant DL380 G5</model>
- <serial_number>US0123421</serial_number>
- <asset_ref>DEMO-2314</asset_ref>
- <description>Dedicated database server running MySQL</description>
- <location_id>1</location_id>
- <location_details>Bottom of Rack 1 in DC</location_details>
- <management_ip>192.168.10.49</management_ip>
- <default_gateway>192.168.10.254</default_gateway>
- <cpu>4 x 3GHz</cpu>
- <ram>8 GB</ram>
- <hdd>5 x 72 GB RAID 5</hdd>
- <os_family>Linux</os_family>
- <os_version>Debian 5 (Lenny)</os_version>
- </Server>
- <Server alias="Server" id="4">
- <name>itop.demo.net</name>
- <status>production</status>
- <org_id>2</org_id>
- <importance>high</importance>
- <brand>Hewlet-Packard</brand>
- <model>Proliant DL380 G5</model>
- <serial_number>US4123423</serial_number>
- <asset_ref>DEMO-2321</asset_ref>
- <description>Web server for running the iTop demo</description>
- <location_id>1</location_id>
- <location_details></location_details>
- <management_ip>192.168.10.50</management_ip>
- <default_gateway>192.168.10.254</default_gateway>
- <cpu>4 x 3GHz</cpu>
- <ram>8 GB</ram>
- <hdd>5 x 72 GB RAID 5</hdd>
- <os_family>Linux</os_family>
- <os_version>Debian 5 (Lenny)</os_version>
- </Server>
- </Set>
|