Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Add for latest releases, see opCharts 4 Release Notes

This is a brief overview of the major changes between opCharts releases from opCharts 1 to opCharts 3. For latest releases, see opCharts 4 Release Notes


Please see opCharts Product Compatibility to see which Linux Distributions and MongoDB we support.

Download opCharts here - https://opmantek.com/network-management-download/opcharts-download/


Table of contents

Table of Contents


...

opCharts 4

...

The new upcoming release of opCharts 3 will work on Opmantek's latest and fastest platform, however, the currently installed products are incompatible with this upgrade. 
To find out more about this upgrade please read: Upgrading Opmantek Applications

opCharts 3.4.0

Status
subtletrue
colourGreen
titleLatest

...

  • Newly created maps now use the nodes UUID, this allows maps to be created which will not degrade over time when nodes names are changed.

    • Maps created with opCharts-3.3.4 and below still use the nodes name as its ID, any changes or additions to these older maps will continue using the node name

  • Nodes are now sortable by health

  • Metrics and Health now shows the status metric

  • Nodes view now uses case insensitive regex for searching.

  • Changed the colours of the link between the nodes based in the input and output utilisation: 

    • < 30 = green, 

    • >=30 <75 = yellow, 

    • >=75 <100 = orange, 

    • >=100 = red

    • If the utilisation information is not available, the colour will be based in the status:

      • Green: up 

      • Red: Down

      • Grey: Unknown

    • This colour guide can be changed in the configuration, with the following configuration items:

      • 'opcharts_map_link_color_ok' => '#59cf59',

      • 'opcharts_map_link_color_normal' => '#ffd700',

      • 'opcharts_map_link_color_warn' => '#ffa500',

      • 'opcharts_map_link_color_error' => '#d9534f',

      • 'opcharts_map_link_color_up' => '#00FF00',

      • 'opcharts_map_link_color_down' => '#FF0000',

      • 'opcharts_map_link_color_uk' => '#999'

  •  Updated opCharts interface plugin, This is now run after every node update.

  •  New commands added to opcharts-cli to update the subnet dependencies: 

    • opcharts-cli.pl act=clear-all-node-depend: Clear all the nodes dependencies

    • opcharts-cli.pl act=update-subnet-dependancy: Update all the nodes subnet dependencies

    • New configuration items have been added:

    • 'opcharts_subnet_skip' => 'qr/(^127\.0\.0|^169.254\.|^192.168\.)/',

    • 'opcharts_router_names' => 'qr/^RTR/';

    • 'opcharts_router_skip' => 'qr/-router1$/'

  • Added search box to interfaces in business service.
  • Updated the opCharts.init.d service

...

  • Resources (charts/maps/business services/dashboards) implement edit locks so only one user can edit them at a time
  • Faster chart rendering
  • Zoom lock on all maps
  • Search for monitored services list
  • Node list and node info/summary tables now use table schema files instead in config
  • Custom “node context” links for nodes which can be configured to point to anywhere user likes, button is shown in node list and node view page (requires NMIS 8.6.2)
  • Node action buttons now shown in their own panel above node info panel

Fixes

  • Graph legends being cut off

  • Dashboard refresh button enabled

...

  • Node info panel (found on most node pages) now allows for more complex formatting, eg. displaying a unix timestamp as human readable, see documentation for more
  • Delegated Authentication
  • Dataset charts now show Min/Max/Avg
  • Custom JS
  • Link to opFlowSP Agents/Interface from Node Interface view

...

  • Node list table columns are now configurable, see the opCharts 3 Administration Guide for more
  • Portal Users who have been granted access to NMIS groups can now see and click on node links in Node panels on maps and business services
  • Several new dataset options added to the chart creator: suffix in tooltip, decimal places in tooltip and dataset multiplier which allows adjusting the base of the value
  • Automatic detection of different RRD resolution/step, lowest value now used as default and displayed when viewing a period that is small enough (< 17h by default)

...