[Orca-users] Re: Rép. : Re: I've got an almost usable setup now ! Some things still missing

Blair Zajac blair at akamai.com
Thu Apr 13 15:45:53 PDT 2000


Guy Dallaire wrote:
> 
> Ok, is there some guidelines as to how this pattern matching works ? For example, can I simply just hard code each device that I want and not use "variable"parts ?
> 
> Ex:
> 
> data   disk_runp_((?:c0t0d0s0)|(?:md20)|(?:md40)|(?:md50)...)

Yes, this should work.  For more information, read the perlre man
page.

> 
> Another question:  is there a way to use more colors/line paterns than there is actually ? The graphs seem to recycle colors after 11 series (I restarts to use green)

You'll have to edit the @cc_default_colors array in
lib/Orca/Config.pm.

If you come up with a nice longer list of colors that don't
recycle that often and where the colors are distinct, please
give them back so they can be integrated into Orca.

Blair


> 
> Ex:
> 
> data   disk_runp_((?:c0t0d0s0)|(?:md20)|(?:md40)|(?:md50)...)
> 
> Guy Dallaire
> Centre de recherche industrielle du Québec
> Ste-Foy, QC, Canada
> Phone: (418) 659-1550 x 2612
> e-mail: gdallair-nospam at criq.qc.ca
> 
> Note: remove "-nospam" from my e-mail
> 
> >>> blair at akamai.com 00-04-13 16:16:51 >>>
> The only way to do this is to edit the plot { } and change the
> data lines to match the output from orcallator.se that you
> want plotted.  Something like
> 
> data   disk_runp_((?:c\d+t\d+d\d+)|(?:md\d+))
> 
> List each match in its own (?: ....).
> 
> Blair
> 
> gdallair at criq.qc.ca wrote:
> >
> > Is there a way to tell orca/rrd to graph only certain disk devices ?
> > I use disksuite and the same device may appear 5 times !
> >
> > For example, you have a disksuite mirror called M10 that is made of
> > submirror M11 and M12, the physical devices for M11 and M12 are
> > respectivly c4t3d0s2 and c5t4d0s2
> >
> > Now, ORCA will display:
> >
> > M10, M11, M12, c4t3d0s2 and c5t4d0s2 !
> >
> > I would prefer to be able to enumerate the disks that I want to watch
> > and only graph those disks. Also, I dhould be able to add and remiove
> > disks to the graphs at will.
> >
> > Is this possible ?
> >
> > ------------------------------------------------------------------------
> > Chocolate eggs, tulips, bunnies and more...
> > Click Here
> > http://click.egroups.com/1/3120/7/_/_/_/955575715/
> > ------------------------------------------------------------------------
> ------------------------------------------------------------------------
> Free E-Cards, Screensavers, and Digital Pictures!
> Corbis.com:
> http://click.egroups.com/1/3358/7/_/804404/_/955658271/
> ------------------------------------------------------------------------
> 
> ------------------------------------------------------------------------
> 25% Off All Prints!
> Buy one today at Corbis.com
> http://click.egroups.com/1/3357/7/_/804404/_/955660361/
> ------------------------------------------------------------------------



More information about the Orca-users mailing list