1 Feb
2008
1 Feb
'08
1:53 a.m.
Julian Stöver wrote:
Hello, is there any monitoring tool for freeradius or another possibility to see how many people are logged in and to do some other stuff? like the monitoring tool for openvpn? Would be nice if there's something avaible!
No one is "logged in" to RADIUS. They are logged in to a NAS, and the NAS informs the RADIUS server (usually) that the user is logged in. The RADIUS server puts this information into a database such as SQL, which can then be qeuried. Or, you can use the "radwho" command, if you've enabled logging to a file in "radwtmp". Alan DeKok.