ConfigurationMonitoring Tools

Monitoring Tools

Sana Commerce 8.3
Your provider

Configure Monitoring Tools

Sana Commerce offers a monitoring page that can be used to check the health of the running Sana Commerce application. This page, which can be accessed at 'domain/testapplication.aspx', returns the following information: 
  • When everything is fine, the text 'All OK' is returned.
  • When there is a problem, the output starts with 'Error in test' and followed by an error message indicating the problem area.

This monitoring tool performs the following checks:

  • Checks whether the webshop is configured in the database.
  • Initializes the provider that is configured in the 'web.config' file.
  • Checks whether the default webshop language is set.
  • Requests some random data from each webshop subsystem (for example customer, order, product) to check connection between the webshop and ERP system to see whether everything work properly.
The monitoring page can be configured in any monitoring tool. A monitoring interval of 5 minutes is considered as commonly used.
 
The monitoring page keeps track of the health of one webshop within the platform. When the Sana Commerce is running multiple webshops, all individual webshops can be checked by accessing the monitoring page on different domains configured for each webshop. With this solution problems can be narrowed down to individual webshops. 
 
When for example the Sana Commerce solution is running webshop 1 on domain http://www.webshop1.com and webshop 2 on domain http://www.webshop2.com the monitoring page can be access per webshop by the following URLs:
  • http://www.webshop1.com/testapplication.aspx
  • http://www.webshop2.com/testapplication.aspx
ConfigurationMonitoring Tools