Custom hostnamesΒΆ
To import a list of custom hostname assignments, execute the following from the scrut_util interactive shell (SCRUTINIZER>
prompt):
import hostfile
Direct shell/script syntax
scrut_util --import hostfile
File requirements
The file should be named hosts.txt
and saved to the /home/plixer/scrutinizer/files/
directory.
Definition format
Each definition should be in a single line, following the format:
IPv4orIPv6ADDRESS HOSTNAME DESCRIPTION
Additional notes
This command will alter the Plixer Scrutinizer database tables and should be used with caution.
The description element in the definition is optional.
Definition example
10.1.1.4 my.scrutinizer.rocks The best software in my company