You can configure monitoring of the Archive Manager Web service to be able to check if this service is up and running.
Procedure
- Access the machine where the SDL Tridion Monitoring Server Role is running, and access the configuration location.
- Open the file cd_monitor_conf.xml in this location in a plain-text or XML editor.
- Access the Archive Manager installation media and navigate to Content Delivery\samples\.
- Open the file cd_monitor_conf_sample.xml in this location in a plain-text or XML editor.
- 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" /> -->
- Do one of the following: