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

Check here the opCharts 4 release notes

Table of contents

toc


...


Info
titleInfo

As of opCharts 3.0.0, MongoDB is required, the installer will help you install/upgrade to the newest 3.X version.

...

  • 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

...