Versions Compared

Key

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

...

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

New in version 3.1.5:

opreports_availability_strict

  • if missing or 1, then the normal behaviour for nodata-or-normal is used (ie. if reachability isn't present, it counts as nodata).
  • If set to 0, then records with missing reachability but existing response time are fudged up so that the reachability = 100 (and loss = 0 if that's also missing) and therefore such a record does NOT count as nodata.

In both cases, if reachability is missing but response time is present, a debug3 about the inconsistency is logged. This applies to both availability report data and availability report graphs.

New in version 3.0.8:

Please note that the precise content of this report is subject to change.

...