If you would like to modify Sensor attributes across multiple Sensors, you can do this quickly in SCInterface. The following table explains the fields that you may modify.
| Field | Description |
|---|---|
| Port | The port on which the Sensor will be available for connections. |
| SC Host | The name of the SC that will control this Sensor. This SC must reside on the same machine as the Sensor. |
| SConnector Type | The SConnector type of the new Sensor. |
| Base Path | The path to the directory where the Sensor executable resides (such as"/home/appUser/"). If the directory does not exist and you would like to create it, check the create checkbox. |
| Owner | The name of the owner for the Sensor. The owner will receive support tickets submitted for the Sensor. |
| System User | The username of the user on the machine where the Sensor resides who will run the Sensor. If the user does not exist and you would like to create them, check the create checkbox. By default, this user's home directory will become the base path. |
| Sensor Type | Set the Sensor to be a public or private server. |
| Max Slots | The maximum number of players that will be able to connect to this server. |
| Monitor Settings | For private servers, this will enable port monitoring to keep Sensors private. |
| Scan Port | For Sensors that have a second port that monitoring programs such as rcon or All-Seeing Eye connect to. |
| FTP Password | The FTP password for the system user. Used to FTP Sensor configuration files to the host machine. Check the set checkbox to set the password on the host machine. |
| MD5 Checksums | The output of an md5sum command. SCInterface will check to see that it is correct. Example:"11f7af1d55c5922e99615816fe2fcb0e install.sh 036cb89b14f5dcc0e97dbbb148003da7 libpqxx-2.4.2-1.i586.rpm" would allow you to verify the checksums of install.sh and libpqxx-2.4.2-1.i586.rpm. |
| Forced Params | The forced parameters that will be sent at execution time. |
| Abs Path to Exe | The location of the actual program executable. Check the create symbolic link checkbox to create a symbolic link to the executable in the Sensor's base directory. |
| Config Dir | The path to the directory which contains configuration files. Click the create symbolic link checkbox to create a symbolic link to the executable in the Sensor's base directory. |
| After Adding | The page to bring up after this Sensor has been added. You may either view the Admin page for the Sensor, or add another Sensor. |