PingDirectory

Debug dashboard customization

Use a debug option in any Velocity template for exploring available information in the Velocity Context.

This information includes the servers that are monitored and the metrics that are available. This option is included in the ldap-dashboard and demo-dashboard files:

## Uncomment this to have a window popup with detail of what's in the Velocity
Context.
##parse("_debug.vm")
##debug()

See Velocity templates for more information.