[Orca-users] Re: newbie question 'find_files'

Blair Zajac blair at orcaware.com
Sun Jan 13 11:12:34 PST 2002


dotted_i wrote:
> 
> so the answer was that start_orcallator sends the output of
> orcallator.se to "$orcallator_DIR/HOSTNAME" however the find_files
> line in the .cfg file /usr/local/var/orca/orcallator/(.*)/ was not
> globbing the "hostname/se_output_file"
> 
> once i changed the find_file
> to /usr/local/var/orca/orcallator/MyHostname(.*)/
> every thing worked fine.
> 
> thanx for your help.

You'll want to change find_files from

    /usr/local/var/orca/orcallator/MyHostname(.*)/

to

    /usr/local/var/orca/orcallator/(.*)/

otherwise you won't get the hostname in the generated HTML and PNG plots.

Best,
Blair

-- 
Blair Zajac <blair at orcaware.com>
Web and OS performance plots - http://www.orcaware.com/orca/



More information about the Orca-users mailing list