Interface detailsΒΆ
To import a list of custom interface details to use for displaying utilization, threshold alerts, and other Plixer Scrutinizer functions, execute the following from the scrut_util interactive shell (SCRUTINIZER>
prompt):
import ifinfo <PATH/FILE> <DELIMITER>
Direct shell/script syntax
scrut_util --import ifinfo --file <PATH/FILE> --delimiter <DELIMITER>
File requirements
The file to be imported must be saved to the home/plixer/scrutinizer/files/
directory.
Definition format
Each set of details should be in a single line, following the format:
INBOUND_SPEED,OUTBOUND_SPEED,NAME,HOST_IP,INDEX_NUMBER
Additional notes
This command will alter the Plixer Scrutinizer database tables and should be used with caution.
The optional
DELIMITER
parameter can be used to replace,
(comma) for separating elements in each set of details if the contents of the import file are formatted differently.
Definition examples
10000000,10000000,WAN_Interface_1,192.168.1.2,2
20000000,20000000,WAN_Interface_1,192.168.1.4,11