ConnectorMonitoringAlert Class
Applies To: Operations Manager for System Center 2012
Contains information about an alert returned from a monitoring connector.
Namespace: Microsoft.EnterpriseManagement.ConnectorFramework
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Inheritance Hierarchy
System.Object
Microsoft.EnterpriseManagement.Common.MonitoringBase
Microsoft.EnterpriseManagement.Monitoring.OperationalDataObject
Microsoft.EnterpriseManagement.Monitoring.MonitoringAlert
Microsoft.EnterpriseManagement.ConnectorFramework.ConnectorMonitoringAlert
Syntax
[SerializableAttribute]
public class ConnectorMonitoringAlert : MonitoringAlert
[SerializableAttribute]
public ref class ConnectorMonitoringAlert : MonitoringAlert
[<SerializableAttribute>]
type ConnectorMonitoringAlert =
class
inherit MonitoringAlert
end
<SerializableAttribute>
Public Class ConnectorMonitoringAlert
Inherits MonitoringAlert
Properties
Name | Description | |
---|---|---|
Category | Gets the category of the alert.(Inherited from MonitoringAlert.) |
|
ClassId | (Inherited from MonitoringAlert.) |
|
ConnectorId | Gets or sets the globally unique identifier (GUID) for the connector corresponding to the monitoring alert.(Inherited from MonitoringAlert.) |
|
ConnectorStatus | Gets the status of this alert relative to the connector.(Inherited from MonitoringAlert.) |
|
Context | Gets the context of the alert.(Inherited from MonitoringAlert.) |
|
CustomField1 | Gets or sets the value of the custom field 1 for the alert.(Inherited from MonitoringAlert.) |
|
CustomField10 | Gets or sets the value of the custom field 10 for the alert.(Inherited from MonitoringAlert.) |
|
CustomField2 | Gets or sets the value of the custom field 2 for the alert.(Inherited from MonitoringAlert.) |
|
CustomField3 | Gets or sets the value of the custom field 3 for the alert.(Inherited from MonitoringAlert.) |
|
CustomField4 | Gets or sets the value of the custom field 4 for the alert.(Inherited from MonitoringAlert.) |
|
CustomField5 | Gets or sets the value of the custom field 5 for the alert.(Inherited from MonitoringAlert.) |
|
CustomField6 | Gets or sets the value of the custom field 6 for the alert.(Inherited from MonitoringAlert.) |
|
CustomField7 | Gets or sets the value of the custom field 7 for the alert.(Inherited from MonitoringAlert.) |
|
CustomField8 | Gets or sets the value of the custom field 8 for the alert.(Inherited from MonitoringAlert.) |
|
CustomField9 | Gets or sets the value of the custom field 9 for the alert.(Inherited from MonitoringAlert.) |
|
Description | Gets the description of the alert.(Inherited from MonitoringAlert.) |
|
Id | Gets the globally unique identifier (GUID) for the alert.(Inherited from MonitoringAlert.) |
|
IsMonitorAlert | Gets a Boolean value that determines whether the alert was generated by a monitor.(Inherited from MonitoringAlert.) |
|
LastModified | Gets the last time, in DateTime format, that the alert was modified.(Inherited from MonitoringAlert.) |
|
LastModifiedBy | Gets the name of the user that last modified the alert.(Inherited from MonitoringAlert.) |
|
LastModifiedByNonConnector | Gets the last time, in DateTime format, the alert was modified by something other than a connector.(Inherited from MonitoringAlert.) |
|
MaintenanceModeLastModified | Gets the time, in DateTime format, that the maintenance mode of this alert was last modified.(Inherited from MonitoringAlert.) |
|
ManagementGroup | The connection management group connection used by this object.(Inherited from OperationalDataObject.) |
|
ManagementGroupId | Gets the identifier for the Management Group that the alert came from. |
|
ManagementGroupName | Gets the name of the Management Group that the alert came from. |
|
MonitoringClassId | Obsolete.Gets the globally unique identifier (GUID) of the non-abstract monitoring class of the associated monitoring object.(Inherited from MonitoringAlert.) |
|
MonitoringObjectDisplayName | Gets the display name of the monitoring object that is associated with the alert.(Inherited from MonitoringAlert.) |
|
MonitoringObjectFullName | Gets the full name of the monitoring object that is associated with the alert.(Inherited from MonitoringAlert.) |
|
MonitoringObjectHealthState | Gets the health state of the monitoring object associated with this alert.(Inherited from MonitoringAlert.) |
|
MonitoringObjectId | Gets the globally unique identifier (GUID) for the monitoring object that is associated with this alert.(Inherited from MonitoringAlert.) |
|
MonitoringObjectInMaintenanceMode | Gets a value indicating whether the monitoring object associated with the alert is in maintenance mode.(Inherited from MonitoringAlert.) |
|
MonitoringObjectName | Gets the name of the monitoring object that is associated with this alert.(Inherited from MonitoringAlert.) |
|
MonitoringObjectPath | Gets the path to the monitoring object that is associated with this alert.(Inherited from MonitoringAlert.) |
|
MonitoringRuleId | Obsolete.Gets the globally unique identifier (GUID) for the rule associated with the alert.(Inherited from MonitoringAlert.) |
|
Name | Gets the name of the alert.(Inherited from MonitoringAlert.) |
|
NetbiosComputerName | Gets the name of the computer that raised this alert.(Inherited from MonitoringAlert.) |
|
NetbiosDomainName | Gets the domain of the computer that raised this alert.(Inherited from MonitoringAlert.) |
|
Owner | Gets or sets the owner of the alert.(Inherited from MonitoringAlert.) |
|
Parameters | Gets a collection of parameters for the alert.(Inherited from MonitoringAlert.) |
|
PrincipalName | Gets the principal name of the computer that this alert was created for.(Inherited from MonitoringAlert.) |
|
Priority | Gets the priority of the alert.(Inherited from MonitoringAlert.) |
|
ProblemId | Gets the globally unique identifier (GUID) of the associated monitor if the IsMonitorAlert property is true, otherwise, gets or sets the GUID for the problem.(Inherited from MonitoringAlert.) |
|
RepeatCount | Gets the repeat count of this alert.(Inherited from MonitoringAlert.) |
|
ResolutionState | Gets the resolution state of the alert.(Inherited from MonitoringAlert.) |
|
ResolvedBy | Gets the user who resolved this alert.(Inherited from MonitoringAlert.) |
|
RuleId | (Inherited from MonitoringAlert.) |
|
Severity | Gets the severity of the alert.(Inherited from MonitoringAlert.) |
|
SiteName | Gets the site name of the alert.(Inherited from MonitoringAlert.) |
|
StateLastModified | Gets the time, in DateTime format, that the state of this alert was last modified.(Inherited from MonitoringAlert.) |
|
TicketId | Gets or sets a string identifier for the ticket of the alert.(Inherited from MonitoringAlert.) |
|
TimeAdded | Gets the time, in DateTime format, the alert was added to the system.(Inherited from MonitoringAlert.) |
|
TimeRaised | Gets the time, in DateTime format, the alert was raised.(Inherited from MonitoringAlert.) |
|
TimeResolutionStateLastModified | Gets the last time, in DateTime format, the resolution state of the alert was modified.(Inherited from MonitoringAlert.) |
|
TimeResolved | Gets the time, in DateTime format, the alert was resolved.(Inherited from MonitoringAlert.) |
Methods
Name | Description | |
---|---|---|
Equals(Object) | Determines whether this object is equal to the specified object.(Inherited from OperationalDataObject.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | Gets the hash code for the OperationalDataObject object(Inherited from OperationalDataObject.) |
|
GetMonitoringAlertHistory() | Gets a collection of MonitoringAlertHistory objects that contain the history for the alert.(Inherited from MonitoringAlert.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
Reconnect(EnterpriseManagementGroup) | Reconnects to the specified management group after the object has been disconnected.(Inherited from OperationalDataObject.) |
|
Refresh() | Refreshes the alert from the data store.(Inherited from MonitoringAlert.) |
|
ToString() | (Inherited from MonitoringBase.) |
|
Update(String) | Updates the alert and adds a comment about the update.(Inherited from MonitoringAlert.) |
|
Update(String, MonitoringConnector) | Updates the alert and adds a comment about the update, using the specified connector.(Inherited from MonitoringAlert.) |
Examples
The following example retrieves all of the alerts subscribed to a specific connector and displays a few of the ConnectorMonitoringAlert properties, including the ManagementGroupId and the ManagementGroupName.
This example assumes that a monitoring connector exists and that alerts are marked for this connector.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.EnterpriseManagement.ConnectorFramework Namespace
Return to top