Re: (RADIATOR) SNMP Counter logging

1999-07-06 Thread Karl Gaissmaier
Hi Leigh and Mike, Mike McCauley schrieb: Hi Leigh, ... 5. I have forwarded your message to a chap who I know has some _excellent_ SNMP monitoring-mysql software with a web interface. Its about 3000 times better than MRTG, highly configurable, with beautiful graphs, but I dont know if

Re: (RADIATOR) SNMP Counter logging

1999-07-06 Thread tom minchin
On Tue, Jul 06, 1999 at 09:38:10AM +0200, Karl Gaissmaier wrote: Hi Leigh and Mike, Mike McCauley schrieb: ... 5. I have forwarded your message to a chap who I know has some _excellent_ SNMP monitoring-mysql software with a web interface. Its about 3000 times better than MRTG,

Re: (RADIATOR) log start/stop time in ACCOUNTING table

1999-07-06 Thread Mike McCauley
Hello Authur, The Timestamp attribute is set in each accounting request, with the time of the session start or stop, so you could add a TIME_STAMP integer column, and add this to your config: AcctColumnDef TIME_STAMP,Timestamp,integer Hope that helps. Cheers. On Jul 6, 4:05pm, Authur Lin

(RADIATOR) catch DBI/DBD result code

1999-07-06 Thread Thomas Voss
Hi, is there any way to catch the DBI/DBD result code from an AcctSQLStatement? We use Mysql for accounting and i'd like to have a table with traffic-values that are updated with every stop-record. It's no problem for Radiator to feed multiple tables when it receives one stop-record; i'm just

(RADIATOR) PreAuthHook: add_attr - can't call add_attr() on unblessed reference

1999-07-06 Thread Wilbert de Graaf
I'm trying to add a name-value pair to a request just before authentication occurs. The documentation of radiator has an example: Realm PreAuthHook sub { $_[0]-add_attr('test-attr', 'test-value'); } AuthBy LDAP ... AuthBy /Realm Without the PreAuthHook, everything is working fine,

Re: (RADIATOR) Radiator as a NT Service

1999-07-06 Thread Malbanet
Hello; Well I made some minor adjustments following the reply below (one of the things I did was copy the folder "Radius" from c:\radiator\ to c:\perl\lib c:\perl\site\lib - after I did that executing the command line that's in the register from the prompt "c:\" worked). The Service starts OK ,

RE: (RADIATOR) Radiator as a NT Service

1999-07-06 Thread Michael Gatti
Hello;Well I made some minor adjustments following the reply below (one of thethings I did was copy the folder Radius from c:\radiator\ to c:\perl\lib c:\perl\site\lib - after I did that executing the command line that's inthe register from the prompt c:\ worked). The Service starts OK ,

Re: (RADIATOR) PreAuthHook: add_attr - can't call add_attr() on unblessed reference

1999-07-06 Thread Mike McCauley
Hello Wilbert, On Jul 6, 8:59pm, Wilbert de Graaf wrote: Subject: (RADIATOR) PreAuthHook: add_attr - can't call add_attr() on unbl I'm trying to add a name-value pair to a request just before authentication occurs. The documentation of radiator has an example: Realm PreAuthHook sub {