Linux discovery might fail to retrieve fqdn value if the command localhost -f is not allowed to run on target giving error "Parameter hostname does not contain at least 2 dots, so is not an FQDN:"Issue We are having issues discovering correctly Linux machines, failing to fetch correctly fqdn value. On the agent log the following message appears: 2020-05-26 06:59:48 (828) Worker-Interactive:PatternDebuggerProbe-<sys_id> Parameter hostname does not contain at least 2 dots, so is not an FQDN: '<hostname>'CauseIf we fail to retrieve the result of the command 'hostname -f' from the target machine fqdn scripts will return an empty value. This would make the the fetching of fqdn value to fail.ResolutionEnsure that the Unix variant being used on the device support the -f flag of the hostname command.