Module: nagvis Branch: master Commit: 2494e77fea7ccb33063e9d1ec042c598ae44c75a URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis/commit/?id=2494e77fea7ccb33063e9d1ec042c598ae44c75a
Author: Lars Michelsen <[email protected]> Date: Tue Aug 18 20:33:09 2009 +0200 uncommented backend types in backend definitions --- etc/nagvis.ini.php-sample | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/nagvis.ini.php-sample b/etc/nagvis.ini.php-sample index 1458115..e21f85f 100644 --- a/etc/nagvis.ini.php-sample +++ b/etc/nagvis.ini.php-sample @@ -164,7 +164,7 @@ ; in this example the ID of the Backend is "ndomy_1" you can define another ID. [backend_ndomy_1] ; type of backend - MUST be set -;backendtype="ndomy" +backendtype="ndomy" ; hostname for NDO-db ;dbhost="localhost" ; portname for NDO-db @@ -187,7 +187,7 @@ ; in this example the ID of the Backend is "ndo2fs_1" you can define another ID. [backend_ndo2fs_1] ; type of backend - MUST be set -;backendtype="ndo2fs" +backendtype="ndo2fs" ; Path to the ndo2fs var directory where the VOLATILE and PERSISTENT directories are ;path="/usr/local/ndo2fs/var" ; Name of the instance to get the data from @@ -200,7 +200,7 @@ ; in this example the ID of the Backend is "merlinmy_1" you can define another ID. [backend_merlinmy_1] ; type of backend - MUST be set -;backendtype="merlinmy" +backendtype="merlinmy" ; hostname for Merlin db ;dbhost="localhost" ; portname for Merlin db ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
