Monitoring the Synchronization Server
You can monitor the status of the Online Marketing Explorer synchronization service (HTTP Service Health Monitor).
Procedure
- Set up Application Monitoring by installing a Monitoring Agent on the machine on which the Aggregation Service process is running. Application Monitoring is a part of SDL Tridion. For more information on Monitoring SDL Tridion processes, see the implementer's documentation portal.
- Copy the cd_monitor_conf.xml file (by default located in your Tridion installation
\configdirectory) to:- the
\classesdirectory of your Java Web application. - the
\configdirectory of your .NET Web application.
- the
- Open the cd_monitor_conf.xml file in a text editor.
- Add the following section:
- The
Request URLelement specifies the URL to theWebtrackingsync.aspxorwebtrackingsync.jsp. - Make sure to specify the correct
HostNameandPortin theRequest URLelement.
<HttpServiceHealthMonitor ServiceType="IIS" ServiceInstance="OMESynchronization" PollInterval="5m" TimeoutInterval="30s"> <Request URL="http://localhost/Webtrackingsync.aspx" /> <Response SuccessPattern="No known configuration errors were found" /> <Authentication Scheme="NTLM" Host="host" Domain="domain" Username="username" Password="password"/> </HttpServiceHealthMonitor>You can specify the
PollIntervalandTimeoutInterval. Specify hours, minutes and seconds using the format00h00m00s, for example12h34m56s. All three parts are optional. If you just want to specify seconds you can omit the letters, for example"30". - The
- Save and close cd_monitor_conf.xml.
- Restart your Web application server.