Versions Compared

Key

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

...

  • 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 gauge 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 desired 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 override which port the web client should connect its websocket web-socket 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 not resize correctly when hiding the sidebar
  • Fixed node panels KPI colouring by level.
  • View node on local nmis NMIS now correctly uses the nmis9 url URL defined in opCommon
  • Added View Nodes on poller, more can be found Here

...