[rrd-users] 95% percentile value - varies with width of graph - how can I get an accurate value consistently?

2016-04-22 Thread John Roberts
the rrdtool command line to get the 95% percentile value without any need of generating the graph? i.e. I could be sure that no data consolidation has happened. Many thanks in advance for your help and please excuse any deficiencies in my knowledge of rrd/pnp4nagios

[rrd-users] A question about --right-axis-format

2015-06-23 Thread John huysing
one graph I have 0.1k on the left and 100.0 on the right 1.0kand 1000.0 on the right Is there a way to get the same format on both side? I have tried fiddling around with "--right-axis-format", "%3.01lf%s but that doesn't work. John ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

[rrd-users] graph lines differ from actual values

2014-04-07 Thread John Stile
I am using rrdtool, libdbi, and mysql to chart thermal data. I noticed the lines are sometimes a little higher than the actual data being plotted, and I would like them to match. Is there something I can change to make the graphed data match the actual data? DEF:cpuPhym=sql//mysql/host=127.0.0.1/

Re: [rrd-users] rrd dbi syntx

2014-04-03 Thread John Stile
t; On Wed, 2014-04-02 at 22:54 -0700, John Stile wrote: > Sorry for the trouble. I had a syntax error, as well as missing the * > in the date. Mysql TIMESTAMP dates required the * to force the unix > timestamp format. > > This worked for me: > rrdtool graph /home/jstile/foo.png

Re: [rrd-users] rrd dbi syntx

2014-04-02 Thread John Stile
//temperature/*date/cpu0/:avg:AVERAGE:step=600 AREA:user#66ff00:"cpu0" thank you for your help. On Wed, 2014-04-02 at 21:03 -0700, John Stile wrote: > I did try both. > rrdtool graph ./test.png --imgformat=PNG --start=-1day --end=+3hours > --width=1000 --height=600 > D

Re: [rrd-users] rrd dbi syntx

2014-04-02 Thread John Stile
I did try both. rrdtool graph ./test.png --imgformat=PNG --start=-1day --end=+3hours --width=1000 --height=600 DEF:min=sql//mysql/host=127.0.0.1/dbname=thermal/username=thermal/password=thermal//temperature/*date/cpu0:min:AVERAGE rrdtool graph ./test.png --imgformat=PNG --start=-1day --end=+3hou

Re: [rrd-users] rrd dbi syntx

2014-03-31 Thread John Stile
On Mon, 2014-03-31 at 21:19 +, Steve Shipway wrote: > >rrdtool graph > >./test.png --imgformat=PNG --start=-1day --end=+0hours --width=1000 > >--height=600 > >"DEF:min=sql//mysql/host=127.0.0.1/dbname=thermal/username=thermal/password=thermal//temperature/date/cpu0:min:AVERAGE" > > > >"LINE1

Re: [rrd-users] rrd dbi syntx

2014-03-30 Thread John Stile
On Mon, 2014-03-31 at 04:00 +, Steve Shipway wrote: > >Command: > >rrdtool graph ./test.png --imgformat=PNG --start=-1day --end=+0hours > --width=1000 --height=600 > >"DEF:min=sql//mysql/host=127.0.0.1/dbname=thermal/username=thermal/password > =thermal//temperature/date/cpu0:min:AVERAGE" "LINE

[rrd-users] rrd dbi syntx

2014-03-30 Thread John Stile
I am having a hard time finding the syntax for using a dbi with rrdtool graph. Command: rrdtool graph ./test.png --imgformat=PNG --start=-1day --end=+0hours --width=1000 --height=600 "DEF:min=sql//mysql/host=127.0.0.1/dbname=thermal/username=thermal/password=thermal//temperature/date/cpu0:min:AV

Re: [rrd-users] rrd-users Digest, Vol 80, Issue 6

2013-08-13 Thread John huysing
l,UN,10,0,IF' ) push (@options, 'VDEF:Wrong=wrong,MAXIMUN'); push (@options, 'AREA:wrong#009909:MISSING'); push (@options, 'PRINT:Wrong:%5.2lf'); push (@options, 'PRINT:Wrong:%c:strftime'); @Data = RRDs::graph('test.png',@options); John On 12 A

[rrd-users] Detecting and handling unknown data

2013-08-11 Thread John huysing
..1970 John ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: [rrd-users] Question about legends

2013-08-01 Thread John huysing
of the legend in the small graph. Maybe its time I became a c-coder as well as perl hacker. John On 1 August 2013 22:40, Alan Kemp wrote: > Hi John, > > Have you tried LINE0, or am I miss understanding the questions. > > regards > > alan > > On 01 Aug 2013, at 2:11 P

Re: [rrd-users] Question about legends

2013-08-01 Thread John huysing
On 1 August 2013 22:40, Alan Kemp wrote: > Hi John, > > Have you tried LINE0, or am I miss understanding the questions. > > regards > > alan > > On 01 Aug 2013, at 2:11 PM, John huysing wrote: > > apart from the --no-legends options which turns off all legends

[rrd-users] Question about legends

2013-08-01 Thread John huysing
** LINE:val:STACKis an error (legend but no color) Which after reading the documentation. i thought wouldn't give me a legend but it still does John ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: [rrd-users] Unable to print date to the graph

2012-02-21 Thread Sebastian John
> From: rrd-users-bounces+richard=atomwide@lists.oetiker.ch > [rrd-users-bounces+richard=atomwide@lists.oetiker.ch] on behalf of > Sebastian John [ba...@fukz.de] > Sent: 21 February 2012 15:35 > To: rrd-users@lists.oetiker.ch > Subject: [rrd-users] Unable to print date

Re: [rrd-users] Unable to print date to the graph

2012-02-21 Thread Sebastian John
re? > > On Tue, Feb 21, 2012 at 5:35 PM, Sebastian John wrote: > > > Hallo, > > > > I have a problem while printing the date/time of a vdef to my > > graph. Maybe its a problem understanding the syntax. Hope you can help > > me. > > &g

[rrd-users] Unable to print date to the graph

2012-02-21 Thread Sebastian John
Hallo, I have a problem while printing the date/time of a vdef to my graph. Maybe its a problem understanding the syntax. Hope you can help me. My graph definition (snipped) .. VDEF:tmax=tmp,MAXIMUM .. GPRINT:tmax:"max %0.2lf":"%H" .. I get: ERROR: I don't understand ':%H' in command: 'GPRINT

[rrd-users] wacked out numbers on simple Counter graph with Ubuntu

2011-11-29 Thread John Powell
Hi, I am having really weird results with a counter. I am not a newbie to RRDtool, but have usually done gauges (and gauges are working just fine on the same server) My objective is very simple. I am trying to graph my electric usage. I am updating the meter reading (counter) every hour and tr

Re: [rrd-users] Holt--Winters - learning phase / poisoning algorithm

2011-10-12 Thread John P. Rouillard
ver the span of days of data not minutes of data. If anybody else has any experimental or anecdotal evidence on this I would love to hear about it. -- -- rouilj John Rouillard ===

[rrd-users] Advice wanted on storing data from a xml file

2011-08-29 Thread John huysing
I need somehow to save measurements from a csv or xml that is generated every 15 minutes that contains 3 sets of values for a 5 min measurement period. Is there some way that I can/could do this with rrd. I thought about parsing the file saving the first set into a database and saving the 2nd a

[rrd-users] loading old data

2010-11-17 Thread John Stile
I would like to start tracking the growth of my source control server, starting with data from 2007. For each repository, on a given date, I have its size and revision number, and I have a perl script to pack all the historic data into one big hash table. I am wondering if I rrdtool can be used

[rrd-users] Maximum Value

2010-09-08 Thread John Maslanik
my graphs to be showing 5-10 mins of 100 mbps traffic and my colocation providers graphs show almost 24 hours of 10 mbps traffic? Thank you in advance, John Maslanik ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.

Re: [rrd-users] Holt-Winters Forecasting

2010-06-08 Thread John P. Rouillard
In message , John huysing writes: >Can the Holt-Winter Forecasting  handle the fluctuating traffic flow >that occurs over a seven day period.  The traffic pattern on the >weekend is quite different that during the week. But the pattern from >week to week is the same When I was testin

[rrd-users] Holt-Winters Forecasting

2010-06-08 Thread John huysing
example of using "Aberrant Behavior Detection with Holt-Winters Forecasting" Thanks in adavance John ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: [rrd-users] Is it possible to display two different time ranges for the same DS in one graph?

2010-06-04 Thread John P. Rouillard
today faster than yesterday - so we may be going to sell >more ice creams! 8-) .). Does: http://www.vandenbogaerdt.nl/rrdtool/shift.php in the section Moving data left or right solve your problem? --

Re: [rrd-users] calculate change / graph change between last and last-1

2009-12-22 Thread John Stile
Is it a mistake to want to plot the difference between stored data values? On Mon, 2009-12-21 at 11:52 -0800, John Stile wrote: > I have a graph which shows the size of my server backups. > > I would like to add to the ledgend (and maybe graph) the change in size > from the last bac

[rrd-users] Question about the historical complaint about irregular data gone missing

2009-12-22 Thread John Allspaw
Is this still the case? IIRC, missing data due to irregularity isn't an issue, given the right resolution in the definitions, right? -- John ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

[rrd-users] calculate change / graph change between last and last-1

2009-12-21 Thread John Stile
I have a graph which shows the size of my server backups. I would like to add to the ledgend (and maybe graph) the change in size from the last backup. Do I define a vdef for size,LAST and a vdef for LAST-1, then calculate a cdef of the difference then a vdef of cdef of the difference, and fina

Re: [rrd-users] gprint correct units

2009-12-21 Thread John Stile
On Fri, 2009-12-18 at 23:38 +, A Darren Dunham wrote: > On Fri, Dec 18, 2009 at 03:23:32PM -0800, John Stile wrote: > > I have a rrd with values like: 5.3304700563e+07 > > My gprint line is: > > GPRINT:backup1: %10.3lf %Sb' > > > > I'm trying to

[rrd-users] gprint correct units

2009-12-18 Thread John Stile
I have a rrd with values like: 5.3304700563e+07 My gprint line is: GPRINT:backup1: %10.3lf %Sb' I'm trying to print: 53.305 Gb but it always prints: 53.305 Mb What am I doing wrong? ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lis

Re: [rrd-users] can't update rrd with data.

2009-11-24 Thread John Stile
On Tue, 2009-11-24 at 03:19 +, A Darren Dunham wrote: > On Mon, Nov 23, 2009 at 12:38:15PM -0800, John Stile wrote: > > At the end of my backup script, if the rrd does not exist, it is created > > via the following: > > > > rrdtool \ > > create \ >

[rrd-users] can't update rrd with data.

2009-11-23 Thread John Stile
I need help to understand why my rrd won't accept data from my updates. This is to chart a number once a day. At the end of my backup script, if the rrd does not exist, it is created via the following: rrdtool \ create \ "${RRD_File}" \ --step 86400 \ "DS:size:GAUGE:87000:U:U"

[rrd-users] Creating a XmR control chart.

2009-01-20 Thread John P. Rouillard
only positive values. So does anybody have a recipe for a standard XmR chart using rrdtool? -- -- rouilj John Rouillard === My employers don't acknowledge my existence much less my opinions.

[rrd-users] Change Interval & Keep Data

2009-01-13 Thread John Benson
ta to a new file and to "fill in the gaps" for want of a better phrase? Many thanks in advance Regards John ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: [rrd-users] Creating graphs with colored horizontal bands as a background

2008-12-21 Thread John Novak
I added hard-coded horizontal areas to the graph. I do not have the statements readily available. I was unable to get alpha working properly and the resulting rrdgraph statement had the actual data items obfuscated by the bands. It was hard for a person looking at the graph generation statement

[rrd-users] Creating graphs with colored horizontal bands as a background

2008-12-21 Thread John Novak
Hello All, I am investigating creating graphs that have coloured horizontal bands as backgrounds for the data being plotted. The idea is to have lightly coloured areas representing normal, warning and critical levels for graphs of CPU Utilization, Disk I/O rates and so on. Normal areas would ha

[rrd-users] Getting restorable backups of rrd files

2008-12-08 Thread John P. Rouillard
So as long as I can restore the rrd file and have rrdtool keep updating the file I will be satisfied. Thanks for any info. -- -- rouilj John Rouillard === My employers don't acknowledge

[rrd-users] simple [?] question

2008-02-06 Thread John Bramlett
I need some help formulating a command to extract some data from rrd files created by cacti. All I want returned is a single number representing 95th percentile for an arbitrary time period (no graphical output; text only). I'm not as clueless as this question is but rrdtool is kind of tough sinc

[rrd-users] hwpredict question

2008-01-16 Thread John Conner
According to rrdtool manual, when I have the following RRA, rrdtool should store 7 days of forecasts, rrdtool create traffic.rrd -s 300 ...blablabla ...blablabla RRA:HWPREDICT:2016:0.001:0.0035:288 If I understand correct, this means rrdtool will study 7 days of traffic patterns and give failure

[rrd-users] get configuration info from a existing rrd file

2007-09-26 Thread John Conner
... So is there any easy way I can extract this kind of info from a rrd file? I tried "info, last" with no luck. Thanks! John ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

[rrd-users] how can I get configuration info from a rrd file?

2007-09-25 Thread John Conner
... So is there any easy way I can extract this kind of info from a rrd file? I tried "info, last" with no luck. Thanks! John ___ rrd-users mailing list rrd-users@lists.oetiker.ch https://lists.oetiker.ch/cgi-bin/listinfo/rrd-users

Re: [rrd-users] how to add last update info into graphic?

2007-06-20 Thread John Conner
ah, fogot my friend sed, I was just fighting with ', " and \ just now. Thanks guys! John On 6/20/07, Alex van den Bogaerdt <[EMAIL PROTECTED]> wrote: On Wed, Jun 20, 2007 at 10:18:41AM -0500, John Conner wrote: > hey guys, I am trying to add last update time info i

[rrd-users] how to add last update info into graphic?

2007-06-20 Thread John Conner
hey guys, I am trying to add last update time info into rrdtool graphic, what I did is something like #!/bin/bash now=`date` rrdtool graph blablabla \ blablabla \ blablabla \ COMMENT:"last update\: $now" when I ran the scipt, I got the following error, ERROR: Garbage ':56:46 CDT 2007' after co

[rrd-users] Literature?

2007-06-01 Thread John Nicastro
Hello, Are there any recommended books or literature available for RRD? Something deeper than the online documentation? And if not, Tobias have you considered teaming with O'Rielley and publishing something? Thanks, John ___ rrd-users mailing

[rrd-users] what is the alpha value you guys using for aberrant behavior detection?

2007-05-23 Thread John Conner
Hey guys, I am using rrdtool with aberrant behavior enabled to monitor the traffic going through our routers, for HWPREDICT, I just choose the "default" 0.1alpha setting, according to the document, that means the most recent hour's data accounts for 75% of the baseline prediction. Everything run

[rrd-users] Aberrant engine lost "traffic pattern" after a system reboot?

2007-05-17 Thread John Conner
I am testing aberrant behavior detection module for rrdtool, it has being running happily for a couple of days and seems the the prediction is getting better and better. Today I rebooted my box, and find rrdtool lost all the "traffic pattern", the prediction just makes no sence anyone here has s

[rrd-users] RRD Graphs on the fly?

2007-05-14 Thread John Nicastro
Hello, new to RRD so bare with me. WOuld like to do the following, please let me know if possible and point to a "how-to" if it exists: 1) ONLY WHEN USER INITIATES, Import data from Oracle table holding samples (5 min based), convert into RRD 2) Create on-the-fly graphs from this data for the use

Re: [rrd-users] trigger an alert?

2007-05-09 Thread John Conner
Do you just want an example graphic with upper/lower boundary? In that case, you can find it at http://cricket.sourceforge.net/aberrant/lisa2000_paper.pdf Regards! Joh On 5/9/07, Masood Ahmad Shah <[EMAIL PROTECTED]> wrote: Would you guys share generated graph with upper/lower boundary on th

Re: [rrd-users] trigger an alert?

2007-05-09 Thread John Conner
ason could have problems with deviations in week-ends. Depends on your traffic patterns, of course. Sure, mine is just a quick test, and when you say "season", you actually mean "array length", right? ;) Thanks again! Joh Sven > On 5/4/07, *John Conner* < [EMAI

Re: [rrd-users] trigger an alert?

2007-05-09 Thread John Conner
rate upper/lower boundary and alert? Thanks! John On 5/4/07, John Conner <[EMAIL PROTECTED]> wrote: Hey Sven , thank you very much for you detailed information, I spent a few hours going thought some documents about aberrant yesterday and feel better now. My current rrdtool is at version 1.

Re: [rrd-users] trigger an alert?

2007-05-04 Thread John Conner
Hey Sven , thank you very much for you detailed information, I spent a few hours going thought some documents about aberrant yesterday and feel better now. My current rrdtool is at version 1.0.49, which even does not support "updatev" argument, so I am not sure what the different between "update"

Re: [rrd-users] trigger an alert?

2007-05-03 Thread John Conner
Thanks a lot, Sven! Still fairly new to rrdtool and never used the "updatev" option, gonna check it right now. Do you have any documents handy on how you implement this? if you do, could you point me the link? Regards! Joh I use the aberrant behaviour detection in rrdtool and I find it quit

[rrd-users] trigger an alert?

2007-05-02 Thread John Conner
Hi guys, I know there is a "Aberrant Behavior Detection" function coming with the new version of rrdtool, but I can't get some more detailed documents on how to use it, also from what I learned, what "Aberrant Behavior Detection" does is just highlighting the abnormal part of data on the graphic

[rrd-users] RRD step size retrieving older data

2006-12-21 Thread John Biederstedt
I've notice the when I graph mrtg rrd data older than a few months, the step size is always 24 hours. For example, if I graph mrtg data (gathered at 5 minute intervals) from 6 months ago, it's clearly graphed in 24-hour step sizes: rrdtool graph - \ --start='7/11/2006' \ --end='7/13/2006' \ --img

[rrd-users] step size reduction

2006-12-18 Thread Baker, John
Are there any (free) tools out there that will make the step size of an RRD smaller by interpolating existing data from the larger original step size? John -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd-users WebAdminhttp

[rrd-users] Re: Processing HEX values

2006-12-18 Thread Baker, John
trigger a warning. Leading whitespace is not stripped, unlike oct(). To present something as hex, look into "printf", "sprintf", or "unpack". John -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Marcel Schu

[rrd-users] GetHTTP

2006-12-11 Thread Baker, John
Does anybody know of a program for FreeBSD/Linux that acts in the same way as GetHTTP does for windows? It fetches a page from a web server (and optionally content) and then reports back how much time it took in milliseconds. John J Baker | CAE Systems Admin | Harman/Becker | [EMAIL PROTECTED

[rrd-users] rrdtool doesn't compile

2006-10-30 Thread John Oliver
tax error before ')' token tclrrd.c:617: warning: implicit declaration of function `Tcl_PkgProvide' tclrrd.c:617: warning: nested extern declaration of `Tcl

[rrd-users] rrdtool can't find libpng, freetype2

2006-10-27 Thread John Oliver
libpng or freetype2 -- *** * John Oliver http:/

[rrd-users] Re: bogus spikes with Infiniband traffic

2006-10-24 Thread John
I had a similar problem with large bursts when counters reset. I added a CDEF in the graphing tool which checked rates for an unrealistic value, and then replaced it with UNKN. A simple solution. John -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive

[rrd-users] Help Please

2006-10-12 Thread John
I am getting a error Error in RRD::graph for /var/log/rrd/bmm_cable.rrd: unknown variable 'dpl' when I run this script what did i do wrong ? sub updatebmmgraph { my $period= $_[0]; RRDs::graph ("$graphs/bmm-$period.png", "--start", "-1$period", "-aPNG", "-i", "-z", "--alt-y-grid"

[rrd-users] VRULE

2006-09-03 Thread John
It is possible to vary the width of a LINE in rrdgraph by attaching a number, e.g. LINE1, LINE2 etc. Is there a way of changing the width of a vertical line drawn with VRULE? ThanksJohn -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http

[rrd-users] Problems with Cisco switches

2006-07-12 Thread John Oliver
n jobs for each port, that wouldn't get the interfaces to show up in routers2.cgi -- *** * John Oliver http:/

[rrd-users] "indexmaker" for RRDTool?

2006-06-23 Thread John Oliver
How can I create a page that displays several graphs at once? I'm using routers2.cgi to display graphs. -- *** * John Oliver http://www.john-olive

[rrd-users] Re: Display multiple interfaces?

2006-06-03 Thread John Oliver
On Fri, Jun 02, 2006 at 03:38:52PM -0500, MrPaul wrote: > On 6/2/06, John Oliver <[EMAIL PROTECTED]> wrote: > > Several things I've read seem to indicate that one config file with > > multiple interfaces in it will work with RRDTool / routers2.cgi But my > > co

[rrd-users] Display multiple interfaces?

2006-06-02 Thread John Oliver
This is very, very messy :-) How do I make it work right? -- *** * John Oliver http://www.john-olive

[rrd-users] Re: GPRINT the difference between Max and Min

2006-05-22 Thread John Barber
5/22/06, Alex van den Bogaerdt <[EMAIL PROTECTED]> wrote: > > On Mon, May 22, 2006 at 02:05:05PM -0400, John Barber wrote: > > > VDEF:totalmax=total,MAXIMUM --I'm not sure if > you > > can use MAXIMUM with a CDEF or not > > I think

[rrd-users] GPRINT the difference between Max and Min

2006-05-22 Thread John Barber
I have a graph that adds several DSs tegether then displays them as a line. I would like in the legend to print the difference between thex Max and Min of all the values added together. here is what I have tried: DEF:item0=\rrd1.rrd:DS1:AVERAGE DEF:item1=\rrd2.rrd:DS2:AVERAGE DEF:item2=\rrd3.rrd:

[rrd-users] Re: Problems displaying load

2006-05-21 Thread John Oliver
On Sat, May 20, 2006 at 09:35:59PM +0100, Jeremy Harris wrote: > John Oliver wrote: > > I found a solution that feeds 1 minute and 5 minute load averages to > > RRDTool. The graph that's drawn appears, so far, to be "correct". But > > the values for Max, Avg,

[rrd-users] Re: Problems displaying load

2006-05-20 Thread John Oliver
d 150 under a heavy spam attack once :-) I'm guessing that maybe MRTG / RRDTool is doing some kind of math on the numbers. I thought that using "gauge" would prevent that, but... -- *** * John Oliver

[rrd-users] Problems displaying load

2006-05-19 Thread John Oliver
vg: 87.00 Cur: 87.00 For Options, I'm using growright, gauge, nopercent The data I'm feeding in looks like: 0.01 0.07 What's going on? -- *** * John Oliver

[rrd-users] Does anyone use this list?

2006-05-18 Thread John Oliver
Where does one go for help with RRDTool / MRTG these days? I'm running into a lot of problems (it's been years since I've played with this stuff), and the lists are dead. -- *** * John Oliver

[rrd-users] Problem with CPU load

2006-05-18 Thread John Oliver
(192.168.101.11). Escape character is '^]'. 000 000 17:18:44 up 12 days, 17:39, 0 users, load average: 0.00, 0.03, 0.00 Prelude 1min/15min Load, Users Connection closed by foreign host. -- *

[rrd-users] Monitor Apache with RRDTool?

2006-05-18 Thread John Oliver
into routers2.cgi? -- *** * John Oliver http://www.john-oliver.net

[rrd-users] Re: graph for 7 day active window

2006-04-12 Thread John Barber
That's what I thought he Chris was looking for at first. But I think he is talking about the TREND function in the latest release. I don't know much about it, since I haven't used it, but there is some pretty good info about it on Tobi's website. here is the link: http://oss.oetiker.ch/rrdtool/doc

[rrd-users] Re: Dates on graphs

2006-02-01 Thread John Barber
There is no way to put it above it (as far as I know), but next to or instead of yes. Weekly instead of would be: --x-grid DAY:1:DAY:1:DAY:1:86400:%m/%d next to would be: --x-grid DAY:1:DAY:1:DAY:1:86400:%a %m/%d Monthly I don't think you can do anything like date1 - date2, you can put the dat

[rrd-users] Auto created web page?

2006-01-22 Thread John
Hi, How can I build the web page like this one? https://mu.uoregon.edu/mrtg/r2.html I got MRTG-2.12.2 and rrdtool-1.2.12 running. I saw many web pages in the same style. What tool should I use? indexmaker is not this style. John, -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto

[rrd-users] error trying to convert mrtg to use rrtdtool

2005-12-21 Thread John Oesterle
Hi all... I have been playing with rrdtool for a week now. I went threw the tutorial and the overview. I understand how it works and what it can do for me. I currently have a working and in production MRTG installation (that I use to get SNMP information). I have followed the HowTo on the mrtg

[rrd-users] Re: large values equal NaN?

2005-12-09 Thread John Barber
ECTED]> 12/9/2005 1:02 PM >>> John, You the man! That was simple enough! rrd info showed the wrond max value and rrd tune fixed it to a larger number. Sheesh - thanks...just needed another set of eyes on that problem Thanks tons! --Greg On Fri, 9 Dec 2005, John Barber wrot

[rrd-users] Re: large values equal NaN?

2005-12-09 Thread John Barber
Sounds to me like you set a max value of about 10 Billion when you created the rrd. just a thought. >>> Greg Redder <[EMAIL PROTECTED]> 12/8/2005 5:11 PM >>> For years I've been running rrdtool as the basis for my cricket stats. I recently noticed that values greater than about 10 billion are

[rrd-users] Re: Legend / font alignment problem

2005-11-16 Thread John Barber
I had a similar problem the way I got around it was to add a blank comment after every section and putting the /t after the comment. example: LINE3:CDEF_name1#FF:"IN\:" COMMENT:" \t" GPRINT:CDEF_name1:LAST:%3.2lf%s\g COMMENT:" \t" GPRINT:CDEF_name1:AVERAGE:%3.2lf%s\g

[rrd-users] rrdtools

2005-10-27 Thread Stec John
Can someone please point me to some instructions of how to install this on Windows? could not find any on the link http://people.ee.ethz.ch/~oetiker/webtools/rrdtool/index.en.html -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/rrd

[rrd-users] Re: How to make "transparent" color on RRD chart

2005-10-06 Thread John Barber
whoops, the LINE2 line should be: LINE2:DS#FF:Temperature >>> "John Barber" <[EMAIL PROTECTED]> 10/6/2005 11:18:11 AM >>> this should give you an idea, it doesn't

[rrd-users] Re: How to make "transparent" color on RRD chart

2005-10-06 Thread John Barber
this should give you an idea, it doesn't look as clean but it shows how to do it: *** ** >>> Christopher Bergeron <[EMAIL PROTECTED]> 10/6/2005 12:42:02 AM >>> I didn't know RRD could even do graphs like that...!

[rrd-users] Re: what's the best way to poll data at a high frequency

2005-07-28 Thread John Barber
guess I could write the script to check it 6 times and just put a 10 second pause between each check but that doesn't seem right either. John >>> "John Barber" <[EMAIL PROTECTED]> 7/28/2005 8:12:04 AM >>> I'm not a programer, but I play one on TV.

[rrd-users] Re: what's the best way to poll data at a high frequency

2005-07-28 Thread John Barber
o be any faster than using SNMP? john >>> Per Jessen <[EMAIL PROTECTED]> 7/28/2005 10:12:38 AM >>> John Barber wrote: > That being said, I was wondering what is a good way to collect data to > update an rrd if you want to update often, say every 10 seconds or

[rrd-users] what's the best way to poll data at a high frequency

2005-07-28 Thread John Barber
hat contains all the data. I seems polling this might be a better way to go, but I have no idea how to get that string from the web server. Thanks for any help, John -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/r

[rrd-users] problem fetching from RRDs...

2005-07-11 Thread John Whyte
100]RRA[MAX][1]DS[OUT] = NaN [1119224400]RRA[MAX][1]DS[IN] = NaN [1119224400]RRA[MAX][1]DS[OUT] = NaN legion:~/script$ Which suggests that data is not getting put into the RRA's. Has anyone got any idea what is going on here, and how to fix it such that RRD fetch returns the correct values? Th

[rrd-users] Re: rrdcgi problems

2005-06-28 Thread John Barber
oops forgot attachments. >>> "John Barber" <[EMAIL PROTECTED]> 6/28/2005 7:35:46 AM >>> I recently moved my website to a Windows2003 server from a WindowsXP box that I was using for testing. Now for some reason rrdcgi seems to be cutting off part of the HTML f

[rrd-users] rrdcgi problems

2005-06-28 Thread John Barber
I recently moved my website to a Windows2003 server from a WindowsXP box that I was using for testing. Now for some reason rrdcgi seems to be cutting off part of the HTML from the end of the .rrdcgi file. I searched thru the list archives but wasn't able to find anything, maybe I'm not searching f

[rrd-users] RRDTool cygwin build question

2005-06-06 Thread John Biederstedt
Hi, After following the 'build each library' version of the 1.2.9 build instructions, I got this error when running make for zlib: libz.a(gzio.o):gzio.c:(.text+0x30): undefined reference to `_errno' libz.a(gzio.o):gzio.c:(.text+0x250): undefined reference to `_errno' libz.a(gzio.o):gzio.c:(.text+

[rrd-users] Re: RRD Portability

2005-05-03 Thread John Lee
I have been collecting system stats (2 years worth) from a group of servers & creating graphs via rrd (1.0.39). The reporting server that is creating these graphs from the rrd's is a Linux platform. This Linux platform that has 2 years worth of rrd's is to be decommissioned and the new platform

[rrd-users] Re: DS:var:ABSOLUTE:... simulation

2005-01-20 Thread john
Resend, because the mailer broke some line. Below a script that demonstrates an "ABSOLUTE" counter for counting e-mail messages (spam in this case). I posted it, because I couldn't find any satisfactory examples of ABSOLUTE and as a chance to get feedback from others and possibly help others. It

[rrd-users] DS:var:ABSOLUTE:... simulation

2005-01-19 Thread john
Below a script that demonstrates an "ABSOLUTE" counter for counting e-mail messages (spam in this case). I posted it, because I couldn't find any satisfactory examples of ABSOLUTE and as a chance to get feedback from others and possibly help others. It seems to work fine, but I'm not an experience

[rrd-users] rrd error

2004-12-16 Thread John Nagro
I am getting an error along the lines of: ERROR: garbage found where STACK expected I would give you the command i used but its a tool i got somewhere else thats actually using rrdtool. If you can point me at whats breaking maybe i can hack the tool into working. Thanks! -- John Nagro [EMAIL

[rrd-users] Re: MRTG & 14all.cgi script

2004-06-01 Thread Kizlyk, John
Also keep in mind that perl on Win32 expects paths like: use lib qw(D:\\mrtg-2.10.13\\lib\\mrtg2); -or- use lib qw(D:/mrtg-2.10.13/lib/mrtg2); John Kizlyk Network Administrator CCNA CCDA CCSA MCSE CCA Capital One Auto Finance [EMAIL PROTECTED] -Original Message- From: Jon

[rrd-users] Re: RRDTool graphs: various questions

2004-05-31 Thread John Murdoch
Hi Alex On Thu, 27 May 2004 13:57:09 +0200 Alex van den Bogaerdt wrote: > On Thu, May 27, 2004 at 11:08:24AM +0100, John Murdoch wrote: > > > This does seem logical... but my other, more granular data is in a 15 min > > (--step 900) RRD, so updating at noon-only is impossi

[rrd-users] Re: RRDTool graphs: various questions

2004-05-27 Thread John Murdoch
Hi Alex, On Thu, 27 May 2004 11:34:44 +0200 Alex van den Bogaerdt wrote: > On Wed, May 26, 2004 at 09:53:47AM +0100, John Murdoch wrote: > > > 1) Does anyone have an RPN function that can change MIN/MAX averages, so > > that on close inspection, the graph plots only one poin

[rrd-users] RRDTool graphs: various questions

2004-05-26 Thread John Murdoch
amp; #2 would be to use rrdfetch to get the data for the time period, calculate the MIN/MAX/AVERAGE and insert the values into a seperate RRD file at the mid-point of the time period. Not very sophisticated, but I think it'll work. Cheers, John -- Unsubscribe mailto:[EMAIL PROTECTED] Help

[rrd-users] Re: Problem reading an older version (0002) of an .rrd file

2003-10-02 Thread John Enok Vollestad
he right direction :) >> >>Thanks ;) >> > > > -- > Unsubscribe mailto:[EMAIL PROTECTED] > Helpmailto:[EMAIL PROTECTED] > Archive http://www.ee.ethz.ch/~slist/rrd-users > WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi > -- John Enok Vollestad Sy

  1   2   >