mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-04-08 18:55:09 +02:00
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…
x
Reference in New Issue
Block a user