M365SMAIL.O365MailFlow.MT

M365SMAIL.O365MailFlow.MT (UnitMonitorType)

2 State Monitor Type. Designed to leverage a Posh script PA for testing email send/receive. Returns health state and duration metrics. Filter expression provided at Monitor.

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource M365SMAIL.O365MailFlow.DS Default
PASSTHRU ProbeAction System.PassThroughProbe Default
PROBE ProbeAction M365SMAIL.O365MailFlow.PB.PA Default
FilterCritical ConditionDetection System.ExpressionFilter Default
FilterHealthy ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelector
EventIDFilterstring$Config/EventIDFilter$
MatchCountint$Config/MatchCount$
PoshLibraryPathstring$Config/PoshLibraryPath$
ProbeActionTimeoutSecondsint$Config/ProbeActionTimeoutSeconds$
SampleCountint$Config/SampleCount$
SyncTimestring$Config/SyncTime$
WorkflowNamestring$Config/WorkflowName$
WriteToEventLogbool$Config/WriteToEventLog$

Source Code:

<UnitMonitorType ID="M365SMAIL.O365MailFlow.MT" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="CriteriaHealthy" NoDetection="false"/>
<!--<MonitorTypeState ID="CriteriaWarning" NoDetection="false" />-->
<MonitorTypeState ID="CriteriaError" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<IncludeSchemaTypes>
<SchemaType>System!System.ExpressionEvaluatorSchema</SchemaType>
</IncludeSchemaTypes>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="CD_CriticalExpression" type="ExpressionType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="CD_HealthyExpression" type="ExpressionType"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ApiTokenScopeURL" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ApiTokenURL" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ApiURL" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ExchangeURL" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ExchangeWebServicesPath" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="MailflowDirection" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="M365_ClientID" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="M365_ClientSecret" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="EventIDFilter" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="MatchCount" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="PoshLibraryPath" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ProbeActionTimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ReceiverEmailAddress" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ReceiverPassword" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ReceiveTimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ReceiveRetry_WaitSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SampleCount" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SenderEmailAddress" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SenderPassword" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SyncTime" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TenantName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TLSVersion" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="WorkflowName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="WriteToEventLog" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="EventIDFilter" Selector="$Config/EventIDFilter$" ParameterType="string"/>
<OverrideableParameter ID="MatchCount" Selector="$Config/MatchCount$" ParameterType="int"/>
<OverrideableParameter ID="PoshLibraryPath" Selector="$Config/PoshLibraryPath$" ParameterType="string"/>
<OverrideableParameter ID="ProbeActionTimeoutSeconds" Selector="$Config/ProbeActionTimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SampleCount" Selector="$Config/SampleCount$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
<OverrideableParameter ID="WorkflowName" Selector="$Config/WorkflowName$" ParameterType="string"/>
<OverrideableParameter ID="WriteToEventLog" Selector="$Config/WriteToEventLog$" ParameterType="bool"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="M365SMAIL.O365MailFlow.DS">
<ApiTokenScopeURL>$Config/ApiTokenScopeURL$</ApiTokenScopeURL>
<ApiTokenURL>$Config/ApiTokenURL$</ApiTokenURL>
<ApiURL>$Config/ApiURL$</ApiURL>
<ExchangeURL>$Config/ExchangeURL$</ExchangeURL>
<ExchangeWebServicesPath>$Config/ExchangeWebServicesPath$</ExchangeWebServicesPath>
<MailflowDirection>$Config/MailflowDirection$</MailflowDirection>
<M365_ClientID>$Config/M365_ClientID$</M365_ClientID>
<M365_ClientSecret>$Config/M365_ClientSecret$</M365_ClientSecret>
<EventIDFilter>$Config/EventIDFilter$</EventIDFilter>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<PoshLibraryPath>$Config/PoshLibraryPath$</PoshLibraryPath>
<ProbeActionTimeoutSeconds>$Config/ProbeActionTimeoutSeconds$</ProbeActionTimeoutSeconds>
<ReceiverEmailAddress>$Config/ReceiverEmailAddress$</ReceiverEmailAddress>
<ReceiverPassword>$Config/ReceiverPassword$</ReceiverPassword>
<ReceiveTimeoutSeconds>$Config/ReceiveTimeoutSeconds$</ReceiveTimeoutSeconds>
<ReceiveRetry_WaitSeconds>$Config/ReceiveRetry_WaitSeconds$</ReceiveRetry_WaitSeconds>
<SenderEmailAddress>$Config/SenderEmailAddress$</SenderEmailAddress>
<SenderPassword>$Config/SenderPassword$</SenderPassword>
<SyncTime>$Config/SyncTime$</SyncTime>
<TenantName>$Config/TenantName$</TenantName>
<TLSVersion>$Config/TLSVersion$</TLSVersion>
<WorkflowName>$Config/WorkflowName$</WorkflowName>
<WriteToEventLog>$Config/WriteToEventLog$</WriteToEventLog>
</DataSource>
<ProbeAction ID="PASSTHRU" TypeID="System!System.PassThroughProbe"/>
<ProbeAction ID="PROBE" TypeID="M365SMAIL.O365MailFlow.PB.PA">
<ApiTokenScopeURL>$Config/ApiTokenScopeURL$</ApiTokenScopeURL>
<ApiTokenURL>$Config/ApiTokenURL$</ApiTokenURL>
<ApiURL>$Config/ApiURL$</ApiURL>
<ExchangeURL>$Config/ExchangeURL$</ExchangeURL>
<ExchangeWebServicesPath>$Config/ExchangeWebServicesPath$</ExchangeWebServicesPath>
<MailflowDirection>$Config/MailflowDirection$</MailflowDirection>
<M365_ClientID>$Config/M365_ClientID$</M365_ClientID>
<M365_ClientSecret>$Config/M365_ClientSecret$</M365_ClientSecret>
<EventIDFilter>$Config/EventIDFilter$</EventIDFilter>
<PoshLibraryPath>$Config/PoshLibraryPath$</PoshLibraryPath>
<ProbeActionTimeoutSeconds>$Config/ProbeActionTimeoutSeconds$</ProbeActionTimeoutSeconds>
<ReceiverEmailAddress>$Config/ReceiverEmailAddress$</ReceiverEmailAddress>
<ReceiverPassword>$Config/ReceiverPassword$</ReceiverPassword>
<ReceiveTimeoutSeconds>$Config/ReceiveTimeoutSeconds$</ReceiveTimeoutSeconds>
<ReceiveRetry_WaitSeconds>$Config/ReceiveRetry_WaitSeconds$</ReceiveRetry_WaitSeconds>
<SenderEmailAddress>$Config/SenderEmailAddress$</SenderEmailAddress>
<SenderPassword>$Config/SenderPassword$</SenderPassword>
<TenantName>$Config/TenantName$</TenantName>
<TLSVersion>$Config/TLSVersion$</TLSVersion>
<WorkflowName>$Config/WorkflowName$</WorkflowName>
<WriteToEventLog>$Config/WriteToEventLog$</WriteToEventLog>
</ProbeAction>
<ConditionDetection ID="FilterHealthy" TypeID="System!System.ExpressionFilter">
<Expression>$Config/CD_HealthyExpression$</Expression>
<!-- SuppressionSettings -->
</ConditionDetection>
<!--<ConditionDetection ID="FilterWarning" TypeID="System!System.ExpressionFilter">
<Expression>$Config/CD_WarningExpression$</Expression>
-->
<!-- SuppressionSettings -->
<!--
<SuppressionSettings>
<MatchCount>$Config/MatchCount$</MatchCount>
<SampleCount>$Config/SampleCount$</SampleCount>
</SuppressionSettings>
</ConditionDetection>-->
<ConditionDetection ID="FilterCritical" TypeID="System!System.ExpressionFilter">
<Expression>$Config/CD_CriticalExpression$</Expression>
<!-- SuppressionSettings -->
<SuppressionSettings>
<MatchCount>$Config/MatchCount$</MatchCount>
<SampleCount>$Config/SampleCount$</SampleCount>
</SuppressionSettings>
</ConditionDetection>
<!--<ConditionDetection ID="InstanceFilter" TypeID="System!System.ExpressionFilter">
<Expression>$Config/CD_InstanceFilterExpression$</Expression>
</ConditionDetection>-->
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="CriteriaHealthy">
<Node ID="FilterHealthy">
<!--<Node ID="InstanceFilter">-->
<Node ID="DS"/>
<!--</Node>-->
</Node>
</RegularDetection>
<!--<RegularDetection MonitorTypeStateID="CriteriaWarning">
<Node ID="FilterWarning">
<Node ID="InstanceFilter">
<Node ID="DS" />
</Node>
</Node>
</RegularDetection>-->
<RegularDetection MonitorTypeStateID="CriteriaError">
<Node ID="FilterCritical">
<!--<Node ID="InstanceFilter">-->
<Node ID="DS"/>
<!--</Node>-->
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="CriteriaHealthy">
<Node ID="FilterHealthy">
<!--<Node ID="InstanceFilter">-->
<Node ID="PROBE">
<Node ID="PASSTHRU"/>
</Node>
<!--</Node>-->
</Node>
</OnDemandDetection>
<!--<OnDemandDetection MonitorTypeStateID="CriteriaWarning">
<Node ID="FilterWarning">
<Node ID="InstanceFilter">
<Node ID="PROBE">
<Node ID="PASSTHRU" />
</Node>
</Node>
</Node>
</OnDemandDetection>-->
<OnDemandDetection MonitorTypeStateID="CriteriaError">
<Node ID="FilterCritical">
<!--<Node ID="InstanceFilter">-->
<Node ID="PROBE">
<Node ID="PASSTHRU"/>
</Node>
<!--</Node>-->
</Node>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>