Loading sub-menu...

Galicaster Dashboard - Configuration Guide

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

Changes (4)

View Page History
{pop-away:metadata | comments | children | labels}

_This page is updated to the 0.1-alfa 1.0.0-RC1 release_

The Dashboard service configuration file should be located in {{$MH_ROOT/etc/services/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>}}.
* {{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.
A sample properties file for Galciaster Dashboard is in https://github.com/teltek/Dashboard/blob/master/org.galicaster.dashboard.DashboardService.properties.