22 Feb 2010

Automatic rotation of dashboards

Tricks and tips Comments Off

Dashboards can be setup to automatically rotate in full screen mode using the auto login feature.

The following example shows an URL that will rotate between 3 different dashboards, with ID 1, 7 and 12. Each dashboard will be shown for 15 seconds before showing the next dashboard. The full screen parameter tells INM to remove header and menus.

http://inmhost:port/autologin.xsi?user=username&page=6&rotation=1,7,12&interval=15&fullscreen=1

Parameters needing substitution:

  • inmhost = host name or ip of your INM host
  • port = port number your INM host listens to
  • username = name of operator (with auto login access right enabled)

The id of the dashboard can be found in the URL when the dashboard is displayed in the interface:

http://sandbox.intellipool.com:8080/dashboard.view.xsi?id=9 <—- ID of “System Status” dashboard on our demo installation

Comments are closed.