250. Reporting - SSRS - Web Service

SQL Server Reporting Services (SSRS) web interface must be accessible in order for the SSRS depending functions to work. This check will verify that the SSRS web interface is accessible and functional.

Multiple Instances: No

Interval: Every 5 minutes (288 times per day)

Status Expression
Critical If (SSRS Web service available for incoming SOAP calls response != HTTP 200)

Description The URL can be found in the database view ”report_plugin_settings”.
Impact  SSRS is not accessible.
Suggestion Verify that IIS is working on the SSRS host and that SSRS services is working.
OK If not status Critical.
Unknown Missing application response.

Metric & Service Command line example
SSRS Web service available for incoming SOAP calls java -jar application-monitoring-metrics-cli.jar http -url=http(s)://<fqdn>:<port>/ReportServer/reportexecution2005.asmx -match=response -oeq=200 -dc