Introduction

Versions: EyesOfNetwork >= 5.3

EyesOfNetwork provides ping supervision with “check-host-alive” command.

In some cases, several devices are facing random ping loss during EON checks.

Problem

This problem is caused by the command configuration. The plugin state becomes critical when the check failed.

Solution

You can edit the following commande check-host-alive :

The default command is :

$USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100% -p 1

You have to delete the “-p 1” argument to obtain the new following command :

$USER1$/check_ping -H $HOSTADDRESS$ -w 3000.0,80% -c 5000.0,100%