Summarizer — Component

This class contains the status of various SMS components.

Table B.75 Summarizer — Component (SMS_ComponentSummarizer)

PropertyData typeExampleNotes
ComponentNamestring"SMS_SQL_
MONITOR"
Key. Indicates an SMS component name. Size limit 40 characters.
Errorsuint320Indicates the number of error status messages reported by the component during the display interval.
Infosuint320Indicates the number of informational status messages reported by the component during the display interval.
LastContacteddatetimeSee “Date and Time Formats” at the beginning of this appendix.Indicates the last time and date a status message was received from the component.
LastStarteddatetimeSee “Date and Time Formats” at the beginning of this appendix.Indicates the last time and date when the component started.
MachineNamestring"GREEN1"Key. Indicates the name of the computer that the component is installed on. (Some components can run on more than one site.). Size limit 16 characters.
NextScheduledTimedatetimeSee “Date and Time Formats” at the beginning of this appendix.Indicates the next time the component is scheduled to start in the time zone that the site server is running in for the site specified by SiteCode. It is NULL if the component is not a schedulable component.
SiteCode string"GRN"Indicates the three-letter site code for the site.
Stateuint321Indicates the component state.

Values are:
0 = STOPPED
1 = STARTED
2 = PAUSED
3 = INSTALLING
4 = RE_INSTALLING
5 = DE_INSTALLING

Statusuint320Indicates the “health” (color) of the component’s associated icon in the SMS Administrator console.

Values are:
0 = GREEN (OK)
1 = YELLOW (Warning)
2 = RED (Critical)

TallyIntervalstring Lazy. This is a special property that is used in queries to specify the time period during which summaries are compiled of component status messages. You cannot read or write to this property.
Typeuint320Specifies whether the component runs according to a schedule or auto starts (runs continuously).

Values are:
0 = AUTOSTARTING
1 = SCHEDULED
2 = MANUAL

Warningsuint320The number of warning status messages reported by the component during the display interval.