Setup:
Primary ServiceControl at localhost:33336/api/
Added remote via Powershell: <add key="ServiceControl/RemoteInstances" value="[{"api_uri":"http://anothermachine:33333/api/"} ]" />
Result:
localhost:33336/api/configuration/remotes :
[
{
"api_uri": "http://anothermachine:33333/api/",
"version": "4.33.2",
"status": "online",
"configuration": {
"host": {
"service_name": "Particular.ServiceControl",
ServiceInsight connected to localhost:33336/api/ also shows messages from anothermachine:
ServicePulse connected directly to the remote SC via url localhost:9090/?scu=http://anothermachine:33333/api/&mu=!#/dashboard shows 24 failed messages etc…
ServicePulse connected to the primary shows no failed messages, endpoints, etc…
Is this expected behaviour?
PS:
- had to squish the two screenshots into one due to new user limitations
- had to remove http from links due to new user limitations