Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Info

Monitoring WebUI is available since FIX Antenna C++ 2.31.0 release. 

...

To configure monitoring WebUI the following properties must be specified in the engine.properties file:

PropertyDescriptionRequiredDefault value
Monitoring.Web.HostThis parameter defines the IP address for monitoring WebUI to listen on, which may be 0.0.0.0 to listen on all network interfaces. N127.0.0.1
Monitoring.Web.PortThis parameter defines the TCP port for monitoring WebUI to listen on.N8906
Info

If Monitoring.Web.Host was specified with the incorrect value (not an integer in range 0..0xFFFF) then the monitoring WebUI will not be started and the following ERROR message will be logged:

Code Block
Failed to start monitoring Web UI: Monitoring.Web.Port is not an integer in range 0 .. 65535.

If the Monitoring.Web.Port was specified with an invalid IP address of the host machine, then the monitoring WebUI will not be started and the following ERROR message will be logged:

Code Block
Failed to start monitoring Web UI: <message from the operating system>. 

If Monitoring.Web.Host was specified with the incorrect value (not an integer in range 0..0xFFFF) then the monitoring WebUI will not be started and the following ERROR message will be logged:

...