Troubleshooting relay agents
An agent's status is shown in SquaredUp Settings > Relay Agents as a green tick, amber exclamation mark, red cross or gray question mark. Hovering over the status will show information about the last connection.
If the agent status is not green:
- Check that the agent service is running (for Windows agents this is in Services on the server running the agent).
- Check that the API key is correct. In SquaredUp you can see the last 4 digits of the API key in Settings > Relay Agents and compare this with what's in the
appsettings.jsonfile in the agent folder/agent/transient/logs. If necessary, you can edit the agent and click Regenerate API Key to get a new key, then copy that into theappsettings.jsonfile.Look at the Properties of the SquaredUp Cloud Agent service:
- On the server running the agent, open Services
- Scroll down to the SquaredUp Cloud Agent in the list
- Right-click on the SquaredUp Cloud Agent service and then Properties
Here you can see the Service name, Display name and Path to the agent folder. - The Log On tab shows you which account the service is logging on with. (Needed for the SCOM and CSV plugins)
- You can also start or stop the service from the General tab.
- Check the agent logs for any connectivity errors. Support may ask you to change the
LogLevelfromInformationtoDebugin theappsettings.jsonfile. - Check SquaredUp for any reported outages: https://squaredup.statuspage.io/
For more information see Relay Agents.