Configure Node Monitoring Pod

The node monitoring pod switches to different modes to resolve the hardware transient issues.

To switch between the modes, use the following sample configuration:

config 
   nodemonitor mode { 0 | 1 | 2 | 3 interval wait_time } 
   end 

NOTES:

  • nodemonitor mode { 0 | 1 | 2 | 3 interval wait_time }

    • mode 0 —Disables the node monitoring functionality.

    • mode 1 —Enables the node monitoring and performs self-reboot only after reaching a hardcoded value of 2 seconds when two or more nodes are not reachable. This is the default setting.

    • mode 2 —Enables the node monitoring and performs self-reboot when two or more nodes are not reachable but not all the nodes.

    • mode 3 interval wait_time —Specify the time interval in seconds, after which the node monitoring pod is rebooted when two or more nodes are not reachable.

      wait_time must be an integer in the range of 5–300.