![]() |
||
|
The YAMI4 dashboard service is a separate, natively compiled program, that can be run from its directory with a simple invocation:
$ ./yami4dashboard
The service accepts optionally a name of configuration file as a parameter, but if none is given then the yami4dashboard.cfg file is used by default.
The configuration file is a text file and defines the following properties:
port - the port number on which the HTTP requests will be served for the GUI interface,remote.timeout - the maximum time for remote operations, after which the operation is cancelled,log.main, log.http, log.remote - flags enabling the particular logging subsystems,names.X.location - list of locations of all name servers in the system,broker.X.location - list of locations of all message brokers in the system.The dashboard service reports its activity on standard output, according to logging flags defined in the configuration file.