Configurations Element

 

Applies To: Windows Server 2012 Essentials, Windows Home Server 2011, Windows Storage Server 2008 R2 Essentials, Windows Small Business Server 2011 Essentials

Specifies the specific configuration information for a health definition.

  
<xs:element name="Configurations" maxOccurs="1" minOccurs="0">  
  <xs:complexType>  
    <xs:sequence>  
      <xs:element name="Enable" type="xs:boolean" maxOccurs="1" minOccurs="0" default="true"/>  
      <xs:element name="TimeInterval" type="xs:duration" maxOccurs="1" minOccurs="0" default="PT30M"/>  
      <xs:element name="Escalate" type="xs:boolean" maxOccurs="1" minOccurs="0" default="true"/>  
    </xs:sequence>  
  </xs:complexType>  
</xs:element>  

Attributes and Elements

The following sections describe attributes, child elements, and parent elements.

Attributes

None.

Child Elements

Element Description
Enable Element Specifies whether the health check is enabled.
TimeInterval Element Specifies the period of time in which the health check operates.
Escalate Element Specifies whether email notification is sent when an alert is raised for the health definition.

Parent Elements

Element Description
HealthDefinitionConfiguration Element Specifies the configuration information for a health definition.

See Also

How to: Create a Definition Configuration XML File