I'm getting the following error in the machine-agent.log file for URL-Monitor Error creating environment task org.yaml.snakeyaml.scanner.ScannerException: null; mapping values are not allowed here; in 'reader', line 83, column 17: username: DV_RO Here is the URL that is causing the error #SAP Healthchecks - name: SAP-ROI-Healthcheck url: https://sap-domain?senderParty=DesignView&senderService=BC_DesignView&receiverParty=&receiverService=&interface=MI_1519_DV_SAPC_Request_Intl_Out&interfaceNamespace=http://company.com/DesignViewInternational followRedirects: false authType: BASIC username: DV_ROI password: password groupName: SAP I've run the YAML against a lint program and it's valid YAML so can't understand why it's failing. This is the only URL that uses BASIC authentication. I have other URLs that use other authentication methods without any problems.
... View more