Integrating the Gateway with Non-Ambari Managed SmartSense
To configure a SmartSense deployment that is not using Ambari for management to communicate with an installed gateway, you must first update the HST server configuration:
On the HST server, edit the
/etc/hst/conf/hst-server.ini
file [gateway] section:Enable the gateway's automatic upload capability, so that after a bundle successfully captured, the HST server automatically uses the gateway to upload the bundle:
enabled=true
Specify the fully qualified domain name of the server hosting the gateway:
host=
gateway-host.yourdomain.com
Specify the port on the gateway host from which the gateway is configured to monitor:
port=9451
Restart the HST server:
#hst restart