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 />
<CoreServiceUrl>http://localhost/webservices/CoreService201501.svc/wsHttp</CoreServiceUrl>
<MonitoringAgentPort>20131</MonitoringAgentPort>
</System>
If you are using the SDL Tridion 2011 SP1-compatible endpoints, replace CoreService2011.svc with CoreService201501.svc.
If you are using the SDL Tridion 2011-compatible endpoints, those endpoints are no longer supported. Update and recompile your code.
- 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" />