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:
Daniel Rodriguez 2020-11-19 14:51:16 +01:00
commit 1df3c4f595
1 changed files with 1 additions and 1 deletions

View File

@ -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
}
}