importcollector
Use this command to import data collectors from a .csv file into the product.
If the .csv file you want to use is generated by using the exportcollector CLI command and this file contains the Monitor-file-over-SSH and Monitor file over Windows Share data collectors, then before you run this command, ensure that you edit the .csv file and replace the existing password with the actual password for connecting with the target host from which you want to collect the data.
To understand the syntax and examples, see:
Syntax
importcollector -u <userName> [-v] [-s] -w <password> -d <hostName>
-p <port> -f <absoluteCsvFilePath>
- Angle brackets (< >) indicate a variable value that needs to be user defined.
- Square brackets ([ ]) indicate optional parameters.
The following table describes the parameters used in the syntax:
Example input
The following example provides the input for importing a data collector:
Related topics