[Orca-users] Different hosts category
Blair Zajac
blair at orcaware.com
Wed Apr 27 12:40:37 PDT 2005
khahn.nguyen_le_xuan at bell.ca wrote:
>Hi,
>
>Thanks for this suggestion, it works great and I now keep all the hourly
>hisrory. That's really help.
>
>One question :
>
>I start to have too many hosts on the 1st orca page. Is there a way to
>split them down to different host category.
>
>
>Example:
>
>I have now at 1st orca page:
>
>Server A Server B Server C Server D
>Hourly Hourly Hourly Hourly
>Daily Daily Daily Daily
>
>
>I want to split it into:
>
>Project AB:
>
>Server A Server B
>Hourly Hourly
>Daily Daily
>
>Project CD:
>
>Server C Server D
>Hourly Hourly
>Daily Daily
>
>
People typically do that by creating separate Orca configuration files
and having each configuration file match a different set of hostnames.
You could do this by changing
find_files @VAR_DIR@/orcallator/(.*)/....
to
find_files @VAR_DIR@/orcallator/([a-m].*)/....
and in another one have
find_files @VAR_DIR@/orcallator/([z-z].*)/....
or split them up into smaller groups.
Regards,
Blair
--
Blair Zajac <blair at orcaware.com>
Subversion and Orca training and consulting
http://www.orcaware.com/consulting/
More information about the Orca-users
mailing list