Distribuir Agentes do SUSE Linux Enterprise Server 12 para Servidores de Gestão

Microsoft.Linux.SLES.12.CopyAgentKits.Rule (Rule)

Esta regra implementa os pacotes de agente do SUSE Linux Enterprise Server 12 integrados em Servidores de Gestão.

Knowledge Base article:

Resumo

Esta regra implementa os pacotes de agente do SUSE Linux Enterprise Server 12 integrados em Servidores de Gestão.

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
CategoryOperations
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
Scheduler DataSource System.Discovery.Scheduler Default
CopyKits WriteAction Microsoft.Unix.CopyDownloadedKit.WriteAction Default

Source Code:

<Rule ID="Microsoft.Linux.SLES.12.CopyAgentKits.Rule" Target="SC!Microsoft.SystemCenter.ManagementServer" Enabled="true" Remotable="true">
<Category>Operations</Category>
<DataSources>
<DataSource ID="Scheduler" TypeID="System!System.Discovery.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval Unit="Seconds">86400</Interval>
<SyncTime/>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="CopyKits" TypeID="Unix!Microsoft.Unix.CopyDownloadedKit.WriteAction">
<Files>$FileResource[Name='Microsoft.Linux.SLES.12.Kit.x64']/Path$,$FileResource[Name='Microsoft.Linux.SLES.12.Kit.ppc']/Path$</Files>
<PlatformID>SLES.12</PlatformID>
<CurrentVersion>scx-1.6.3-793</CurrentVersion>
</WriteAction>
</WriteActions>
</Rule>