Versions Compared

Key

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

...

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

Table of Contents

opCharts 4.0.4 Beta

Released June 25th, 2019
opCharts 4.0.4 requires NMIS 9.0.2


  • Retry requests after error trying to get rrd graphs from poller nodes. New parameters on the configuration file were added:
    •     'opCharts_num_retry' => 3, (By default 3 times)
    •     'opCharts_connection_delay' => 5 (By default 5 seconds waiting between retries)
  • Subnets are now cached in the background, this is done by a NMIS9 plugin on install/upgrade, or can be found under install as SubnetExport.pm
    • opcharts_subnet_cache_expire_time is how long they will live for
    • opcharts_subnet_cache_update_time is the minimum period the cache will run, as it happens after NMIS updates this stops the cache being run too frequently which can cause high load.
  • Subnet cache can be manually run with the opCharts CLI, with act=import-subnets
    • Using force=true will ignore opcharts_subnet_cache_update_time
  • Fixes in timing for how charts request data form the sever

opCharts 4.0.3 Beta

Released June 7th, 2019
opCharts 4.0.3 requires NMIS 9.0.1

  • Fixed issue where the node panel would not show the nodes name or group
  • Fixed issue where your preferences page would not load
  • You can now search for an ifIndex under Inventory → Interfaces
  • Fixed issue where node resources not backed by an rrd graph would be displayed
  • Fixed issue where a user who has been given groups to view could not use the node filter

opCharts 4.0.3 Beta

Released June 7th, 2019
opCharts 4.0.3 requires NMIS 9.0.1

...