Merge branch 'ent-5266-modulos-host-alive-se-ejecutan-y-obtienen-datos-sin-tener-ip-configurada' into 'develop'
Avoid host latency "fake" value 0 See merge request artica/pandorafms!3509
This commit is contained in:
commit
1df3c4f595
|
@ -498,7 +498,7 @@ sub exec_network_module ($$$$) {
|
|||
$module_data = pandora_ping_latency ($pa_config, $ip_target, $timeout, $retries);
|
||||
|
||||
if (defined($module_data)) {
|
||||
$module_result = 0; # Successful
|
||||
$module_result = 1; # Unsuccessful
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue