[rrd-users] Re: RRDGRAPH : choose the RRA resolution used to generate the graphs ?

2004-01-18 Thread Dan McGinn-Combs
Hmmm... 
I was under the impression that the "--step" parameter for the graph command 
allowed you to override or at least influence the automatic selection of the 
"proper" RRA. No? 
Dan 

-Original Message-
> How can i choose a specific resolution or a specific RRA ?

RRDtool selects the "best" matching RRA.



--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: RRDGRAPH : choose the RRA resolution used to generate the graphs ?

2004-01-18 Thread Alex van den Bogaerdt
On Sat, Jan 17, 2004 at 06:22:03PM +0100, Thomas Bleau wrote:
> Hello, i created a RRD database for graphing the outdoor temperature. So, i
> decided to store the data in several resolutions with RRA archives. I have a
> problem because the finest resolution is always used by the rrdtool graph
> command. How can i choose a specific resolution or a specific RRA ?

RRDtool selects the "best" matching RRA.

> This is a piece of my rrdtool create command :
> 'RRA:MIN:0.5:6:2880', # 1 minute summary for 48 hours (2 day)
> 'RRA:AVERAGE:0.5:6:2880',   # 1 minute summary for 48 hours (2 day)
> 'RRA:MAX:0.5:6:2880',   # 1 minute summary for 48 hours (2 day)
> 
> 'RRA:MIN:0.5:90:1344', # 1/4 hour summary for 14 day (2 week)
> 'RRA:AVERAGE:0.5:90:1344',  # 1/4 hour summary for 14 day (2 week)
> 'RRA:MAX:0.5:90:1344',  # 1/4 hour summary for 14 day (2 week)
> 
> 'RRA:MIN:0.5:360:1440', # 1 hour summary for 60 days (2 month)
> 'RRA:AVERAGE:0.5:360:1440', # 1 hour summary for 60 days (2 month)
> 'RRA:MAX:0.5:360:1440', # 1 hour summary for 60 days (2 month)

Your PDP size seems to be 10 seconds.  6 of them are used to create
one CDP in the first RRA.  This is one minute per CDP.

90 PDPs, thus 900 seconds, per row in the 2nd RRA, 3600 seconds per CDP
in the last.

Try selecting --start end-400h --end [a whole multiple of 3600]
(fill in the part between []), then do the same with a number that
is 900 seconds later or earlier.

IIRC this should make a difference.

HTH
Alex
-- 
begin  sig
http://www.googlism.com/index.htm?ism=alex+van+den+bogaerdt&type=1
This message was produced without any mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: Fw: CPU Utilization for Enterasys ELS 100 switch

2004-01-18 Thread Serge Maandag
> Received SNMP response with error code
>   error status: noSuchName
>   index 1 (OID: 1.3.6.1.2.1.25.1.5.0)

There are several causes possible for this.
The oid may not exist on the switch (try snmpwalk 10.10.1.1 
1.3.6.1.2.1.25.1.5.0) or you may need to prepend the oid with a dot to
make it start from the root of the mib. (change 1.3.6.1.2.1.25.1.5.0 to
.1.3.6.1.2.1.25.1.5.0).

Also the ip or the community string could be wrong :)

Serge.
 


-
Op de inhoud van dit e-mailbericht en de daaraan gehechte bijlagen is de inhoud 
van de volgende disclaimer van toepassing: 
http://www.zeelandnet.nl/disclaimer.php

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Fw: CPU Utilization for Enterasys ELS 100 switch

2004-01-18 Thread postmaster

- Original Message -
From: <[EMAIL PROTECTED]>
To: 
Sent: Tuesday, January 13, 2004 6:07 AM
Subject: [rrd-users] CPU Utilization for Enterasys ELS 100 switch


Helllo

I get following error while configued CPU/Memory utilization for Enterasys
ELS 100

==
Received SNMP response with error code
  error status: noSuchName
  index 1 (OID: 1.3.6.1.2.1.25.1.5.0)
SNMPv1_Session (remote host: "10.10.1.1" [10.10.1.1].161)
  community: "xxx"
 request ID: -1230766747
PDU bufsize: 8000 bytes
timeout: 2s
retries: 5
backoff: 1)
 at /home/suhag/mrtg-2.9.22/bin/../lib/mrtg2/SNMP_util.pm line 458
SNMPGET Problem for 1.3.6.1.2.1.25.1.5.0 1.3.6.1.2.1.25.1.5.0 on
[EMAIL PROTECTED]
 at ./mrtg line 1607
WARNING: skipping because at least the query for 1.3.6.1.2.1.25.1.5.0 on
10.10.1.1did not succeed
ERROR: Target[10.10.1.1_memory][_IN_] ' $$target[0]{$mode} ' did not eval
into defined data
ERROR: Target[10.10.1.1_memory][_OUT_] ' $$target[0]{$mode} ' did not eval
into defined data
===

i am using follwing config.


Target[10.10.1.1_cpu]:
1.3.6.1.4.1.52.2501.1.270.2.1.1.2.0&1.3.6.1.4.1.52.2501.1.270.2.1.1.2.0:
@10.10.1.1:
YLegend[10.10.1.1_cpu]: %CPU Utilization
ShortLegend[10.10.1.1_cpu]: %
MaxBytes[10.10.1.1_cpu]: 100
AbsMax[10.10.1.1_cpu]: 100
Options[10.10.1.1_cpu]: gauge, noo, nopercent
Unscaled[10.10.1.1_cpu]: dwmy
Title[10.10.1.1_cpu]: CPU Usage of ELS100, Ahmedabad
PageTop[10.10.1.1_cpu]: CPU Usage of ELS100, Ahmedabad
Legend1[10.10.1.1_cpu]: CPU Utilization
Legend2[10.10.1.1_cpu]: .
Legend3[10.10.1.1_cpu]: Max value per interval on graph
Legend4[10.10.1.1_cpu]: .
LegendI[10.10.1.1_cpu]: CPU
LegendO[10.10.1.1_cpu]: .
Colours[10.10.1.1_cpu]: GREEN#00eb0c,BLUE#ff,GRAY#AA,VIOLE
T#ff00ff
WithPeak[10.10.1.1_cpu]: ymw
===



regards
suhag





--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: Change gridline color?

2004-01-18 Thread hakan lindholm
On Sat, 17 Jan 2004, richard cranium wrote:

> Hello,
> 
> I am using RRDtool with MRTG to make some NT monitoring graphs. I noticed
> that RRDtool always generates the major gridlines in an annoying red color
> which isn't very easy on the eyes. Is it possible to change the gridline
> color to black like in the graphs that MRTG makes?

No problem, for sure.

push @args,'-c','MGRID#ee','-c','GRID#99';

is from some script of mine.



The F manual says:

-c|--color COLORTAG#rrggbb (default colors)

override the colors for the standard elements of the graph. The COLORTAG
must be one of the following symbolic names: BACK ground, CANVAS, SHADEA
left/top border, SHADEB right/bottom border, GRID, MGRID major grid, FONT,
FRAME and axis of the graph or ARROW. This option can be called multiple
times to set several colors.


Please help yourself to pick whatever colors you desire.

/H

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: HELP needed in Problem while compiling RRD on SOLARIS 8

2004-01-18 Thread Dave Lugo
On Sun, 18 Jan 2004, Tanveer Ahmad Dar wrote:
> 
> Hi again,
> 
>No  i havent specified that but how would we do that as i dont find CC in
> help . can you gimme any clue on that .thanx
> 


It depends what shell you use. 

for csh and tcsh, I think you'd say:

  setenv CC /path/to/gcc

for sh/bash/ksh, try:

  CC=/path/to/gcc
  export CC

Regards,

Dave

-- 

Dave Lugo   [EMAIL PROTECTED]LC Unit #260   TINLC
Have you hugged your firewall today?   No spam, thanks.

Are you the police?  . . . .  No ma'am, we're sysadmins.

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: HELP needed in Problem while compiling RRD on SOLARIS 8

2004-01-18 Thread Tanveer Ahmad Dar
Hi again,

   No  i havent specified that but how would we do that as i dont find CC in
help . can you gimme any clue on that .thanx

Regards
Tanveer


- Original Message - 
From: "Dave Lugo" <[EMAIL PROTECTED]>
To: "Tanveer Ahmad Dar" <[EMAIL PROTECTED]>
Cc: 
Sent: Sunday, January 18, 2004 7:56 AM
Subject: Re: [rrd-users] Re: HELP needed in Problem while compiling RRD on
SOLARIS 8


> On Sun, 18 Jan 2004, Tanveer Ahmad Dar wrote:
> >
> > Hi,
> >  Yah it does exist in the same directory as the make file is using and
> > that directory is also specified in PATH .Actually if i execute the
> > following command diectly i get the same message that means that the
> > only issue is with cc itself and i need to find out what language
> > optional package is not installed or how can i make my MAKEFILE to use
> > gcc rather than cc.
> >
> >
> > /usr/ucb/cc
> > /usr/ucb/cc:  language optional software package not installed
> >
>
>
> Ugh - yes, you're correct.   Have you tried specifying the environment
> variable 'CC', as mentioned in `configure --help` ?
>
> Regards,
>
> Dave
>
> -- 
> 
> Dave Lugo   [EMAIL PROTECTED]LC Unit #260   TINLC
> Have you hugged your firewall today?   No spam, thanks.
> 
> Are you the police?  . . . .  No ma'am, we're sysadmins.
>

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: HELP needed in Problem while compiling RRD on SOLARIS 8

2004-01-18 Thread Dave Lugo
On Sun, 18 Jan 2004, Tanveer Ahmad Dar wrote:
> 
> Hi,
>  Yah it does exist in the same directory as the make file is using and
> that directory is also specified in PATH .Actually if i execute the
> following command diectly i get the same message that means that the
> only issue is with cc itself and i need to find out what language
> optional package is not installed or how can i make my MAKEFILE to use
> gcc rather than cc.
> 
> 
> /usr/ucb/cc
> /usr/ucb/cc:  language optional software package not installed
> 


Ugh - yes, you're correct.   Have you tried specifying the environment 
variable 'CC', as mentioned in `configure --help` ?

Regards,

Dave

-- 

Dave Lugo   [EMAIL PROTECTED]LC Unit #260   TINLC
Have you hugged your firewall today?   No spam, thanks.

Are you the police?  . . . .  No ma'am, we're sysadmins.

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: HELP needed in Problem while compiling RRD on SOLARIS 8

2004-01-18 Thread Tanveer Ahmad Dar
Hi,
 Yah it does exist in the same directory as the make file is using and that 
directory is also specified in PATH .Actually if i execute the following 
command diectly i get the same message that means that the only issue is with 
cc itself and i need to find out what language optional package is not 
installed or how can i make my MAKEFILE to use gcc rather than cc.


/usr/ucb/cc
/usr/ucb/cc:  language optional software package not installed

Thanx

Regards
Tanveer

- Original Message - 
From: "Dave Lugo" <[EMAIL PROTECTED]>
To: 
Sent: Sunday, January 18, 2004 7:15 AM
Subject: [rrd-users] Re: HELP needed in Problem while compiling RRD on SOLARIS 8


> On Sun, 18 Jan 2004, Tanveer Ahmad Dar wrote:
> 
> >   I have Solaris 8 and i am trying to compile RRD but getting some
> > strange error couldn't find the clue Can anyone help me out in this
> > .While i do make to RRD i get an error message saying as below in Bold:
> >  
> >  cc -c -I../src -I../gd1.3  -xO3 -xdepend -DVERSION=\"1.000371\"  
> > -DXS_VERSION=\"1.000371\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE 
> > -DPERLPATCHLEVEL=5 RRDs.c
> >  /usr/ucb/cc:  language optional software package not installed
> >  *** Error code 1
> ~--~
> > > 
> > > Now please can anyone tell which optional Language package i need to
> > > istall to compile my RRD correctly.any kinda help will be very much
> > > appreciated
> > > 
> 
> 
> Does /usr/ucb/cc exist on your system?  I suspect the makefile is 
> trying to call the Solaris C compiler, not gcc.
> 
> 
> -- 
> 
> Dave Lugo   [EMAIL PROTECTED]LC Unit #260   TINLC
> Have you hugged your firewall today?   No spam, thanks.
> 
> Are you the police?  . . . .  No ma'am, we're sysadmins.
> 
> --
> Unsubscribe mailto:[EMAIL PROTECTED]
> Helpmailto:[EMAIL PROTECTED]
> Archive http://www.ee.ethz.ch/~slist/rrd-users
> WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi
> 
> 


--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] Re: HELP needed in Problem while compiling RRD on SOLARIS 8

2004-01-18 Thread Dave Lugo
On Sun, 18 Jan 2004, Tanveer Ahmad Dar wrote:

>   I have Solaris 8 and i am trying to compile RRD but getting some
> strange error couldn't find the clue Can anyone help me out in this
> .While i do make to RRD i get an error message saying as below in Bold:
>  
>  cc -c -I../src -I../gd1.3  -xO3 -xdepend -DVERSION=\"1.000371\"  
> -DXS_VERSION=\"1.000371\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE 
> -DPERLPATCHLEVEL=5 RRDs.c
>  /usr/ucb/cc:  language optional software package not installed
>  *** Error code 1
~--~
> > 
> > Now please can anyone tell which optional Language package i need to
> > istall to compile my RRD correctly.any kinda help will be very much
> > appreciated
> > 


Does /usr/ucb/cc exist on your system?  I suspect the makefile is 
trying to call the Solaris C compiler, not gcc.


-- 

Dave Lugo   [EMAIL PROTECTED]LC Unit #260   TINLC
Have you hugged your firewall today?   No spam, thanks.

Are you the police?  . . . .  No ma'am, we're sysadmins.

--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi


[rrd-users] HELP needed in Problem while compiling RRD on SOLARIS 8

2004-01-18 Thread Tanveer Ahmad Dar
 Hi,
  I have Solaris 8 and i am trying to compile RRD but getting some strange 
error couldn't find the clue Can anyone help me out in this .While i do make to 
RRD i get an error message saying as below in Bold:
 
 # make 
 Making all in cgilib-0.4
 Making all in config
 Making all in gd1.3
 Making all in zlib-1.1.4
 Making all in libpng-1.0.9
 Making all in src
 Making all in doc
 Making all in examples
 Making all in contrib
 Making all in trytime
 Making all in tcl
 test -d perl-piped \
   || sh -c "P_DIR='perl-piped'; P_FILES='Makefile.PL RRDp.pm' ; mkdir 
\${P_DIR} && cd \${P_DIR} && for _perlfile_ in 
\${P_FILES}   ; do ln -s 
.././\${P_DIR}/\${_perlfile_} .  ; done"
 cd perl-piped && make
 test -d perl-shared \
   || sh -c "P_DIR='perl-shared'; P_FILES='Makefile.PL RRDs.pm RRDs.xs' ; mkdir 
\${P_DIR}&& cd \${P_DIR} && for _perlfile_ in 
\${P_FILES}   ; do ln -s 
.././\${P_DIR}/\${_perlfile_} .  ; done"
 cd perl-shared && /usr/bin/perl Makefile.PL  
 Writing Makefile for RRDs
 cd perl-shared && make
 cc -c -I../src -I../gd1.3  -xO3 -xdepend -DVERSION=\"1.000371\"  
-DXS_VERSION=\"1.000371\" -KPIC -I/usr/perl5/5.00503/sun4-solaris/CORE 
-DPERLPATCHLEVEL=5 RRDs.c
 /usr/ucb/cc:  language optional software package not installed
 *** Error code 1
 make: Fatal error: Command failed for target `RRDs.o'
 Current working directory /export/home/tdar/rrd/rrdtool-1.0.37/perl-shared
 *** Error code 1
 make: Fatal error: Command failed for target `perl_shared'
 Current working directory /export/home/tdar/rrd/rrdtool-1.0.37
 *** Error code 1
 make: Fatal error: Command failed for target `all-recursive'
 
> 
> 
> Now please can anyone tell which optional Language package i need to istall 
> to compile my RRD correctly.any kinda help will be very much appreciated
> 
> Thanx
> 
> Regards
> Tanveer
> 
> 
> --
> Unsubscribe mailto:[EMAIL PROTECTED]
> Helpmailto:[EMAIL PROTECTED]
> Archive http://www.ee.ethz.ch/~slist/rrd-users
> WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi
> 
> 


--
Unsubscribe mailto:[EMAIL PROTECTED]
Helpmailto:[EMAIL PROTECTED]
Archive http://www.ee.ethz.ch/~slist/rrd-users
WebAdminhttp://www.ee.ethz.ch/~slist/lsg2.cgi