From: <dcr...@hy...> - 2010-03-31 17:25:28
|
Author: dcrutchf Date: 2010-03-31 10:25:15 -0700 (Wed, 31 Mar 2010) New Revision: 14453 URL: http://svn.hyperic.org/?view=rev&root=Hyperic+HQ&revision=14453 Modified: trunk/plugins/sybase/etc/hq-plugin.xml Log: HHQ-3792 -Update note details for Configure Sybase 15.x for Monitoring within Configuration Properties Modified: trunk/plugins/sybase/etc/hq-plugin.xml =================================================================== --- trunk/plugins/sybase/etc/hq-plugin.xml 2010-03-31 08:02:18 UTC (rev 14452) +++ trunk/plugins/sybase/etc/hq-plugin.xml 2010-03-31 17:25:15 UTC (rev 14453) @@ -398,22 +398,14 @@ <help name="Sybase"> <![CDATA[ <p> - <h3>Configure Sybase ${product.version} for Monitoring</h3> + <h3>Configure Sybase ${product.version} for Monitoring</h3> </p> <p> - Please run the HQ agent on the local Sybase server as the sybase user. - <br> - This is neccessary to get the proper ENV vars setup in order to execute - <br> - the sp_sysmon procedure. - </p> - <p> <b>NOTES:</b> - <br> - The jdbcUrl may not work using localhost. Please specify the actual hostname. - <br> - On Windows install <a href="http://www.activestate.com/activeperl">ActivePerl</a> - and bind the extension .pl to automatically execute perl when the file type is invoked. + <ul> + <li>To configure the jdbcUrl, specifiy the fully qualified domain name or IP address of the host machine. The use of localhost is invalid.</li> + <li>On Windows install <a href="http://www.activestate.com/activeperl">ActivePerl</a> and bind the extension .pl to automatically execute perl when the file type is invoked.</li> + </ul> </p> ]]> </help> |