Versions Compared

Key

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

...

In NMIS 8.5.6G we have returned to this goal and wanted to help people to view the data in different ways.  We have done this by providing a new way to see the status of all nodes, this was done by introducing a trinary statestatus, instead of just a node being UP or DOWN, nodes are now reachable, degraded or unreachable.

This page will describe some details on this new feature as well as the concept of the NMIS modes of classes, coarse and fine-grained for viewing status.

...

That gives us two dashboard modes, and we have a third optional mode, which is fine-grained.  The fine-grained more is about nodes with "Reachable, Degraded and Unreachable" statesstatus, so you will see how many nodes are "down" being unreachable and how many nodes are degraded which means they are "up" but have some performance issue.

...

The configuration which relates to these modes are as follows and can be set in Config.nmis or Config.json


classic
mode

...

coarse
mode
fine-grained
mode
node_status_uses_status_summary

...

...

false

...

...

false

...

...

true

...

display_status

...

_

...

summaryfalsefalsetrue
overall_node_status_coarsefalsetruefalse

e.g. ' => 'true',fine-grained mode

'node_status_uses_status_summary' => 'true',
'display_status_summary' => 'true',
'overall_node_status_coarse' => 'false',

Reachable, Degraded and Unreachable

The new optional trinary state status provides an additional level of detail, this means:

Status
colourGreen
titleReachable
   Reachable   - Node is ping-able and has no detected proactive or alert events

Status
colourYellow
titleDegraded
   Degraded    - Node is ping-able but SNMP is not responding or one or more proactive or alert events have been detected.

Status
colourRed
titleUnreachable
Unreachable - Node is NOT responding to ICMP or SNMP packets.

So the new state status is Degraded, this is there to reflect the KPI's for a node and show you that the node is up and working, but has some other performance condition active.  Please read:

...