I have a working prototype. However, I am having trouble instrumenting the
automation. Are there existing examples or libraries that execute tests
outside of a console? ___
rspec-users mailing list
rspec-users@rubyforge.org
http://rubyforge.org/mailman/
On Dec 13, 2011, at 9:32 PM, Bill Christian wrote:
> I have a project that collects various application configurations across a
> couple thousand servers and wants to validate settings are following
> recommended values. For example, all weblogic servers should have a minimum
> memory heap siz
I have a project that collects various application configurations across a
couple thousand servers and wants to validate settings are following
recommended values. For example, all weblogic servers should have a minimum
memory heap size of 512M. Any violators should be reported.
Being very imp