Get Monitor
Mis à jour: janvier 2013
S'applique à: System Center 2012 - Orchestrator, System Center 2012 SP1 - Orchestrator
The Get Monitor activity is used in a runbook to retrieve monitoring activities from System Center Operations Manager that match the criteria that you specify. You can use the Get Monitor activity to retrieve a message and replicate the information to a trouble ticketing system.
Pour connaître la procédure de configuration de cet objet, consultez : Configuring the Get Monitor Activity.
The following tables list the filters, properties, and published data for this activity. The activity publishes all of the data from the required and optional properties into published data.
Get Monitor Filters
Element | Description |
---|---|
AvailabilityLastModified |
The description of the last time that the availability of the monitor was changed |
DisplayName |
The display name of the System Center Operations Manager monitoring object |
FullName |
The full name of the System Center Operations Manager monitoring object |
HealthState |
The current health state of the System Center Operations Manager monitoring object |
Id |
The unique ID of the System Center Operations Manager monitoring object |
InMaintenanceMode |
Indicates whether the System Center Operations Manager monitoring object is in maintenance mode |
IsAvailable |
Indicates whether the System Center Operations Manager monitoring object is available to perform a monitoring operation |
LastModified |
The date that the System Center Operations Manager monitoring object was last modified |
MaintenanceModeLastModified |
The time that the monitor maintenance mode was last changed |
Name |
The name of the System Center Operations Manager monitoring object |
Path |
The path to the System Center Operations Manager monitoring object |
StateLastModified |
The time that the alert state was last changed |
Get Monitor Published Data
Element | Description |
---|---|
AvailabilityLastModified |
The description of the last time that the availability of the monitor was changed |
Connection |
The connection string to the System Center Operations Manager server that you are using |
DisplayName |
The display name of the System Center Operations Manager monitoring object |
Domain |
The domain from which the alert came |
FullName |
The full name of the System Center Operations Manager monitoring object |
HealthState |
The current health state of the System Center Operations Manager monitoring object |
Id |
The unique ID of the System Center Operations Manager monitoring object |
InMaintenanceMode |
Indicates whether the System Center Operations Manager monitoring object is in maintenance mode |
IsAvailable |
Indicates whether the System Center Operations Manager monitoring object is available to perform a monitoring operation |
IsManaged |
Indicates whether the System Center Operations Manager monitoring object is managed |
LastModified |
The date that the System Center Operations Manager monitoring object was last modified |
LeastDerivedNonAbstractingMonitoringClassId |
The globally unique ID for the least derived non-abstract monitoring class |
MaintenanceModeLastModified |
The time that the monitor maintenance mode was last changed |
ManagementGroup |
The Management Group to which the System Center Operations Manager monitoring object belongs |
ManagementGroupId |
The unique ID of the Management Group |
MonitorCount |
The number of System Center Operations Manager monitoring objects that met the filter criteria |
Name |
The name of the System Center Operations Manager monitoring object |
Path |
The path to the System Center Operations Manager monitoring object |
Server |
The name of the System Center Operations Manager server |
StateLastModified |
The time that the alert state was last changed |
Username |
The user name that was used to access the System Center Operations Manager server |
Configuring the Get Monitor Activity
To configure the Get Monitor activity
From the Activities pane, drag a Get Monitor activity to the active runbook.
Double-click the Get Monitor activity icon. The Properties dialog opens.
Configure the settings in the Details tab:
In the Server section, click the ellipsis button (...), and select the Operations Manager server Connection that you want to use for this activity. Click OK.
In the Filters section, at least one filter is required to define the activity. Click Add. In the Name box, click the down arrow and select a property from the list.
In the Relation box, click the down arrow and select a filter type.
In the Value box, enter the value you want to use.
You can also use published data to automatically populate the value of the property from the data output by a previous activity in the runbook.
To filter on NULL values
In the Filters section, click Add. In the Name box, click the Down Arrow and select a property from the list.
In the Relation box, select Equals.
In the Value box, input the value NULL.
To filter on IsNotNull values
In the Filters section, click Add. In the Name box, click the Down Arrow and select a property from the list.
In the Relation box, select Does not equal.
In the Value box, input the value NULL.
To use published data
Right-click the property value box, click Subscribe, and then click Published Data.
Click the Activity drop-down box and select the activity from which you want to obtain the data.
To view additional data elements common across the runbook, select Show Common Published Data.
Click the published data element you want to use, and then click OK.
For a list of the data elements published by each activity, see the Published Data tables in the activity topic. For information about the Common Published Data items, see Published Data.
Click OK to save the filter settings.
Add additional filters as needed, and then click Finish.
Conseil
Filter properties can only be used once in an activity. For example, if your search criteria for a monitor includes a date range, you cannot use the LastModified filter property twice in the same activity. However, you may be able to use the LastModified After Date and StateLastModified Before Date filter properties to achieve the desired results.
To make changes to a filter, click the filter and then click Edit. Make the changes, and then click OK.
To remove a filter, click the filter and then click Remove.
For information about the settings on the General and Run Behavior tabs, see Common Configuration Instructions for All Activities.
Click Finish.
Other Activities
The Integration Pack for System Center Operations Manager contains the following additional activities: