검색된 속성 업데이트

Microsoft.ApacheHTTPServer.DiscoverServer.Task (Task)

이 작업은 Apache 서버의 속성 검색을 트리거합니다. 이 작업은 Apache CIM 모듈과 공급자가 배포된 후 Apache HTTP 서버의 전체 검색을 트리거할 때 사용됩니다.

Element properties:

TargetMicrosoft.ApacheHTTPServer.Installation.Unix
AccessibilityPublic
CategoryMaintenance
EnabledTrue
RemotableFalse
Timeout300

Member Modules:

ID Module Type TypeId RunAs 
DiscoverServer WriteAction Microsoft.ApacheHTTPServer.DiscoverProvider.WriteAction Default

Source Code:

<Task ID="Microsoft.ApacheHTTPServer.DiscoverServer.Task" Target="Microsoft.ApacheHTTPServer.Installation.Unix" Accessibility="Public" Enabled="true">
<Category>Maintenance</Category>
<WriteAction ID="DiscoverServer" TypeID="Microsoft.ApacheHTTPServer.DiscoverProvider.WriteAction">
<TimeoutSeconds>240</TimeoutSeconds>
<ManagementGroupId>$Target/ManagementGroup/Id$</ManagementGroupId>
<DiscoveryId>$MPElement[Name="Microsoft.ApacheHTTPServer.ManagedSever.Discovery.Unix"]$</DiscoveryId>
<TargetInstanceId>$Target/Host/Id$</TargetInstanceId>
</WriteAction>
</Task>