Versions Compared

Key

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

...

  • 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 and indexes are lost.

    • 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 to 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 dependanciesdependencies

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

    • 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

Bug Fixes

  • opCore node location editor now correctly renders the delete modal
  • Expanded Menu drop downs are now clickable on mobile
  • Fixed issue where sorting multiple times in quick succession or any page other than 1 will cause the sorting to produce unexpected results
  • Fixed issue where custom group status in the panel would always show unreachable
  • Fixed Opmantek grid to filter results when the mode is in client
  • Fixed bin/patch_config that was failing under certain values,
  • Fixed alert banner not displaying in the correct position

...