Arjuna Scagnetto wrote:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
thanks for answering about the possibility to send the log to mysql directly from radius.
Please don't email me directly, I'm not a helpline. The mailing list is there for a reason.
But :) could you send me some more infos plz.
The logs are about everything concern freeradius and not only about auth/acct on a mysql server. Is it realy possible?
I'm sure there are a million ways of sending the non-accounting logs to SQL, but why would you want to - in normal (non-debugging) mode, the FreeRadius logs are basically useless.
Phil Mayers wrote:
The logs are about everything concern freeradius and not only about auth/acct on a mysql server. Is it realy possible?
I'm sure there are a million ways of sending the non-accounting logs to SQL, but why would you want to - in normal (non-debugging) mode, the FreeRadius logs are basically useless.
They can be useful to CS staff. All you need is a perl script that uses the File::Tail module. It basically tails the log file and grabs out some info and does mysql inserts. I modified ours from a popb4smtp script I found on the net. -- Dennis Skinner Systems Administrator BlueFrog Internet http://www.bluefrog.com
participants (2)
-
Dennis Skinner -
Phil Mayers