Microsoft 365 Office Pro Plus License Verification Monitor UnitMonitorType

Microsoft.SystemCenter.M365.Monitor.LicenseVerification.UnitMonitorType (UnitMonitorType)

Unit Monitor Type for Microsoft 365 Office Pro Plus License Verification Unit Monitor

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.M365.DataSource.LicenseVerification Default
Probe ProbeAction Microsoft.SystemCenter.M365.ProbeAction.LicenseVerification Default
CriticalFilter ConditionDetection System.ExpressionFilter Default
CriticalFilterSuppressed ConditionDetection System.ExpressionFilter Default
HealthyFilter ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval (seconds)The parameter defines the number of seconds that should pass between the execution events.
MatchCountint$Config/MatchCount$Match CountThe parameter defines the number of failures that must occur before an alert is raised.
SampleCountint$Config/SampleCount$Sample CountThe parameter defines the number of samples that should be considered for Match Count.

Source Code:

<UnitMonitorType ID="Microsoft.SystemCenter.M365.Monitor.LicenseVerification.UnitMonitorType" Accessibility="Internal">
<MonitorTypeStates>
<MonitorTypeState ID="Healthy" NoDetection="false"/>
<MonitorTypeState ID="Critical" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="AzureADEndpoint" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="GraphEndpoint" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TenantId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ApplicationClientId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ApplicationClientCredentials" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DelegatedUserId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="DelegatedUserCredentials" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="UserName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="MatchCount" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SampleCount" type="xsd:integer" minOccurs="0" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="MatchCount" Selector="$Config/MatchCount$" ParameterType="int"/>
<OverrideableParameter ID="SampleCount" Selector="$Config/SampleCount$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DataSource" TypeID="Microsoft.SystemCenter.M365.DataSource.LicenseVerification">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<AzureADEndpoint>$Config/AzureADEndpoint$</AzureADEndpoint>
<GraphEndpoint>$Config/GraphEndpoint$</GraphEndpoint>
<TenantId>$Config/TenantId$</TenantId>
<ApplicationClientId>$Config/ApplicationClientId$</ApplicationClientId>
<ApplicationClientCredentials>$Config/ApplicationClientCredentials$</ApplicationClientCredentials>
<DelegatedUserId>$Config/DelegatedUserId$</DelegatedUserId>
<DelegatedUserCredentials>$Config/DelegatedUserCredentials$</DelegatedUserCredentials>
<UserName>$Config/UserName$</UserName>
</DataSource>
<ProbeAction ID="Probe" TypeID="Microsoft.SystemCenter.M365.ProbeAction.LicenseVerification">
<AzureADEndpoint>$Config/AzureADEndpoint$</AzureADEndpoint>
<GraphEndpoint>$Config/GraphEndpoint$</GraphEndpoint>
<TenantId>$Config/TenantId$</TenantId>
<ApplicationClientId>$Config/ApplicationClientId$</ApplicationClientId>
<ApplicationClientCredentials>$Config/ApplicationClientCredentials$</ApplicationClientCredentials>
<DelegatedUserId>$Config/DelegatedUserId$</DelegatedUserId>
<DelegatedUserCredentials>$Config/DelegatedUserCredentials$</DelegatedUserCredentials>
<UserName>$Config/UserName$</UserName>
</ProbeAction>
<ConditionDetection ID="HealthyFilter" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Healthy</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="CriticalFilter" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Critical</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="CriticalFilterSuppressed" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='State']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Critical</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<SuppressionSettings>
<MatchCount>$Config/MatchCount$</MatchCount>
<SampleCount>$Config/SampleCount$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="Healthy">
<Node ID="HealthyFilter">
<Node ID="DataSource"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="Critical">
<Node ID="CriticalFilterSuppressed">
<Node ID="DataSource"/>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="Healthy">
<Node ID="HealthyFilter">
<Node ID="Probe"/>
</Node>
</OnDemandDetection>
<OnDemandDetection MonitorTypeStateID="Critical">
<Node ID="CriticalFilter">
<Node ID="Probe"/>
</Node>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>