Versions Compared

Key

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

Node Availability Report


New in version 3.1.10: 

A new configuration setting '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.
'opreports_availability_average_packetloss' => 'false' , the default setting, causes 'Count Packet Loss %'  to be displayed:  This can be interpreted as 'percentage of readings with some amount of packet loss (Count readings with any packet loss / Number of readings)'.
'opreports_availability_average_packetloss' => 'true' causes 'Average Packet Loss %'  to be displayed:  This can be interpreted as ''Average Packet Loss (Sum of packets lost / Number of readings).


New in version 3.1.6:

Configurable 6 - configurable graph colors.

It is possible to set different colors for the node state using hex notation using the following variable:

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


New in version 3.0.8
. :
Please note that the precise content of this report is subject to change.

...