Multiple monitoring instances?

Is it possible to specify multiple monitoring instances in service pulse? The app.configuration.js seem to indicate it is possible, since it is an array, however only the first one shows up in the service pulse ui?

We currently have a setup with two transports: msmq and sql and a single service-control and service-control.audit using the sql transport and using a bridge endpoint to bridge heartbeats and audits from msmq to sql. This however does not seem to work for monitoring messages because the monitoring instance keeps warning about tables missing from endpoints on the “other side”.

Is it possible to handle use multiple monitoring instances in a single servicepulse instance?

Hi Carl,

Thank you for reaching out! Right now, ServicePulse only supports a single monitoring instance. The app.constants.js file includes a monitoring_instances array property as a placeholder in case release a version of ServicePulse which supports multiple monitoring instances.

As you observed, if you specify the monitoring_instances config variable with multiple instances, ServicePulse will only load the first monitoring URL from the array.