haproxy ip

This commit is contained in:
2021-11-13 15:36:23 +01:00
parent f67cbb944e
commit 9645a35746

View File

@@ -17,7 +17,7 @@ my $username = 'ase_lar';
my $password = 'laravel';
my $db_lar = 'ase_lar';
my $db_sp = 'ase_lar';
my $server = 'localhost';
my $server = '80.211.107.201';
my $db_name = "ase_lar";
my $table = "RAWDATACOR";
my ( @CSVData, @sql );
@@ -28,8 +28,8 @@ my (
$tool, $toolbatt, $tooltemp, $tooltype, @channels,
@NewData, @ain, @din, @nodetype, $GDEventDate
);
my $matlab_proxy_ssh = "localhost"; #"80.211.107.201";
my $matlab_proxy_ssh_port = 22; #2222;
my $matlab_proxy_ssh = "80.211.107.201";
my $matlab_proxy_ssh_port = 2222;
my $matlab_cmd = "";
my $matlab_timestamp = "";
my $ftp_send = 1;
@@ -43,7 +43,7 @@ my $duedate = '';
my ( $unit_id, $unit, $unittype );
my ( $fileDate, $fileTime );
my $matlab_rt = "/usr/local/MATLAB/MATLAB_Runtime/v93";
my $matlab_func_dir = "/usr/local/matlab_func/";
my $matlab_func_dir = "/mnt/elab-storage";
my $matlab_error = '';
my $matlab_timeout = '1800';
my $email_addr =
@@ -55,7 +55,7 @@ my $D2W_fcheck = 0;
my $G301_fcheck = 0;
my $FtpToCustomerCmd = 'SendFtpElabData.pl';
my ( $scriptname, $scriptpath );
my $MatlabErrorFilename = "/tmp/";
my $MatlabErrorFilename = "/mnt/elab-error";
my @matlabOutputErrorArray;
my @errors;
my @warnings;