Declaring an External Data Source Widget
{%% external-data-source-widget-image : /demo/JBoss/JBoss Agent/CPU/Utilization % (process) %%}
The default path separator is slash. If the path separator conflicts with a name in the path, a different path separator can be declared:
{%% set-external-data-source-path-separator : || %%}
This would change the path separator to "||". Specifying a widget would look like this:
{%% external-data-source-widget-image : ||demo||JBoss||JBoss Agent||CPU||Utilization % (process) %%}
External data source widgets can be combined with other widgets using the same combination syntax above. Here's an example of combining an external data source widget with Avg Response Time:
{%% begin-combined-widget %%}
{%% widget-image : Average Response Time %%}
{%% set-external-data-source : /MyFolder/My CA Wily Server %%}
{%% external-data-source-widget-image : /demo/JBoss/JBoss Agent/CPU/Utilization % (process) %%}
{%% end-combined-widget %%}