This class contains the status of various SMS components.
Table B.75 Summarizer — Component (SMS_ComponentSummarizer)
Property | Data type | Example | Notes |
---|---|---|---|
ComponentName | string | "SMS_SQL_ MONITOR" | Key. Indicates an SMS component name. Size limit 40 characters. |
Errors | uint32 | 0 | Indicates the number of error status messages reported by the component during the display interval. |
Infos | uint32 | 0 | Indicates the number of informational status messages reported by the component during the display interval. |
LastContacted | datetime | See “Date and Time Formats” at the beginning of this appendix. | Indicates the last time and date a status message was received from the component. |
LastStarted | datetime | See “Date and Time Formats” at the beginning of this appendix. | Indicates the last time and date when the component started. |
MachineName | string | "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. |
NextScheduledTime | datetime | See “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. |
State | uint32 | 1 | Indicates the component state.
Values are: |
Status | uint32 | 0 | Indicates the “health” (color) of the component’s associated icon in the SMS Administrator console.
Values are: |
TallyInterval | string | 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. | |
Type | uint32 | 0 | Specifies whether the component runs according to a schedule or auto starts (runs continuously).
Values are: |
Warnings | uint32 | 0 | The number of warning status messages reported by the component during the display interval. |