By default, the Manager names assets that come from scanners using the naming scheme outlined in Asset Names.
Asset Default Names |
||
---|---|---|
|
Static Zone |
Dynamic Zone |
Property: |
scanner-event.auto-create.asset.name.template |
scanner-event.auto-create.dynamiczone.asset.name.template |
Value: |
$destinationAddress - $!destinationHostName |
$destinationHostName |
Example: |
192.0.2.1 - myhost |
myhost |
You can reconfigure this default naming scheme, for example, if you want to show the host name first, or use an underscore to separate the elements.
For example, you want the asset name for an asset in a static zone to appear this way in the user interface:
myhost_192.0.2.1
In this case, change the default
$destinationAddress - $!destinationHostName
to
$!destinationHostName_$destinationAddress