HTTP/HTTPS support for germain engines
The Germain agents and engines can now be configured to send data over HTTP/HTTPS (in addition to the existing support for JMS/ActiveMQ). This makes it easy to locate the agents and engines on subnets that can only reach the germain enterprise over HTTP/HTTPS ports.
You can configure your agents and/or engines to use HTTP/HTTPS transport by placing lines similar to the following in you germain-bootstrap.properties file the agent/engine. (This file is typically located in the "config" directory under the germain engine installation directory)
# HTTP Transport
germain.httpdata.url=https://<your-server>/apm-data-services/jaxrs/monitoring/bulk
germain.httpdata.user=<germain-system-user>
germain.httpdata.password=<password>
germain.httpdata.authpolicy=BASIC