ConfigurationMonitoring Tools

Monitoring Tools

Sana Commerce 9.1
Your connector

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]/system/test', 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.
  • Checks whether the default webstore language is set.
  • Requests some random data from each webstore subsystem (for example customer, order, product) to check connection between the webstore and ERP system to see whether everything works 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 webstore within the platform. When Sana Commerce is running multiple webstores, all individual webstores can be checked by accessing the monitoring page on different domains configured for each webstore. With this solution problems can be narrowed down to individual webstores. 
 
When for example the Sana Commerce solution is running webstore 1 on domain http://www.webstore1.com and webstore 2 on domain http://www.webstore2.com the monitoring page can be access per webstore by the following URLs:
  • http://www.webstore1.com/system/test
  • http://www.webstore2.com/system/test
ConfigurationMonitoring Tools