URL Watcher Discovery Rule

Microsoft.LS.2015.Url.Discover (Discovery)

Knowledge Base article:

Summary

This discovery rule finds Simple URLs that are defined in the Skype for Business Server 2015 topology and starts monitoring these URLs automatically from the Synthetic Transaction Watcher Node machine. This URL monitoring feature is useful to detect conditions where a Simple URL may be temporarily down due to server issues, network issues, DNS resolution issues etc.

Element properties:

TargetMicrosoft.LS.2015.WatcherNode.Url
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
Read_Topology_Data DataSource Microsoft.LS.2015.Discovery.UrlWatcher.DS Default

Source Code:

<Discovery ID="Microsoft.LS.2015.Url.Discover" Enabled="true" Target="Microsoft.LS.2015.WatcherNode.Url" ConfirmDelivery="false" Remotable="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.LS.2015.UrlWatcher"/>
<DiscoveryRelationship TypeID="Microsoft.LS.2015.Relationship.UrlWatcherNodeHostsUrlWatcher"/>
<DiscoveryRelationship TypeID="Microsoft.LS.2015.Relationship.DeploymentContainsUrlWatcher"/>
</DiscoveryTypes>
<DataSource ID="Read_Topology_Data" TypeID="Microsoft.LS.2015.Discovery.UrlWatcher.DS">
<IntervalSeconds>14400</IntervalSeconds>
<TimeoutSeconds>180</TimeoutSeconds>
</DataSource>
</Discovery>