phpipam / phpipam-agent

phpipam scan agent
90 stars 43 forks source link

Scan agent fails to discover whole subnet when running on docker container #53

Open clacalderonc opened 5 years ago

clacalderonc commented 5 years ago

Hi Guys:

We are having some issues when trying to use a docker container running centos7 and trying to discover a new subnet with the scan agent, it starts ok but when the process finish it'doesn't populate the databases with the discovered host. (It populates 10 or 15 host almost, but not the complete discovered list of IP addresses)

The docker interface is on the same subnet that we try to discover.

Php info:

[root@b6a907c65335 /]# php -v
PHP 5.4.16 (cli) (built: Oct 30 2018 19:30:51) 
Copyright (c) 1997-2013 The PHP Group
Zend Engine v2.4.0, Copyright (c) 1998-2013 Zend Technologies

This is the output when we run the discover manually from the docker container:

[root@b6a907c65335 /]# /usr/bin/php /ipamagt/index.php discover
PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.Scan.php on line 64

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.Scan.php on line 64
PHP Warning:  strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.Scan.php on line 65

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.Scan.php on line 65
PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.phpipamAgent.php on line 79

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.phpipamAgent.php on line 79
PHP Warning:  strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.phpipamAgent.php on line 80

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.phpipamAgent.php on line 80
PHP Warning:  date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.Scan.php on line 64

Warning: date(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.Scan.php on line 64
PHP Warning:  strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.Scan.php on line 65

Warning: strtotime(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to select your timezone. in /ipamagt/functions/classes/class.Scan.php on line 65
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.4
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.5
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.6
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.8
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.9
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.10
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.13
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.14
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.15
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.16
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.18
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.20
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.21
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.22
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.25
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.27
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.28
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.30
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.37
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.38
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.39
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.40
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.41
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.45
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.46
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.47
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.49
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.54
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.59
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.60
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.61
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.62
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.65
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.73
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.77
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.87
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.95
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.96
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.97
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.98
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.99
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.101
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.102
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.103
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.104
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.105
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.106
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.109
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.110
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.118
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.119
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.120
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.121
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.122
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.131
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.132
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.133
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.134
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.138
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.139
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.140
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.148
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.149
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.151
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.152
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.153
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.154
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.159
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.160
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.161
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.162
ICMP Host Unreachable from 10.159.76.252 for ICMP Echo sent to 10.159.76.175

10.159.76.1   : xmt/rcv/%loss = 1/1/0%, min/avg/max = 5.24/5.24/5.24
10.159.76.2   : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.77/0.77/0.77
10.159.76.3   : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.67/0.67/0.67
10.159.76.4   : xmt/rcv/%loss = 1/0/100%
10.159.76.5   : xmt/rcv/%loss = 1/0/100%
10.159.76.6   : xmt/rcv/%loss = 1/0/100%
10.159.76.7   : xmt/rcv/%loss = 1/0/100%
10.159.76.8   : xmt/rcv/%loss = 1/0/100%
10.159.76.9   : xmt/rcv/%loss = 1/0/100%
10.159.76.10  : xmt/rcv/%loss = 1/0/100%
10.159.76.11  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.37/1.37/1.37
10.159.76.12  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 2.12/2.12/2.12
10.159.76.13  : xmt/rcv/%loss = 1/0/100%
10.159.76.14  : xmt/rcv/%loss = 1/0/100%
10.159.76.15  : xmt/rcv/%loss = 1/0/100%
10.159.76.16  : xmt/rcv/%loss = 1/0/100%
10.159.76.17  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.94/0.94/0.94
10.159.76.18  : xmt/rcv/%loss = 1/0/100%
10.159.76.19  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.10/1.10/1.10
10.159.76.20  : xmt/rcv/%loss = 1/0/100%
10.159.76.21  : xmt/rcv/%loss = 1/0/100%
10.159.76.22  : xmt/rcv/%loss = 1/0/100%
10.159.76.23  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.83/1.83/1.83
10.159.76.24  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.08/1.08/1.08
10.159.76.25  : xmt/rcv/%loss = 1/0/100%
10.159.76.26  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.79/1.79/1.79
10.159.76.27  : xmt/rcv/%loss = 1/0/100%
10.159.76.28  : xmt/rcv/%loss = 1/0/100%
10.159.76.29  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.26/1.26/1.26
10.159.76.30  : xmt/rcv/%loss = 1/0/100%
10.159.76.31  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.78/0.78/0.78
10.159.76.32  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.51/1.51/1.51
10.159.76.33  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.08/1.08/1.08
10.159.76.34  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.09/1.09/1.09
10.159.76.35  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.14/1.14/1.14
10.159.76.36  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.79/0.79/0.79
10.159.76.37  : xmt/rcv/%loss = 1/0/100%
10.159.76.38  : xmt/rcv/%loss = 1/0/100%
10.159.76.39  : xmt/rcv/%loss = 1/0/100%
10.159.76.40  : xmt/rcv/%loss = 1/0/100%
10.159.76.41  : xmt/rcv/%loss = 1/0/100%
10.159.76.42  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.99/0.99/0.99
10.159.76.43  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.83/0.83/0.83
10.159.76.44  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.63/0.63/0.63
10.159.76.45  : xmt/rcv/%loss = 1/0/100%
10.159.76.46  : xmt/rcv/%loss = 1/0/100%
10.159.76.47  : xmt/rcv/%loss = 1/0/100%
10.159.76.48  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.71/0.71/0.71
10.159.76.49  : xmt/rcv/%loss = 1/0/100%
10.159.76.50  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.68/0.68/0.68
10.159.76.51  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.84/0.84/0.84
10.159.76.52  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.76/0.76/0.76
10.159.76.53  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.77/0.77/0.77
10.159.76.54  : xmt/rcv/%loss = 1/0/100%
10.159.76.55  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.54/1.54/1.54
10.159.76.56  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.98/0.98/0.98
10.159.76.57  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.20/1.20/1.20
10.159.76.58  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.07/1.07/1.07
10.159.76.59  : xmt/rcv/%loss = 1/0/100%
10.159.76.60  : xmt/rcv/%loss = 1/0/100%
10.159.76.61  : xmt/rcv/%loss = 1/0/100%
10.159.76.62  : xmt/rcv/%loss = 1/0/100%
10.159.76.63  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.70/1.70/1.70
10.159.76.64  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.07/1.07/1.07
10.159.76.65  : xmt/rcv/%loss = 1/0/100%
10.159.76.66  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.65/0.65/0.65
10.159.76.67  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.91/0.91/0.91
10.159.76.68  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.62/0.62/0.62
10.159.76.69  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.42/1.42/1.42
10.159.76.70  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.57/0.57/0.57
10.159.76.71  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.56/1.56/1.56
10.159.76.72  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.14/1.14/1.14
10.159.76.73  : xmt/rcv/%loss = 1/0/100%
10.159.76.74  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.07/1.07/1.07
10.159.76.75  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.94/1.94/1.94
10.159.76.76  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.30/1.30/1.30
10.159.76.77  : xmt/rcv/%loss = 1/0/100%
10.159.76.78  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.88/0.88/0.88
10.159.76.79  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.92/0.92/0.92
10.159.76.80  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.82/0.82/0.82
10.159.76.81  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.81/0.81/0.81
10.159.76.82  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.68/0.68/0.68
10.159.76.83  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.77/0.77/0.77
10.159.76.84  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.61/0.61/0.61
10.159.76.85  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.52/0.52/0.52
10.159.76.86  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.53/0.53/0.53
10.159.76.87  : xmt/rcv/%loss = 1/0/100%
10.159.76.88  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.57/0.57/0.57
10.159.76.89  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.49/0.49/0.49
10.159.76.90  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.61/0.61/0.61
10.159.76.91  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.76/0.76/0.76
10.159.76.92  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.78/0.78/0.78
10.159.76.93  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.64/0.64/0.64
10.159.76.94  : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.66/0.66/0.66
10.159.76.95  : xmt/rcv/%loss = 1/0/100%
10.159.76.96  : xmt/rcv/%loss = 1/0/100%
10.159.76.97  : xmt/rcv/%loss = 1/0/100%
10.159.76.98  : xmt/rcv/%loss = 1/0/100%
10.159.76.99  : xmt/rcv/%loss = 1/0/100%
10.159.76.100 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 2.10/2.10/2.10
10.159.76.101 : xmt/rcv/%loss = 1/0/100%
10.159.76.102 : xmt/rcv/%loss = 1/0/100%
10.159.76.103 : xmt/rcv/%loss = 1/0/100%
10.159.76.104 : xmt/rcv/%loss = 1/0/100%
10.159.76.105 : xmt/rcv/%loss = 1/0/100%
10.159.76.106 : xmt/rcv/%loss = 1/0/100%
10.159.76.107 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.62/0.62/0.62
10.159.76.108 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.68/0.68/0.68
10.159.76.109 : xmt/rcv/%loss = 1/0/100%
10.159.76.110 : xmt/rcv/%loss = 1/0/100%
10.159.76.111 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.31/1.31/1.31
10.159.76.112 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.78/0.78/0.78
10.159.76.113 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.69/0.69/0.69
10.159.76.114 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.91/0.91/0.91
10.159.76.115 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.24/1.24/1.24
10.159.76.116 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.76/0.76/0.76
10.159.76.117 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.64/0.64/0.64
10.159.76.118 : xmt/rcv/%loss = 1/0/100%
10.159.76.119 : xmt/rcv/%loss = 1/0/100%
10.159.76.120 : xmt/rcv/%loss = 1/0/100%
10.159.76.121 : xmt/rcv/%loss = 1/0/100%
10.159.76.122 : xmt/rcv/%loss = 1/0/100%
10.159.76.123 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.11/1.11/1.11
10.159.76.124 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.11/1.11/1.11
10.159.76.125 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.98/0.98/0.98
10.159.76.126 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.97/0.97/0.97
10.159.76.127 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.93/0.93/0.93
10.159.76.128 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.03/1.03/1.03
10.159.76.129 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.40/1.40/1.40
10.159.76.130 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.57/0.57/0.57
10.159.76.131 : xmt/rcv/%loss = 1/0/100%
10.159.76.132 : xmt/rcv/%loss = 1/0/100%
10.159.76.133 : xmt/rcv/%loss = 1/0/100%
10.159.76.134 : xmt/rcv/%loss = 1/0/100%
10.159.76.135 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.54/0.54/0.54
10.159.76.136 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.77/0.77/0.77
10.159.76.137 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.51/0.51/0.51
10.159.76.138 : xmt/rcv/%loss = 1/0/100%
10.159.76.139 : xmt/rcv/%loss = 1/0/100%
10.159.76.140 : xmt/rcv/%loss = 1/0/100%
10.159.76.141 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.47/0.47/0.47
10.159.76.142 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.60/0.60/0.60
10.159.76.143 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.62/0.62/0.62
10.159.76.144 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.47/0.47/0.47
10.159.76.145 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.49/0.49/0.49
10.159.76.146 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.40/0.40/0.40
10.159.76.147 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.69/0.69/0.69
10.159.76.148 : xmt/rcv/%loss = 1/0/100%
10.159.76.149 : xmt/rcv/%loss = 1/0/100%
10.159.76.150 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.05/1.05/1.05
10.159.76.151 : xmt/rcv/%loss = 1/0/100%
10.159.76.152 : xmt/rcv/%loss = 1/0/100%
10.159.76.153 : xmt/rcv/%loss = 1/0/100%
10.159.76.154 : xmt/rcv/%loss = 1/0/100%
10.159.76.155 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.86/0.86/0.86
10.159.76.156 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.94/0.94/0.94
10.159.76.157 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.81/0.81/0.81
10.159.76.158 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.74/0.74/0.74
10.159.76.159 : xmt/rcv/%loss = 1/0/100%
10.159.76.160 : xmt/rcv/%loss = 1/0/100%
10.159.76.161 : xmt/rcv/%loss = 1/0/100%
10.159.76.162 : xmt/rcv/%loss = 1/0/100%
10.159.76.163 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 2.06/2.06/2.06
10.159.76.164 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.16/1.16/1.16
10.159.76.165 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.05/1.05/1.05
10.159.76.166 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.05/1.05/1.05
10.159.76.167 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.63/1.63/1.63
10.159.76.168 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.16/1.16/1.16
10.159.76.169 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.25/1.25/1.25
10.159.76.170 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.83/0.83/0.83
10.159.76.171 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.85/0.85/0.85
10.159.76.172 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.50/0.50/0.50
10.159.76.173 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.68/0.68/0.68
10.159.76.174 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.57/0.57/0.57
10.159.76.175 : xmt/rcv/%loss = 1/0/100%
10.159.76.176 : xmt/rcv/%loss = 1/0/100%
10.159.76.177 : xmt/rcv/%loss = 1/0/100%
10.159.76.178 : xmt/rcv/%loss = 1/0/100%
10.159.76.179 : xmt/rcv/%loss = 1/0/100%
10.159.76.180 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.75/1.75/1.75
10.159.76.181 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.11/1.11/1.11
10.159.76.182 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.89/0.89/0.89
10.159.76.183 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.05/1.05/1.05
10.159.76.184 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.86/0.86/0.86
10.159.76.185 : xmt/rcv/%loss = 1/0/100%
10.159.76.186 : xmt/rcv/%loss = 1/0/100%
10.159.76.187 : xmt/rcv/%loss = 1/0/100%
10.159.76.188 : xmt/rcv/%loss = 1/0/100%
10.159.76.189 : xmt/rcv/%loss = 1/0/100%
10.159.76.190 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.65/0.65/0.65
10.159.76.191 : xmt/rcv/%loss = 1/0/100%
10.159.76.192 : xmt/rcv/%loss = 1/0/100%
10.159.76.193 : xmt/rcv/%loss = 1/0/100%
10.159.76.194 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.72/0.72/0.72
10.159.76.195 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.93/0.93/0.93
10.159.76.196 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.83/0.83/0.83
10.159.76.197 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.04/1.04/1.04
10.159.76.198 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.74/0.74/0.74
10.159.76.199 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.72/0.72/0.72
10.159.76.200 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.71/0.71/0.71
10.159.76.201 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.81/0.81/0.81
10.159.76.202 : xmt/rcv/%loss = 1/0/100%
10.159.76.203 : xmt/rcv/%loss = 1/0/100%
10.159.76.204 : xmt/rcv/%loss = 1/0/100%
10.159.76.205 : xmt/rcv/%loss = 1/0/100%
10.159.76.206 : xmt/rcv/%loss = 1/0/100%
10.159.76.207 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.89/0.89/0.89
10.159.76.208 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.71/0.71/0.71
10.159.76.209 : xmt/rcv/%loss = 1/0/100%
10.159.76.210 : xmt/rcv/%loss = 1/0/100%
10.159.76.211 : xmt/rcv/%loss = 1/0/100%
10.159.76.212 : xmt/rcv/%loss = 1/0/100%
10.159.76.213 : xmt/rcv/%loss = 1/0/100%
10.159.76.214 : xmt/rcv/%loss = 1/0/100%
10.159.76.215 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.51/0.51/0.51
10.159.76.216 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.67/0.67/0.67
10.159.76.217 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.31/0.31/0.31
10.159.76.218 : xmt/rcv/%loss = 1/0/100%
10.159.76.219 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.53/1.53/1.53
10.159.76.220 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.76/0.76/0.76
10.159.76.221 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.22/1.22/1.22
10.159.76.222 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.21/1.21/1.21
10.159.76.223 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.12/1.12/1.12
10.159.76.224 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.89/0.89/0.89
10.159.76.225 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.63/0.63/0.63
10.159.76.226 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.61/0.61/0.61
10.159.76.227 : xmt/rcv/%loss = 1/0/100%
10.159.76.228 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.81/0.81/0.81
10.159.76.229 : xmt/rcv/%loss = 1/0/100%
10.159.76.230 : xmt/rcv/%loss = 1/0/100%
10.159.76.231 : xmt/rcv/%loss = 1/0/100%
10.159.76.232 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 1.03/1.03/1.03
10.159.76.233 : xmt/rcv/%loss = 1/0/100%
10.159.76.234 : xmt/rcv/%loss = 1/0/100%
10.159.76.235 : xmt/rcv/%loss = 1/0/100%
10.159.76.236 : xmt/rcv/%loss = 1/0/100%
10.159.76.237 : xmt/rcv/%loss = 1/0/100%
10.159.76.238 : xmt/rcv/%loss = 1/0/100%
10.159.76.239 : xmt/rcv/%loss = 1/0/100%
10.159.76.240 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.94/0.94/0.94
10.159.76.241 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.53/0.53/0.53
10.159.76.242 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.50/0.50/0.50
10.159.76.243 : xmt/rcv/%loss = 1/0/100%
10.159.76.244 : xmt/rcv/%loss = 1/0/100%
10.159.76.245 : xmt/rcv/%loss = 1/0/100%
10.159.76.246 : xmt/rcv/%loss = 1/0/100%
10.159.76.247 : xmt/rcv/%loss = 1/0/100%
10.159.76.248 : xmt/rcv/%loss = 1/0/100%
10.159.76.249 : xmt/rcv/%loss = 1/0/100%
10.159.76.250 : xmt/rcv/%loss = 1/0/100%
10.159.76.251 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.16/0.16/0.16
10.159.76.252 : xmt/rcv/%loss = 1/1/0%, min/avg/max = 0.08/0.08/0.08
10.159.76.253 : xmt/rcv/%loss = 1/0/100%
10.159.76.254 : xmt/rcv/%loss = 1/0/100%
--------------------
Error: SQLSTATE[23000]: Integrity constraint violation: 1062 Duplicate entry '178211871-15' for key 'sid_ip_unique'

We ran tcpdump several times (when we ran the discovery) and it tries to make an insert of a duplicated record, when it finish the discover, maybe that brokes the process of update records on the database.

Do you have any ideas?

Best Regards. Claudio