Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Note when editing the component after the dashboard has been save you will see the nodes UUID in the node field instead of its name, this translation will be fixed in an upcoming release but does not impact how the component queries the data.

Schema Drive Dashboard Components

Image Removed

Image Removed


To help configuration of dashboard components by end users are have introduced form to drive the GUI to edit Example of the component schmea if you are using our JSON import tools to create these components

Code Block
languagejs
"parameter_schema" : {
    "parameters_overrides~node_name_filter": { "type": "Select2Node Panel",
  "titlemodel_view" : "Nodeopmantek-node-panel",
  "templatedparameters_schemaoverrides": "ChartsNodeTypeaheadSchema"},{
    "parametersnode_overrides~nodes~configuration~groupuuid": "NODE_UUID"
  }
}


Event History Component Update

This component now supports filtering from its JSON document, you can hardcore the filters by node_uuid, group, location.

Code Block
languagejs
{
  "typename": "TextEvent History",
  "titlemodel_view" : "Groupopmantek-db-log"},
    "parameters_overrides~nodes~configuration~locationoverrides": {"type
    "node_name_filter": "TextNODE_UUID",
	"nodes.configuration.group": "title"Datacenter_A",
	"nodes.configuration.location": "LocationWellington"}
  }
}

Schema Drive Dashboard Components

Image Added

To help configuration of dashboard components by end users are have introduced form to drive the GUI to edit these components.

opCharts Dashboard Component Schema


Configurable Dashboard component height

We have upgrade our dashboard layout tools to support configurable grid row height, this will allow better flexibility in creating rich dashboards.

Before this release component height was set to 230px, and you could only increase component size by multiples of this.

If you want more fine grained control of component height reduce the component height number.

Image Added

Refreshed Panels in Maps and Business Services

...


Updated installer options

The FirstWave Installer#AvailableInstallerOptions

Bug Fixes

  • On install opCharts does not run subnet import by default
  • Fixed issue where links to inventory items would be broken
  • Fixed issue with zoom lock not behaving as expected
  • Various other bug-fixes.