Versions Compared

Key

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

Node Availability Report

New in version 3.1.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.

...