RuleSeverityType Simple Type
Applies To: System Center Configuration Manager 2007, System Center Configuration Manager 2007 R2, System Center Configuration Manager 2007 R3, System Center Configuration Manager 2007 SP1, System Center Configuration Manager 2007 SP2
The RuleSeverityType simple type, in Configuration Manager, enumerates severity values.
<xs:simpleType name="RuleSeverityType">
<xs:restriction
base="string"
>
<xs:enumeration
value="None"
/>
<xs:enumeration
value="Informational"
/>
<xs:enumeration
value="Warning"
/>
<xs:enumeration
value="Critical"
/>
<xs:enumeration
value="Other"
/>
</xs:restriction>
</xs:simpleType>
Enumeration
The following values are defined by the RuleSeverityType simple type:
Value | Description |
---|---|
None |
Computers that are not compliant with one or more of the objects or settings in the configuration item (either not present or present but fail the validation criteria), do not log a Windows application event message. |
Informational |
Computers that are not compliant with one or more of the objects or settings in the configuration item (either not present or present but fail the validation criteria), log a Windows application event message of the type Informational. |
Warning |
Computers that are not compliant with one or more of the objects or settings in the configuration item (either not present or present but fail the validation criteria) log a Windows application event message of the type Warning. |
Critical |
Computers that are not compliant with one or more of the objects or settings in the configuration item (either not present or present but fail the validation criteria) log a Windows application event message of the type Error. |
Other |
This is not used. |
See Also
Concepts
Authoring Desired Configuration Management Configuration Baselines and Configuration Items