[Orca-users] URL problems with certain graphs?
Blair Zajac
blair at orcaware.com
Wed May 11 14:18:18 PDT 2005
Jon,
Yes, that is a workaround that would solve the problem.
The eval isn't the issue here, just ? sneaking into HTML and image
filenames.
Regards,
Blair
Jon Tankersley wrote:
> run orca -o -v -v -v -v orcallator.cfg
> with clean directory paths and a sample data.
> It looks like the plot pattern match is not doing what it should.
> I'm not sure if it is eval'd properly, Blair can probably answer that.
> Of course, you COULD just use
> disk_runp_(.*)
> depending on your data.
> Our systems use:
> data disk_runp_(c\d+t\d+d\d+)
>
> -----Original Message-----
> *From:* orca-users-bounces+jon.tankersley=eds.com at orcaware.com
> [mailto:orca-users-bounces+jon.tankersley=eds.com at orcaware.com] *On
> Behalf Of *Joel D. Cohen
> *Sent:* Monday, August 09, 2004 12:43 PM
> *To:* David Michaels
> *Cc:* orca-users at orcaware.com
> *Subject:* Re: [Orca-users] URL problems with certain graphs?
>
> I'm sure it has to do with the file name, but how can I fix it? I
> can browse to those files by manually searching that directory for
> images, but that's not really acceptable. I'm using Apache 2.0.49
> with mod_jk2/2.0.2 and PHP/4.3.7 (it's a multipurpose web server)
>
> My orcallator.cfg is where this is getting generated, no?
>
> plot {
> title %g Disk Run Percent
> source orcallator
> data
> disk_runp_((?:c\d+t\d+d\d+)|(?:c\d+d\d+)|(?:[ms]d\d+)|(?:c\d+t([A-Z0-9]{32})d\d+))
> line_type line2
> legend $1
> y_legend Run Percent
> data_min 0
> data_max 100
> plot_min 0
> href
> http://www.orcaware.com/orca/docs/orcallator.html#disk_r
> un_percent
> }
>
> This is the default from my build of Orca.
More information about the Orca-users
mailing list