Share via


SMS_SummarizerRootStatus

The SMS_SummarizerRootStatus WMI class summarizes the overall health of the entire site hierarchy.

The following syntax is simplified from MOF code and includes all inherited properties.

class SMS_SummarizerRootStatus : SMS_BaseClass
{
  uint32 Status;
};

Properties

  • Status
    Data type: uint32
    Access type: Read-only
    Qualifiers: Key

    Indicates the overall health of the site hierarchy. Values are:
    GREEN (0) = OK
    YELLOW (1) = Warning
    RED (2) = Critical

    Determining the overall status for the site hierarchy is based on the status of the child sites. A Green status indicates all the child sites reported a Green status. A Yellow status indicates that one or more child sites reported a Yellow status, but that no Red status was reported by a child site. A Red status indicates that one or more of the child sites reported a Red status.

See Also

SMS_SummarizerSiteStatus, Status Classes