Hostname
Overview​
The Hostname Client Workload identification method is applicable to Virtual Machine deployments and utilizes the hostname of the machine (which can be retrieved by the hostname command) to identify and distinguish Client Workloads.
Applicable Deployment Type​
This method is suitable for Aembit Edge-based deployments.
Configuration​
Aembit Cloud​
- Create a new Client Workload.
- Choose Hostname for client identification.
- In the Value field, enter the hostname of the virtual machine where the Client Workload is running.
Finding the Hostname​
- Open a terminal on your Linux VM.
- Use the
hostname -f
command to retrieve its hostname.
Alternatively, you can often find the hostname in the Virtual Machine's configuration settings or system information.
Uniqueness​
Ensure the hostname is unique within your organization to avoid unintentionally matching other Virtual Machines. If necessary, consider combining Hostname with other client identifiers. Please consult the Client Workload multiple identifiers documentation to enhance uniqueness.