mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-28 03:33:25 +02:00
vpn-statistic: add collectd parameters to imported n2n packages
This commit is contained in:
committed by
Michael Tremer
parent
daf34294f2
commit
7dfcaef067
@@ -3197,7 +3197,6 @@ END
|
|||||||
@firen2nconf = <FILE>;
|
@firen2nconf = <FILE>;
|
||||||
close (FILE);
|
close (FILE);
|
||||||
chomp(@firen2nconf);
|
chomp(@firen2nconf);
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
$errormessage = "Filecount does not match only 2 files are allowed\n";
|
$errormessage = "Filecount does not match only 2 files are allowed\n";
|
||||||
@@ -3238,6 +3237,13 @@ END
|
|||||||
unless(-d "${General::swroot}/ovpn/n2nconf/"){mkdir "${General::swroot}/ovpn/n2nconf", 0755 or die "Unable to create dir $!";}
|
unless(-d "${General::swroot}/ovpn/n2nconf/"){mkdir "${General::swroot}/ovpn/n2nconf", 0755 or die "Unable to create dir $!";}
|
||||||
unless(-d "${General::swroot}/ovpn/n2nconf/$n2nname[0]"){mkdir "${General::swroot}/ovpn/n2nconf/$n2nname[0]", 0770 or die "Unable to create dir $!";}
|
unless(-d "${General::swroot}/ovpn/n2nconf/$n2nname[0]"){mkdir "${General::swroot}/ovpn/n2nconf/$n2nname[0]", 0770 or die "Unable to create dir $!";}
|
||||||
|
|
||||||
|
#Add collectd settings to configfile
|
||||||
|
open(FILE, ">> $tempdir/$uplconffilename") or die 'Unable to open config file.';
|
||||||
|
print FILE "# Logfile\n";
|
||||||
|
print FILE "status-version 1\n";
|
||||||
|
print FILE "status /var/run/openvpn/$n2nname[0]-n2n 10\n";
|
||||||
|
close FILE;
|
||||||
|
|
||||||
move("$tempdir/$uplconffilename", "${General::swroot}/ovpn/n2nconf/$n2nname[0]/$uplconffilename2");
|
move("$tempdir/$uplconffilename", "${General::swroot}/ovpn/n2nconf/$n2nname[0]/$uplconffilename2");
|
||||||
|
|
||||||
if ($? ne 0) {
|
if ($? ne 0) {
|
||||||
|
|||||||
Reference in New Issue
Block a user