[Orca-users] installation problems [more] ...
David Michaels
dragon at raytheon.com
Mon Jun 20 10:04:15 PDT 2005
Peter Ryall wrote:
>hi all,
>
>so now ...
>[...]
>find_files /app/cis/orca/var/orcallator/(.*)/(?:(?:orcallator)| (?:percol))-\d{4}-\d{2}-\d{2}(?:-\d{3,})?(?:\.(?:Z|gz|bz2))?
>
>[...]
># ls -la /app/cis/orca/var/orcallator/
>total 4
>drwxr-xr-x 2 root other 512 Jun 20 14:02 .
>drwxr-xr-x 5 root other 512 Jun 17 16:17 ..
>
>and when i run:
>
>bin/orca -v -once lib/orcallator.cfg
>[....]
>bin/orca: warning: no files found for `find_files' for `group orcallator' in `lib/orcallator.cfg'.
>
>
That makes sense, because you have no directories in your orcallator
directory. As you start collecting data from your hosts (via "RICHPse"
or similar, depending on the OS), collect the data into that orcallator
directory in the form of
"/app/cis/orca/var/orcallator/hostname/filename". You can use any of a
number of methods of getting the data there in that directory path
format--implementation is up to you. If you don't like that format, you
can modify find_files accordingly (it's basically just a perl-like regex).
Until you get at least one host data populated there, orca will decide
it has nothing to do, and quit (hmm, or keep running, but generate no
graphs, as it has no data).
--Dragon
More information about the Orca-users
mailing list