Boring Live Monitoring was unable to connect to the Milestone event server due to using an incorrect or incomplete server address. This guide documents the steps taken to resolve the issue.
Issue:
Boring Live Monitoring could not connect to the Milestone event server at http://localhost.
Resolution Steps:
Updated Configuration:
Edit the
appsettings.jsonfile inC:\ProgramData\The Boring Lab\Live MonitoringAdd the
"ManagementServerUri"setting under the"Milestone"section.Specify the fully qualified domain name (FQDN) for the event server address.
Example configuration:
"Milestone": { "ManagementServerUri": "https://server-address" }Replace server-address with the address of the management server.
Service Restart:
Restart the Boring Live Monitoring Windows service to apply the configuration changes.
Verification:
Confirm Boring Live Monitoring successfully connected to the Milestone event server.
Verify that the Boring Toolbox Live Monitoring dashboard was functioning as expected.
Comments
0 comments
Please sign in to leave a comment.