Label existing host with label from CSV

Hi,

You would not name the column host_labels but instead use the name of the label directly, in your case locate.

Please try this:

host;locate
hostxyz.network.local;RZ9-X-X

Please keep in mind that for using a different character then a comma you have to set the CSV delimiter to ; for proper line parsing.

Does this help you?

Cheers

Niko