Connection settings – IP and port configuration in FIS.cfg
In the beginning section of the FIS configuration file (FIS.cfg) the connection parameters for the ImageMaster Integration Service must be defined, including host, port, and protocol (HTTP or HTTPS). Make sure that the service can be reached from the FIS host.
# connection parameters #######################
# the host to connect host=127.0.0.1 # host description (used in metrics gateway's statistics) # optional, default is the value of host parameter host.alias=localhost # the port to connect (matching the protocol) port=8081 # the protocol used (http or https) protocol=https
The ImageMaster Integration Service itself must be installed in a corresponding application server environment according to [IM ImageMaster].
If REST monitoring is licensed and shall be used, the following parameters must be specified:
# rest context path rest.contextRoot=/rest/core …