Module: nagvis Branch: master Commit: 5e1835f9f0a82f68de3219efce83a7fb0671b34d URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=5e1835f9f0a82f68de3219efce83a7fb0671b34d
Author: Lars Michelsen <[email protected]> Date: Sat Jun 5 17:18:42 2010 +0200 Removed ndo2fs backend from sample configuration --- etc/nagvis.ini.php-sample | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/etc/nagvis.ini.php-sample b/etc/nagvis.ini.php-sample index 2e3414c..c1e7473 100644 --- a/etc/nagvis.ini.php-sample +++ b/etc/nagvis.ini.php-sample @@ -287,20 +287,6 @@ backendtype="ndomy" ; path to the cgi-bin of this backend ;htmlcgi="/nagios/cgi-bin" -; Example definition of a ndo2fs backend -; 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" -; 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 -;instancename="default" -; maximum delay of the last status update in seconds -;maxtimewithoutupdate=180 -; path to the cgi-bin of this backend -;htmlcgi="/nagios/cgi-bin" - ; Example definition of a Merlin backend ; in this example the ID of the Backend is "merlinmy_1" you can define another ID. [backend_merlinmy_1] ------------------------------------------------------------------------------ ThinkGeek and WIRED's GeekDad team up for the Ultimate GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the lucky parental unit. See the prize list and enter to win: http://p.sf.net/sfu/thinkgeek-promo _______________________________________________ Nagvis-checkins mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nagvis-checkins
