Module: nagvis Branch: master Commit: b9852cd9d473121beb3a105b9028b42aea5e1562 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=b9852cd9d473121beb3a105b9028b42aea5e1562
Author: LaMi <[email protected]> Date: Sun Nov 15 18:28:09 2009 +0100 Fixed syntax problmes; Added todo comments --- install.sh | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/install.sh b/install.sh index 7f26a99..2e77885 100755 --- a/install.sh +++ b/install.sh @@ -261,7 +261,10 @@ check_backend() { echo $NAGVIS_BACKEND | grep -i "MKLIVESTATUS" >/dev/null if [ $? -eq 0 ]; then - # mklivestatus checks + # FIXME: Add mklivestatus checks + # - Check if php socket module is availsable + # - Check if livestatus.o is avialable + log " " fi echo $NAGVIS_BACKEND | grep -i "NDO2DB" >/dev/null ------------------------------------------------------------------------------ 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
