Here's what we got, and how I've decided to monitor our 3Com with 6-PRI's...
I plugged in your OIDs and didn't get a result, so that was odd... My OID dumps back a table of what user is on what line... Anyhow, the WithPeak and Gauge options should keep your data from getting averaged with time, giving you an accurate count of max users... ### monitor dialup lines.... Target[dialup]: `/usr/bin/snmpwalk xxx.xxx.xxx.xxx public enterprises.429.4.10.1.1.18 | grep -c '= \"[a-z,A-Z,0-9]'` MaxBytes[dialup]: 196 Title[dialup]: Current lines in use on NAS Dialup PageTop[dialup]: <H> Current lines in use on NAS Dialup</H> Options[dialup]: gauge, nopercent WithPeak[dialup]: wmy UnScaled[dialup]: dwmy YLegend[dialup]: number of lines ShortLegend[dialup]: lines Target[dialup_now]: 3:[EMAIL PROTECTED] MaxBytes[dialup_now]: 250000 Title[dialup_now]: Traffic Analysis for NAS Dialup #UnScaled[dialup_now]: dwmy PageTop[dialup_now]: <H1>Traffic Analysis for NAS Dialup</H1> WithPeak[dialup_now]: wmy Incidentally, me: system.sysDescr.0 = 3Com Corporation HiPer Access Router Card Built on Oct 25 2000 at 22:49:02. system.sysObjectID.0 = OID: enterprises.429.2.19 system.sysUpTime.0 = Timeticks: (195494367) 22 days, 15:02:23.67 Good Luck, LJ Hickey, Brian wrote: > I am using the following CFG file to monitor how many concurrent users I > have on my 3com TotalControl box. I'm most interested in what the peak > amount of users are on a daily basis. > > I have a full T1 dedicated to this box, and I'm trying to prove that we only > need about 12 channels ,Then I can use the other channels in my PBX. > > If there is anyone else doing this I would appreciate it if they would > verify my configuration file and make suggestions on improving it. > > Thanks, > Brian > > # This Report File Template measures Concurrent Modem Users > Target[dial-in]: > 1.3.6.1.4.1.429.4.2.1.10.0&1.3.6.1.4.1.429.4.2.1.10.0:[EMAIL PROTECTED] > MaxBytes[dial-in]: 23 > AbsMax[dial-in]: 23 > Title[dial-in]: 3com Dial in Server > PageTop[dial-in]: <H1>3com Dial-in Server</H1> > Options[dial-in]: gauge,absolute,nopercent > YLegend[dial-in]: Modem Users > ShortLegend[dial-in]: users > Colours[dial-in]: GREEN#00eb0c,BLUE#0000ff,GRAY#AAAAAA,VIOLET#ff00ff > Legend1[dial-in]: Concurrent Modem Users > Legend3[dial-in]: Max value per interval on graph > LegendI[dial-in]: Users: > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Help mailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-users > WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi > > -- Unsubscribe mailto:[EMAIL PROTECTED] Help mailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdmin http://www.ee.ethz.ch/~slist/lsg2.cgi
