Documentation Center

Monitoring the Archive Manager Web service

You can configure monitoring of the Archive Manager Web service to be able to check if this service is up and running.

Procedure

  1. Access the machine where the SDL Tridion Monitoring Server Role is running, and access the configuration location.
  2. Open the file cd_monitor_conf.xml in this location in a plain-text or XML editor.
  3. Access the Archive Manager installation media and navigate to Content Delivery\samples\.
  4. Open the file cd_monitor_conf_sample.xml in this location in a plain-text or XML editor.
  5. Copy the following fragment from the sample file and add it to cd_monitor_conf.xml, inside the <ServiceHealthMonitors> section:
    <HttpServiceHealthMonitor ServiceType="ArchiveManagerDataService" 
      ServiceInstance="local" PollInterval="5m" TimeoutInterval="30s">
      <!-- <Request URL="http://localhost:port/Service.asmx?wsdl" /> -->
      <!-- <Request URL="http://localhost:8080/cd_dataservice/services/Monitor?wsdl" /> -->
      <!-- <Authentication Schema="Basic" Username=-"admin" Password="admin" /> -->
  6. Do one of the following:
    • If you use a .NET Archive Manager Web service, uncomment the line:
      <Request URL="http://localhost:port/Service.asmx?wsdl" />
    • If you use a Java Archive Manager Web service, uncomment the line:
      <Request URL="http://localhost:8080/cd_dataservice/services/Monitor?wsdl" />