diff options
author | Dmitry Kozlov <xeb@mail.ru> | 2010-11-15 19:35:33 +0300 |
---|---|---|
committer | Dmitry Kozlov <xeb@mail.ru> | 2010-11-15 20:43:28 +0300 |
commit | 1cfae5217776e8f527b9529e19e22730c5977d66 (patch) | |
tree | 0ea080fedbda83eb2b7bf82fe23168388262dbfd /accel-pptpd/accel-pptp.conf.5 | |
parent | b85986e561d4fc6532c0666e38014b51b66f485a (diff) | |
download | accel-ppp-xebd-1cfae5217776e8f527b9529e19e22730c5977d66.tar.gz accel-ppp-xebd-1cfae5217776e8f527b9529e19e22730c5977d66.zip |
log: implemented log_tcp logging target which sends logs to specified host over tcp/ip
radius: implemented accounting interim update timeout
Diffstat (limited to 'accel-pptpd/accel-pptp.conf.5')
-rw-r--r-- | accel-pptpd/accel-pptp.conf.5 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/accel-pptpd/accel-pptp.conf.5 b/accel-pptpd/accel-pptp.conf.5 index 4090153..687ab59 100644 --- a/accel-pptpd/accel-pptp.conf.5 +++ b/accel-pptpd/accel-pptp.conf.5 @@ -29,6 +29,9 @@ containes list of modules to load .BI log_file This is logging target which logs messages to files. It support per-session/per-user features. .TP +.BI log_tcp +This is logging target which logs messages over TCP/IP. +.TP .BI log_pgsql This is logging target which logs messages to PostgreSQL. .TP @@ -238,6 +241,15 @@ If this option is given and .B n is greater of zero then radius module will produce verbose logging of interim radius packets. .TP +.BI "timeout=" n +Timeout to wait response from server (sec) +.TP +.BI "max-try=" n +Specifies number of tries to send Access-Request/Accounting-Request queries. +.TP +.BI "acct-timeout=" n +Specifies timeout of accounting interim update. +.TP .SH [log] .br Configuration of log and log_file modules. @@ -248,6 +260,9 @@ Path to file to write general log. .BI "log-emerg=" file Path to file to write emergency messages. .TP +.BI "log-tcp=" x.x.x.x:port +Send logs to specified host. +.TP .BI "copy=" n If this options is given and greater then zero logging engine will duplicate session log in general log. (Useful when per-session/per-user logs are not used) |