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.6 Beta

Released July 19th, 2019
opCharts 4.0.6 requires NMIS 9.0.4

  • Metrics and Health component has been rewritten to support Master and Poller, this is done over the whole active nodes collection on the current server.
    • When you have nodes from different pollers Gauges are used to shows the current groups Reachability
    • If you want to change which metric the guage can display copy omk/lib/json/opCharts/components.d/nmis_network_health.json into omk/conf/components.d
      • change "gaugeDataSource" to one of the desired values
        • avg_available or avg_16_available
        • avg_health or avg_16_health
        • avg_reachable or avg_16_reachable
        • metric or metric_16
        • status
      • Change "gaugeTitle" to a dersied title
    • In poller mode where only the current polled nodes are on the server Metrics and Health will show the current NMIS Network Health chart
  • Added "websocket_proxy_port" to opCommon, this can be used to overide which port the web client should connect its websocket to.
  • Node searching has been rewritten, now much faster.
    • You can search over the nodes
      • Name
      • Host
      • Group
  • Fixed issue where the Node list could not be exported to csv. Use opcharts_node_list_exporttocsv to configure which fields to export
  • Fixed issue where some pages would node resize correctly when hiding the sidebar
  • Fixed node panels KPI colouring by level.
  • View node on local nmis now correctly uses the nmis9 url defined in opCommon
  • Added View Nodes on poller, more can be found Here

opCharts 4.0.5 Beta

Released July 5th, 2019
opCharts 4.0.5 requires NMIS 9.0.3

...