Loading sub-menu...

Galicaster Dashboard

compared with
Key
This line was removed.
This word was removed. This word was added.
This line was added.

Changes (3)

View Page History
The Dashboard service configuration file should be located in {{org.galicaster.dashboard.DashboardService.properties}}. It will not exist the first time you use the Dashboard, but the service will work correctly even if the file does not exist. Therefore, you may create the file only if you need to specify some of the configuration properties allowed by the service.
Those properties are:
* {{agent.<agent_name>.vnc.password}}: This property sets up the password required to establish a VNC connection with the agent {{<agent_name>}}. The password is required to take preview screenshots from the agents. If there is not configured password for the agent, the default one, if configured, will be used. Otherwise, the Dashboard will try to connect to the agents without providing a password.
* {{default.vnc.password}}: This sets up a global password, which is only used if a certain agent has no password configured in the file. If not set, the Dashboard tries to connect to the agents without providing a password.
* {{agent.<agent_name>.vnc.password}}: This property sets up the password required to establish a VNC connection with the agent {{<agent_name>}}.
* {{default.vnc.password}}: This property sets up a global password, which is only used when a certain agent's password is not explicitly defined.

The following example illustrates how the properties defined above are used:

When the Dashboard needs to establish a VNC connection with the agent {{GC-example}}, the password used will be, in that order:
# If defined, the value of {{agent.GC-example.vnc.password}}.
# If defined, the value of {{default.vnc.password}}.
# No password will be used.

{column}