Share via


SMS_SummarizerSiteStatus

The SMS_SummarizerSiteStatus WMI class summarizes the overall health of each site.

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

Class SMS_SummarizerSiteStatus : SMS_BaseClass
{
  string SiteCode;
  uint32 Status;
};

Properties

  • SiteCode
    Data type: string
    Access type: Read-only
    Qualifiers: Key

    SMS site code.

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

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

    Determining the overall status for the site is based on the status of SMS components and storage objects. A Green status indicates there are no warning or error messages. A Yellow status indicates that warning messages were generated, but not error messages; it also indicates the storage objects are approaching their threshold. A Red status tells you there are error messages or the storage objects have exceeded their thresholds.

See Also

SMS_ComponentSummarizer, SMS_SiteDetailSummarizer, SMS_SummarizerRootStatus, Status Classes