RE: (RADIATOR) Graphing Individual Access Servers

2002-02-04 Thread Frank Danielson



If 
your NAS supports SNMP you could use MRTG to graph that dataor you could 
get SNMP data from Radiator. You could also generate graphs from the session 
data in the session database if you are using an SQL or DBM session 
database.

Take a 
look at section 6.14 in the manual for SNMP and radwho.cgi for the session 
database.




Frank Danielson
[Infrastructure 
Architect]

wireless: 
407.467.7832
wireline: 407.515.8633

Data On Air
301 E. Pine St. 
Suite 450
Orlando, Fl 
32801
http://www.dataonair.com



  -Original Message-From: Barry Andersson 
  [mailto:[EMAIL PROTECTED]]Sent: Monday, February 04, 2002 7:49 
  PMTo: [EMAIL PROTECTED]Subject: (RADIATOR) Graphing 
  Individual Access Servers
  Hi,
  
  Is it possible to use mrtg or some other graphing 
  utility to graph the total number of current users on any individual access 
  server or selectedgroup of access servers?
  
  Barry Andersson
  


Re: (RADIATOR) Graphing Individual Access Servers

2002-02-04 Thread Barry Andersson



Sorry, I should have been more specific. We do not have 
SNMP access to all NAS as they are virtual ports. We have no problems graphing 
our own equipment but would like to graph the virtual port usage 
separately.

  - Original Message - 
  From: 
  Frank 
  Danielson 
  To: Barry Andersson ; [EMAIL PROTECTED] 
  Sent: Tuesday, February 05, 2002 
  12:30
  Subject: RE: (RADIATOR) Graphing 
  Individual Access Servers
  
  If 
  your NAS supports SNMP you could use MRTG to graph that dataor you could 
  get SNMP data from Radiator. You could also generate graphs from the session 
  data in the session database if you are using an SQL or DBM session 
  database.
  
  Take 
  a look at section 6.14 in the manual for SNMP and radwho.cgi for the session 
  database.
  
  
  
  
  Frank Danielson
  [Infrastructure 
  Architect]
  
  wireless: 
  407.467.7832
  wireline: 407.515.8633
  
  Data On Air
  301 E. Pine St. 
  Suite 450
  Orlando, Fl 
  32801
  http://www.dataonair.com
  
  
  
-Original Message-From: Barry Andersson 
[mailto:[EMAIL PROTECTED]]Sent: Monday, February 04, 2002 7:49 
PMTo: [EMAIL PROTECTED]Subject: (RADIATOR) Graphing 
Individual Access Servers
Hi,

Is it possible to use mrtg or some other graphing 
utility to graph the total number of current users on any individual access 
server or selectedgroup of access servers?

Barry Andersson



Re: (RADIATOR) Graphing Individual Access Servers

2002-02-04 Thread Barry Andersson

Rather than re-invent the wheel, does anyone out there already have a script
that grabs data from a mySQL RADONLINE table so that mrtg can use it?

- Original Message -
From: [EMAIL PROTECTED]
To: Barry Andersson [EMAIL PROTECTED]
Cc: Frank Danielson [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, February 05, 2002 14:06
Subject: Re: (RADIATOR) Graphing Individual Access Servers


 MRTG can use any external program to collect its data.  You could write
 some perl to query the RADONLINE table for each NAS.


===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Graphing Individual Access Servers

2002-02-04 Thread jlewis

I haven't done it, so I'm just talking theory here...but this should be a
very simple program...not much of an invention.  If you're looking to
graph ports in use individually for each NAS, I'd write a perl script
using DBI to get at the RADONLINE table.  Take the NAS IP (NASIDENTIFIER)
as ARGV[0], run a select count(*) where NASIDENTIFIER = $ARGV[0] (you may
want to also do something like 'and NASPORTTYPE != Virtual' if you use
virtual templates and only want to count physical ports).  This should be
maybe 10 lines or less of perl to get a basic script that works.

On Tue, 5 Feb 2002, Barry Andersson wrote:

 Rather than re-invent the wheel, does anyone out there already have a script
 that grabs data from a mySQL RADONLINE table so that mrtg can use it?

 - Original Message -
 From: [EMAIL PROTECTED]
 To: Barry Andersson [EMAIL PROTECTED]
 Cc: Frank Danielson [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Tuesday, February 05, 2002 14:06
 Subject: Re: (RADIATOR) Graphing Individual Access Servers


  MRTG can use any external program to collect its data.  You could write
  some perl to query the RADONLINE table for each NAS.



-- 
--
 Jon Lewis *[EMAIL PROTECTED]*|  I route
 System Administrator|  therefore you are
 Atlantic Net|
_ http://www.lewis.org/~jlewis/pgp for PGP public key_

===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.



Re: (RADIATOR) Graphing Individual Access Servers

2002-02-04 Thread Dmitriy Ostashko

I take old script radonline from icradius, and made some modification. I
execute it with ... | cat -b and with cut taking numbers of online users
for MRTG like here: http://cstrike.noufs.org/mrtg/
It's working for prepaid cards, for all online users, for ISDN That's
all what I need :-))
(script in the attach.)



- Original Message -
From: Barry Andersson [EMAIL PROTECTED]
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Sent: Tuesday, February 05, 2002 9:13 AM
Subject: Re: (RADIATOR) Graphing Individual Access Servers


 Rather than re-invent the wheel, does anyone out there already have a
script
 that grabs data from a mySQL RADONLINE table so that mrtg can use it?

 - Original Message -
 From: [EMAIL PROTECTED]
 To: Barry Andersson [EMAIL PROTECTED]
 Cc: Frank Danielson [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Tuesday, February 05, 2002 14:06
 Subject: Re: (RADIATOR) Graphing Individual Access Servers


  MRTG can use any external program to collect its data.  You could write
  some perl to query the RADONLINE table for each NAS.


 ===
 Archive at http://www.open.com.au/archives/radiator/
 Announcements on [EMAIL PROTECTED]
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.




who.online
Description: Binary data


Re: (RADIATOR) Graphing Individual Access Servers

2002-02-04 Thread Hugh Irvine


Hello Barry -

There is also a FAQ item here:

file:/./Radiator-2.19/doc/faq.html#50

regards

Hugh


On Tue, 5 Feb 2002 14:13, Barry Andersson wrote:
 Rather than re-invent the wheel, does anyone out there already have a
 script that grabs data from a mySQL RADONLINE table so that mrtg can use
 it?

 - Original Message -
 From: [EMAIL PROTECTED]
 To: Barry Andersson [EMAIL PROTECTED]
 Cc: Frank Danielson [EMAIL PROTECTED]; [EMAIL PROTECTED]
 Sent: Tuesday, February 05, 2002 14:06
 Subject: Re: (RADIATOR) Graphing Individual Access Servers

  MRTG can use any external program to collect its data.  You could write
  some perl to query the RADONLINE table for each NAS.

 ===
 Archive at http://www.open.com.au/archives/radiator/
 Announcements on [EMAIL PROTECTED]
 To unsubscribe, email '[EMAIL PROTECTED]' with
 'unsubscribe radiator' in the body of the message.

-- 
Radiator: the most portable, flexible and configurable RADIUS server
anywhere. Available on *NIX, *BSD, Windows 95/98/2000, NT, MacOS X.
-
Nets: internetwork inventory and management - graphical, extensible,
flexible with hardware, software, platform and database independence.
===
Archive at http://www.open.com.au/archives/radiator/
Announcements on [EMAIL PROTECTED]
To unsubscribe, email '[EMAIL PROTECTED]' with
'unsubscribe radiator' in the body of the message.