Skip to content

Commit

Permalink
M #: update vm.xsd with vcenter monitoring info (#102)
Browse files Browse the repository at this point in the history
(cherry picked from commit 0c7b053)
  • Loading branch information
Christian Gonz谩lez authored and rsmontero committed Apr 13, 2021
1 parent 54d8024 commit 166f5e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions share/doc/xsd/vm.xsd
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,14 @@
<xs:element name="NETRX" type="xs:integer" minOccurs="0" maxOccurs="1"/>
<!-- Exact time when monitoring info were retieved -->
<xs:element name="TIMESTAMP" type="xs:integer" minOccurs="0" maxOccurs="1"/>
<!-- vCetner information -->
<xs:element name="VCENTER_ESX_HOST" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_GUEST_STATE" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_RP_NAME" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_VMWARETOOLS_RUNNING_STATUS" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_VMWARETOOLS_VERSION" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_VMWARETOOLS_VERSION_STATUS" type="xs:string" minOccurs="0" maxOccurs="1"/>
<xs:element name="VCENTER_VM_NAME" type="xs:string" minOccurs="0" maxOccurs="1"/>
</xs:all>
</xs:complexType>
</xs:element>
Expand Down

0 comments on commit 166f5e9

Please sign in to comment.