Versions Compared

Key

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

This is a brief overview of the major changes between opCharts releases.

...

  • Fixed update-subnet-dependancy throwing an error about not finding subnets.json, we have migrated this feature to use the internal cache database.

  • Fixed issue where the subnets cache would not expire old inventory.
  • Fixed issue with LLDP and CDP neighbors adding duplicates or not adding a neighbors at all.
  • Fixed a silent error in opCore with logging.
  • Various template enhancements.Interface Panels Fixed issue where the string would not be shortened
  • Maps
    • Fixed issue in Maps when trying to use Cola Layout
    • Fixed issue with Maps not always obeying Zoom Lock.
    • Fixed issue when creating a map and it throwing an error about its preset layout.
    • Fixed issue with maps when the view would not center correctly once loaded.
    • Fixed issue with maps and the loading spinner not hiding.
    • Fixed issue with maps and the background image not stacking correctly.
    • Fixed issue with older imported maps from opCharts3 throwing warnings in the browsers console.
  • Panels
    • Node panels would not honor configuration item "opcharts_gui_display_node_ssh" on all views.
    • Fixed issue where node panels would not honor "opcharts_gui_node_panel_display".
    • Fixed issue with not panels when set as KPI and not using NMIS9 weights, this will fix the issue with colored by levels.
    • Fixed issue where the string would not be shortened on interface panels.
  • Fixed Potential DB connection leak.
  • Fixed issue with node resource api not using the UUID correctly.
  • Fixed issue with our api controller not honoring fields_hash when pagination params are not passed.
  • Fixed issue with stacking and the CBQOS chart

...

Released 25th June 2020 as General Release

(warning) This release requires updated licenses, please contact Opmantek Support to organise new licenses

Highlights

All OMK configuration are now JSON, the processes to convert from NMIS configuration files to JSON is performed by the installer, click here for more details about JSON Configuration..

...

  • The Metrics and Health component has been extended to group by any node configuration property.
    • This is set in opCommon.nmis opcharts_metric_summarise_by, you need to define an array of hashes, with key and name
    •     {
            'key' => 'group',
            'name' => 'Group'
          },

    • If more than one selector is defined on the top left of the Metrics and Health component a dropdown is shown to change which confiuration item the nodes are grouped by.
    • Metrics and Health gauges are now rendered in one row which are scroll-able to the right.
    • Metrics and Health links now correctly affect the nodes filter when clicked.
    • Metrics and Health is now searchable on the currently selected column.
  • New Event History component which utilizes the NMIS9 events DB
    • For this to work in opCharts you need to set keep_event_history => 'true' in NMIS9 Config.nmis
    • Consideration should be given to the volume of data on the pollers and master and how much event history will be kept, by default NMIS9 will keep 7 days of event history which is configured in Config.nmis/purge_event_after (7*86400), if having problems viewing event history, reduce the number of days and purge the data.
    • This component replaces the old tail log event viewer but if you want to use the old component change opcharts_db_event_history to 0 in opCommon.nmis
    • Currently websockets are not enabled, this component is set to refresh period
  • Revised Events screen to utilize the new Event History component
  • Fixed issue where adding a group to a map would cause the node selection modal to appear
  • Fixed issue where the nodes interfaces panel which shows interfaces with oper status down would fail to render
  • Fixed issue where the nodes interface component would incorrectly show certain interfaces
  • Fixed issue where the node selector on the nodes screen will fail to render if a group name is numeric
  • Fixed issue where the TopN table text would not correctly space the table contents
  • Fixed issue where a node info panel would cause a 500 if the node does not exist

...

Released August 22th, 2019
opCharts 4.0.7 requires NMIS 9.0.6

  • Fix TopN query error in master servers with lots of data from the poller servers. The error was a MongoDB::DatabaseError: operation exceeded time limit.
  • New Admin function to set many user's default dashboard:
    • ./opcharts-cli.pl act=import-user-dashboard name=dashboard-name users='user1, user2, ...'

  • Fixed changing the default dashboard for a user in the GUI. 
  • NMIS button works for non local servers now: Redirects to the NMIS node poller view. 
  • GUI improvements:
    • Fixed size in NMIS button (Nodes View) and set visible as default.
    • Improve view for long group names in Metrics and Health view, not overflowing.
    • Improve the view for long names in TopN table.
  • Support for watching monitored services graphs from the poller servers in the master. 
  • Fixed bug that prevented hiding ssh button in node info panel where it was disabled using opcharts_gui_display_node_ssh.
  • Fixed bug that was failing to check permissions for a subnet.

opCharts 4.0.6 Beta

Released July 19th, 2019
opCharts 4.0.6 requires NMIS 9.0.4

...