[rrd-users] Re: Top ten list of most heavily trafficked devic es?

2003-12-04 Thread Simon . Mullis
Tatsuo, Many thanks for the information. I will have a look! Kind Regards SM -Original Message- From: Tatsuo Natsukawa [mailto:[EMAIL PROTECTED] Sent: 03 December 2003 19:41 To: rrd-users@list.ee.ethz.ch Subject: [rrd-users] Re: Top ten list of most heavily trafficked devices? Simon,

[rrd-users] Top ten list of most heavily trafficked devices?

2003-11-30 Thread Simon . Mullis
thing: Has VDEF been rolled into the current tree yet? Thanks SM Simon Mullis Network & Systems Development [EMAIL PROTECTED] Equinox Converged Solutions Ltd Tel: +44(0)1252 405 600 Mob: +44(0)7766 087170 http://www.equinoxsolutions

[rrd-users] Re: dynamic .rrd viewing

2003-11-28 Thread Simon . Mullis
Vianney, It's funny you should mention that as I've just finished implementing the fantastic rrdexplorer written by Claus Norrbohm <[EMAIL PROTECTED]>. Look in contribs in the source tarball. It took me a while to get it going but it's looking good! Cheers SM -Original Message- From:

[rrd-users] Re: simple data collection script

2003-09-04 Thread Simon . Mullis
Ooops. Try this #!/bin/bash ipaddr=$1 box=$2 community=$3 if1in=$(snmpget -c $community $ipaddr .1.3.6.1.2.1.2.2.1.10.2 | awk '{print $3}') if1out=$(snmpget -c $community $ipaddr .1.3.6.1.2.1.2.2.1.16.2 | awk '{print $3}') rrdtool update /usr/mrtg/"$box"_interface1.rrd N:${if1in}:${if1out} # end

[rrd-users] Re: simple data collection script

2003-09-04 Thread Simon . Mullis
And the same script in bash: #!/bin/bash ipaddr=$1 box=$2 community=$3 if1in=$(snmpget -c $community $ipaddr .1.3.6.1.2.1.2.2.1.10.2) if1out=$(snmpget -c $community $ipaddr .1.3.6.1.2.1.2.2.1.16.2) rrdtool update /usr/mrtg/"$box"_interface1.rrd N:${if1in[3]}:${if1out[3]} # end of the script

[rrd-users] Re: Total Traffic

2003-08-24 Thread Simon . Mullis
Hey Kees I've used VDEF simply for giving a cumulative total for a CDEF for the entire period of the graph... Not graphing the per unit of time total for a time period (if that makes sense). (Maybe I wasn't following the thread closely enough? ) I think you're right that it is alot trickier

[rrd-users] Re: Total Traffic

2003-08-21 Thread Simon . Mullis
testing testing 1 2 3 please ignore -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 19 August 2003 18:33 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: rrd-users@list.ee.ethz.ch Subject: [rrd-users] Re: Total Traffic Also, you can use VDEF from RRDTool 1.1 I'

[rrd-users] Re: Total Traffic

2003-08-19 Thread Simon . Mullis
Also, you can use VDEF from RRDTool 1.1 I've used this in the lab to good success... Now I'm just waiting for it to be rolled into the stable branch. SM -Original Message- From: Kees Hoekzema [mailto:[EMAIL PROTECTED] Sent: 19 August 2003 11:39 To: Linux Cc: rrd-users@list.ee.ethz.ch Su

[rrd-users] Re: Inconsistent results when polling lots of devices

2003-08-05 Thread Simon Mullis
at happens. Thanks SM -Original Message- From: Woodcock, Bradford [mailto:[EMAIL PROTECTED] Sent: 05 August 2003 16:53 To: Simon Mullis; rrd-users Subject: RE: [rrd-users] Inconsistent results when polling lots of devices Hi Simon, Are the suspect targets very remote? Packet loss is de

[rrd-users] Inconsistent results when polling lots of devices

2003-08-05 Thread Simon Mullis
Hello All, I wonder if anyone can offer any insight... I am polling around 1000 devices on a dual Xeon system running Linux (2.4.18-14smp). This is split into 40 separate mrtg configuration files that run concurrently using RRD as the logging format. I have a web frontend using read-only NFS to

[rrd-users] Re: Problems with RRDcgi - IIS

2003-07-22 Thread Simon Mullis
Also, don't forget to associate the relevant file-type (in this case .rrdcgi) to be handled by the rrdcgi executable... As far as IIS goes, the shebang won't make any difference. (Clue: go to Site Properties in IIS --> Home --> Configuration --> App Mappings) Cheers SM -Original Message-

[rrd-users] Re: Quick RPN question... (Square root in RPN?)

2003-06-09 Thread Simon Mullis
bject: [rrd-users] Re: Quick RPN question... (Square root in RPN?) On Mon, Jun 09, 2003 at 11:07:40AM +0100, Simon Mullis wrote: > Hello all, > > Am I right in thinking there is no easy way to do a square root in RPN? Isn't a square root the same as exp(log(x)/2) ? CDEF:y=x,LO

[rrd-users] Quick RPN question... (Square root in RPN?)

2003-06-09 Thread Simon Mullis
Hello all, Am I right in thinking there is no easy way to do a square root in RPN? I want to calculate a Standard Deviation of a set of values. Anyone done this already? I want to use RPN because I'd like to superimpose the value of the Std Dev on the graph of the normal values. Or should I j

[rrd-users] Best Collector?

2003-03-19 Thread Simon Mullis
Hi all, Currently I am using MRTG to collect and rrdcgi to graph. Basically I'd like a version of MRTG that could record more than 2 DS per RRD, that didn't require me to add all sorts of redundant information about axis labels etc at the config phase (I'd do this at the presentation phase). A

[rrd-users] Re: The script is here, to view actual data trans fer in your RRD graphs

2003-03-14 Thread Simon Mullis
>From the RRDTool CVS Tree (>1.1.0), gaze in awe at the VDEF: 'DEF:Ain=.rrd:ds0:AVERAGE' 'DEF:Aout=.rrd:ds1:AVERAGE' 'VDEF:A_totalin=Ain,TOTAL' 'VDEF:A_totalout=Aout,TOTAL' >From the MAN page: VDEF VDEF:vname=RPN expression This command returns a value and/or a t

[rrd-users] Re: Re-Producing a graph from an already exsistin g .rrd file

2003-03-13 Thread Simon Mullis
Start here: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/manual/rrdgraph.html Or, you may find this useful: http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/rrdworld/rrgrapher.html Good luck. SM -Original Message- From: William J Black [mailto:[EMAIL PROTECTED] Sent: 13 March

[rrd-users] Re: (Newbie question) Can rrdtool 'update' from a file?

2003-03-13 Thread Simon Mullis
This exactly what I was going to suggest. Smokeping is excellent (now, if only it could use the Cisco / Juniper implementations of the Ping-MIB I'd be really happy.) SM -Original Message- From: Joe DeFelice [mailto:[EMAIL PROTECTED] Sent: 13 March 2003 03:59 To: Gareth Oliver Cc: rrd-use

[rrd-users] Re: SNMPGet values for database

2003-03-11 Thread Simon Mullis
Do a walk on: .1.3.6.1.4.1.3224.4.1.1.1.4 And you'll get a list of VPNs. e.g. .1.3.6.1.4.1.3224.4.1.1.1.4.16 = "VPN for Acme Corp" Take the last number (inthis case "16") and use it with the following two OIDs for in/out traffic: In / Out Octets: .1.3.6.1.4.1.3224.4.1.1.1.17. .1.3.6.1.4.1.

[rrd-users] Re: my cgi script error

2003-03-07 Thread Simon Mullis
This error: [ERROR: Opening 'port80.png' for write: Permission denied] means that the cgi-script (which is being execured under the security context of the user the httpd proces is running under (for RH8 this is the "apache" user)) is unable to write to the directory specified in the script. T

[rrd-users] Re: Shiva Lanrover/E OID

2003-02-26 Thread Simon Mullis
Try here: http://www.mibdepot.com/cgi-bin/xsearch.cgi?frommib=on&pattern=SHIVA-MIB&boo lean=Match+any+word&intel=on&v1=on&v2=on&mib=on Cheers SM -Original Message- From: Hickey, Brian [mailto:[EMAIL PROTECTED] Sent: 25 February 2003 19:54 To: rrd-users@list.ee.ethz.ch Subject: [rrd-use

[rrd-users] Re: Graphs growing right

2003-02-25 Thread Simon Mullis
Options[target_name]: Growright SM -Original Message- From: João Marques Ferreira [mailto:[EMAIL PROTECTED] Sent: 24 February 2003 19:18 To: rrd-users@list.ee.ethz.ch Subject: [rrd-users] Graphs growing right Are there any way to make the graphs created with RRDTOOL grow in the other

[rrd-users] Re: Accumulating COUNTER DS, how to?

2003-02-21 Thread Simon Mullis
If your device / interface can use SNMPv2c (I suspect it will) then you can poll via the MIB-II 64bit counters. SM -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 21 February 2003 09:04 To: rrd-users@list.ee.ethz.ch Subject: [rrd-users] Accumulating COUNTER DS,

[rrd-users] Re: [OT] - Get versus Getnext

2003-02-20 Thread Simon Mullis
this one without resorting to that. If I can get a response via SNMP then I should be able to graph it with MRTG! SM -Original Message- From: Serge Maandag [mailto:[EMAIL PROTECTED] Sent: 20 February 2003 17:17 To: Simon Mullis; rrd-users@list.ee.ethz.ch Subject: RE: [rrd-users] [OT

[rrd-users] Re: [OT] - Get versus Getnext

2003-02-20 Thread Simon Mullis
th every mail. I thank you all for your patience) Thanks SM -Original Message- From: Thomas Erskine [mailto:[EMAIL PROTECTED] Sent: 20 February 2003 17:29 To: Simon Mullis; rrd-users@list.ee.ethz.ch Subject: Re: [rrd-users] [OT] - Get versus Getnext At 11:52 2003-02-20, Simon

[rrd-users] [OT] - Get versus Getnext

2003-02-20 Thread Simon Mullis
Afternoon, all... Apologies for the slightly off-topic post... Using MRTG I would like to query the MSSQL mssqlSrvInfoUserConnections OID (.1.3.6.1.4.1.311.1.4.1.1.2.1.16) Doing a walk / getnext on the above OID using (insert your favourite MIB browser here) I get a reponse along with a system

[rrd-users] Re: maybe a bit off topic (4GB RAM snmp)

2003-01-29 Thread Simon Mullis
What happens if you try the following: snmpget -v2 -c public 10.0.0.12 .1.3.6.1.4.1.2021.4.6.0 As far as I understand, SNMPv2c uses 64bit counters. (Or am I merely confused?) SM -Original Message- From: Rommel, Florian [mailto:[EMAIL PROTECTED] Sent: 29 January 2003 12:24 To: Brett Ma

[rrd-users] Re: Newbie - counter wrap

2003-01-23 Thread Simon Mullis
You'll have to do this via the polling mechanism that you are using. SNMPv2c supports 64bit counters which should be more than enough! You can append the following string to the target directive in MRTG: :2 i.e. Target[some_target]: 2:[EMAIL PROTECTED]:2 Have fun. SM -Original

[rrd-users] Re: dispersed rrd files

2003-01-09 Thread Simon Mullis
Rsync them all to the same location (over ssh)? SM -Original Message- From: Paul Smith [mailto:[EMAIL PROTECTED] Sent: 09 January 2003 14:26 To: rrd-users@list.ee.ethz.ch Subject: [rrd-users] dispersed rrd files Hi gang, I'm trying to figure out a way to create graphs with .rr

[rrd-users] Re: please help a lost newbie

2002-12-11 Thread Simon Mullis
s and the 95 percentile functionality are incorporated in the Stable branch of RRDTool). Thanks SM -Original Message- From: Adam Nealis [mailto:[EMAIL PROTECTED] Sent: 11 December 2002 16:09 To: Simon Mullis; 'Dan Gahlinger'; 'rrd-users@list.ee.ethz.ch' Subject: Re: [rrd

[rrd-users] Re: MRTG to RRDTOOL Migration

2002-12-11 Thread Simon Mullis
Hi If you are polling the same targets then why not, when you are happy with the new environment, use the current MRTG log files and let MRTG itself do the conversion to RRD format? By this I mean copy over the MRTG .log files to the new system and let it make the migration. This way you still

[rrd-users] Re: please help a lost newbie

2002-12-11 Thread Simon Mullis
Hi there If I were you I would use MRTG to perform the data collection for you. You can specify a script or command in back ticks as the MRTG Target for it to perform your script. As long as your script returns data in the following format all will be fine. Format from script should be: V

[rrd-users] Re: mrtg-rrd.cgi and IIS

2002-12-06 Thread Simon Mullis
:02PM -0000, Simon Mullis wrote: > Although, where the IIS version has a problem with directories more than one > level deep (Directory[target]: a\b\c), the Apache version does not. You mean a\\b\\c, right? If not: Maybe that's your problem. Other things to check: - should you use a

[rrd-users] Re: mrtg-rrd.cgi and IIS

2002-12-03 Thread Simon Mullis
-Original Message- From: Simon Mullis [mailto:[EMAIL PROTECTED] Sent: 03 December 2002 13:09 To: rrd-users@list.ee.ethz.ch Subject: [rrd-users] mrtg-rrd.cgi and IIS Hello All, I know this has been covered before in the archives but I have been unable to find a resolution to my problem... I

[rrd-users] mrtg-rrd.cgi and IIS

2002-12-03 Thread Simon Mullis
Hello All, I know this has been covered before in the archives but I have been unable to find a resolution to my problem... I use RRDs; MRTG; RRDCgi; MRTG-RRD.CGI and allsorts on a number of Unix systems for the more interesting non-operationally essential reporting that I do here (Flow analysis

[rrd-users] Re: Area under graph?

2002-11-27 Thread Simon Mullis
It is a good idea. The easiest method for me to use, in this specific case (where I only need a couple of graphs) is to install the latest 1.1 CVS snapshot of RRDTool and use the new VDEF::,TOTAL function. I've done it and it works well (although I will go to go through the usual fussing with fo

[rrd-users] Re: Area under graph?

2002-11-27 Thread Simon Mullis
the time in a way that would allow me to convert into seconds easily. (I am using RRDcgi) Many thanks in advance for any tips or help from anyone. SM -Original Message- From: Serge Maandag [mailto:[EMAIL PROTECTED] Sent: 25 November 2002 19:49 To: Simon Mullis; rrd-users@list.ee.ethz.ch

[rrd-users] Area under graph?

2002-11-25 Thread Simon Mullis
nkyou! SM Simon Mullis Service Development Consultant [EMAIL PROTECTED] Equinox Converged Solutions Ltd Tel: +44(0)1252 405 600 Mob: +44(0)7766 087170 http://www.equinoxsolutions.com -- Equinox Converged Solu