Beacon HTTP

"Beacon HTTP" listener starts a web server and registers a "beacon" agent.

Beacon HTTP parameters

Parameter
Description

Host & port (Bind)

Required. The interface address and port to which your HTTP Beacon web server will bind.

Callback addresses

Required. List of address:port to which the agent will send requests. Current server rotation strategy: round-robin.

Method

The HTTP method that the agent will use to transmit data to the server and receive commands

URI

Required. The HTTP endpoint to which the agent sends the request.

User-Agent

Required. User-Agent for HTTP requests

Heartbeat Header

Required. The HTTP header in which the agent will transmit registration information

Use SSL

If set, use HTTPS. If the SSL certificate and key are not specified, the server will generate them itself.

Last updated