Overview
When trying to access the Aurea Monitor (aka Actional) Agent console right after installing and configuring it, you get the following error:
HTTP ERROR: 405 HTTP+method+GET+is+not+supported+by+this+URL
You are trying to access the URL that you have just configured in the configuration.json, having the following format:
http://AMS_server_name:port_number/lgserver/auto-deploy/v1/profiles/default_agent_profile
Solution
The error is caused because you are trying to access with your browser an URL (an endpoint) that is not supporting default browser requests. The URL you are trying to access is the endpoint to be used by the Launcher Agents when looking for the default agent profile on the Aurea Monitor Management Server (AMS).
To access the Agent Console you need to connect using only the hostname where the agent was installed, and the port number of the Agent (4041 by default). The URL should be something similar:
http://host_name_of_agent:port_number_of_agent
To access the AMS Server Console you need to connect using only the hostname where the server was installed, and the port number where the AMS server is exposed (4040 by default). The URL should be something similar:
http://host_name_of_Server:port_number_of_Server