The <System> section of the configuration file OutboundEmail.xml allows you to specify system properties, including application monitoring. Application monitoring allows you to monitor the status of the Audience Manager Synchronization Service.
Procedure
- Install a Monitoring Agent on the Content Manager Server machine on which Audience Manager is running.
- Open
OutboundEmail.xml, located by default in the config subdirectory of %TRIDION_HOME%, for editing.
- Locate the
<System> section, for example:
<System>
<LicenseFile />
<MonitoringAgentPort>20131</MonitoringAgentPort>
</System>
- Set
<MonitoringAgentPort> to the Heartbeat Monitoring ListenerPort specified in the cd_monitor_conf.xml configuration file.
- Save and close
OutboundEmail.xml.
- To override the default timeouts (in case false alarms are generated), add a
ServiceType element to the cd_monitor_conf.xml configuration file:
<Service ServiceType="OESynchronizer" TimeoutValue="10m" />