[rrd-users] Re: Rrd file size

2002-06-05 Thread Alex van den Bogaerdt
Michael Phillips wrote: > > Since MRTG has created my RRD files for me, how can I see how big they > are? I need them to store a months worth of data. > Can someone put the rrdtool resize in to laymen's terms? Using "rrdtool info" you can look at the way your RRD is built. In this RRD you find

[rrd-users] Re: A very simple rrd graph code (ping)

2002-06-05 Thread Serge Maandag
The Unix ping program has a nasty habit of hanging sometimes. If I recall correctly, it is when there is no route to host. Net::Ping is a bit low on information. Therefore I use fping and wrote some perl code, see below. Serge. #!/usr/bin/perl # arg1 = ping or loss # arg2 = pingcount # arg3 = ta

[rrd-users] Re: A very simple rrd graph code (ping)

2002-06-05 Thread Mark Rowlands
On Wednesday 05 June 2002 5:46 am, louie miranda wrote: > Hi, can anyone suggest a very simple graph code or utility that graphs > other host > using ping and graph it over rrd? > > > thanks, > louie... smoke-ping.from tobi -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PR

[rrd-users] Rrd file size

2002-06-05 Thread Michael Phillips
Since MRTG has created my RRD files for me, how can I see how big they are? I need them to store a months worth of data. Can someone put the rrdtool resize in to laymen's terms? Thanks.. Mike. -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://www.e

[rrd-users] problem with rrdcgi on Apache 2.0.36

2002-06-05 Thread Dean Holland
Hi list, Recently I upgraded Apache from 1.3.24 to 2.0.36 and now the CGI scripts I had to produce output fail to run. With a querystring they die, but if I leave the querystring off it runs (just doesn't produce anything as there are variables missing) I call the CGI with a querystring like the

[rrd-users] Re: A very simple rrd graph code (ping)

2002-06-05 Thread Bill Ryan
OK, I must admit, smokeping looks pretty good - but I see it as more of a network tool than a system tool ... IOW, can it be used to measure system uptimes instead of just network latency? something along the lines of cron-based rups keeping track of how long a system has been up and noting wh

[rrd-users] Re: A very simple rrd graph code (ping)

2002-06-05 Thread Matej Zerovnik - LeVaK
On Wednesday 05 June 2002 05:46, you wrote: > ggest a very simple graph code or utility that graphs other > host for ping time: #!/bin/bash ping -n -c 3 -q HOST |grep avg |cut -d= -f2 |awk -F"/" '{print $2}' | sed -e 's/ms//' and for ping loss: #!/bin/bash ping -c 5 HOST | tail -2 | head -1 |

[rrd-users] Re: A very simple rrd graph code (ping)

2002-06-05 Thread Tobias Oetiker
Today Gordon Veri wrote: > > Look for the perl module Net::Ping module. Here is the documentation for > the utility. > > http://www.perldoc.com/perl5.6.1/lib/Net/Ping.html > > Use that in conjuction with the RRDs perl moduiles. > > Gord > > > louie miranda writes: > > > > > Hi, can anyone sugges

[rrd-users] Re: A very simple rrd graph code (ping)

2002-06-05 Thread Gordon Veri
Look for the perl module Net::Ping module. Here is the documentation for the utility. http://www.perldoc.com/perl5.6.1/lib/Net/Ping.html Use that in conjuction with the RRDs perl moduiles. Gord louie miranda writes: > > Hi, can anyone suggest a very simple graph code or utility that

[rrd-users] Re: Problems with libpng and rrdtool.

2002-06-05 Thread Vincent LOUPIEN
Hi , rrd-users. I've finaly found a - temporaly - solution (thank you to Rainer Bawidamann, the maintener/support of 14all.cgi) > usr/bin/perl: relocation error:/ > usr/lib/perl5/5.6.1/i386-linux/auto/RRDs/RRDs.so: undefined symbol: > png_create_write_struct > [Mon Jun 3 18:00:22 2002] [error] [

[rrd-users] A very simple rrd graph code (ping)

2002-06-05 Thread louie miranda
Hi, can anyone suggest a very simple graph code or utility that graphs other host using ping and graph it over rrd? thanks, louie... -- Unsubscribe mailto:[EMAIL PROTECTED] Helpmailto:[EMAIL PROTECTED] Archive http://www.ee.ethz.ch/~slist/rrd-users WebAdminhttp://www.ee.ethz.ch/