O365SMP O365toO365 MailFlow Monitor UnitMonitorType

O365SMP.O365toO365.MailFlow.Monitor.UnitMonitorType (UnitMonitorType)

Unit Monitor Type for Unit Monitor: O365SMP.O365toO365.MailFlow.Monitor

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource O365SMP.O365toO365.MailFlow.Monitor.DataSourceModuleType Default
Probe ProbeAction O365SMP.O365toO365.MailFlow.Monitor.ProbeActionModuleType Default
CriticalFilter ConditionDetection System.ExpressionFilter Default
HealthyFilter ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
TimeoutSecondsint$Config/TimeoutSeconds$Timeout Seconds
IntervalSecondsint$Config/IntervalSeconds$Interval Seconds
SenderUserstring$Config/SenderUser$Sender User
ReceiverUserstring$Config/ReceiverUser$Receiver User
SenderPasswordstring$Config/SenderPassword$Sender Password
ReceiverPasswordstring$Config/ReceiverPassword$Receiver Password
O365URLstring$Config/O365URL$O365 URL
SleepINTint$Config/SleepINT$Sleep INT

Source Code:

<UnitMonitorType ID="O365SMP.O365toO365.MailFlow.Monitor.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="TimeoutSeconds" type="xsd:integer"/>
<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="SenderUser" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ReceiverUser" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SenderPassword" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ReceiverPassword" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="O365URL" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="SleepINT" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SenderUser" Selector="$Config/SenderUser$" ParameterType="string"/>
<OverrideableParameter ID="ReceiverUser" Selector="$Config/ReceiverUser$" ParameterType="string"/>
<OverrideableParameter ID="SenderPassword" Selector="$Config/SenderPassword$" ParameterType="string"/>
<OverrideableParameter ID="ReceiverPassword" Selector="$Config/ReceiverPassword$" ParameterType="string"/>
<OverrideableParameter ID="O365URL" Selector="$Config/O365URL$" ParameterType="string"/>
<OverrideableParameter ID="SleepINT" Selector="$Config/SleepINT$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DataSource" TypeID="O365SMP.O365toO365.MailFlow.Monitor.DataSourceModuleType">
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SenderUser>$Config/SenderUser$</SenderUser>
<ReceiverUser>$Config/ReceiverUser$</ReceiverUser>
<SenderPassword>$Config/SenderPassword$</SenderPassword>
<ReceiverPassword>$Config/ReceiverPassword$</ReceiverPassword>
<O365URL>$Config/O365URL$</O365URL>
<SleepINT>$Config/SleepINT$</SleepINT>
</DataSource>
<ProbeAction ID="Probe" TypeID="O365SMP.O365toO365.MailFlow.Monitor.ProbeActionModuleType">
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
<SenderUser>$Config/SenderUser$</SenderUser>
<ReceiverUser>$Config/ReceiverUser$</ReceiverUser>
<SenderPassword>$Config/SenderPassword$</SenderPassword>
<ReceiverPassword>$Config/ReceiverPassword$</ReceiverPassword>
<O365URL>$Config/O365URL$</O365URL>
<SleepINT>$Config/SleepINT$</SleepINT>
</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>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="Healthy">
<Node ID="HealthyFilter">
<Node ID="DataSource"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="Critical">
<Node ID="CriticalFilter">
<Node ID="DataSource"/>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="Healthy">
<Node ID="HealthyFilter">
<Node ID="DataSource"/>
</Node>
</OnDemandDetection>
<OnDemandDetection MonitorTypeStateID="Critical">
<Node ID="CriticalFilter">
<Node ID="DataSource"/>
</Node>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>