Versions Compared

Key

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

Table of Contents

opReports 3.1.10

This version was released on 28 Jun 2019.

This version includes the following new report

...

type: Monitored Services Report.
This version offers the following new option for Node Availability and Grouped Availability Reports: 'opreports_availability_average_packetloss' in /path/to/omk/conf/opCommon.nmis, controls whether the previous 'Packet Loss %'  (now renamed 'Count Packet Loss %' ) or 'Average Packet Loss %' is displayed in this report.
This version fixes an issue with editing and saving existing reports that was experienced in recent releases of opReports.
This version fixes an issue in QoS report where 'NoBufDropPkt' was being inserted into csv and xlsx report twice pushing last few columns out of sync by one column.

opReports 3.1.9

This version was released privately on 23 May 2019.
This version includes the following new report types: UPS Configured Models Report.

opReports 3.1.8

This version was released on 18 Apr 2019.

This version includes the following new report types: Grouped Interface Capacity Report, Interface Unicast Packets Report, WAN Utilisation Distribution Report and WAN Utilisation Distribution Summary  Report.
This version also introduces two new options under Sources >> Node Selection: 'by Regular Expression for a Nodes and Interfaces Report per Group' and 'by Regular Expression for Groups, Nodes and Interfaces'.

opReports 3.1.7

This version was released on 09 Apr 2019.
This release fixes issues with scheduling traffic snapshot reports and prepending a backslash to colons in the title of generated graphs.

...

This release included minor feature improvements and was released on 20 Feb 2019.

  • Added possibility to customise node availability graph colors, the configuration option report_node_availability_colors in opCommon.nmis provides this capability.

    Code Block
        'report_node_availability_colors' =>
        {
            'down' => '#d9534f',
            'unreachable' => '#e6e619',
            'up' => '#59cf59',
            'partially_reachable' =>'#288a28'
        },

    Added option to cap max bandwidth to configurable value (relevant to WAN report), setting opreports_max_interface_util in opCommon.nmis to a value will cap the value to that as the maximum if the value is higher.

  • Reports now shows the greatest value registered where "Max" values are reported instead of the average greatest value. The reports using this new approach are the Node Health Report, WAN Report, QoS Report, Response Time Report and Traffic Snapshot Report.

...