Module: nagvis Branch: master Commit: a21c8278d85864d390ed68cfe057c5c7361379d6 URL: http://nagvis.git.sourceforge.net/git/gitweb.cgi?p=nagvis/nagvis;a=commit;h=a21c8278d85864d390ed68cfe057c5c7361379d6
Author: LaMi <[email protected]> Date: Sat Nov 14 23:06:05 2009 +0100 Added hint for initial admin credentials --- install.sh | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/install.sh b/install.sh index 4104a8b..eb2f096 100755 --- a/install.sh +++ b/install.sh @@ -1130,6 +1130,9 @@ if [ $NAGVIS_TAG -lt 01050000 ]; then text "| <http://localhost${HTML_PATH}/nagvis/config.php>" "|" else text "| <http://localhost${HTML_PATH}/config.php>" "|" + text "| - Initial credentials:" "|" + text "| Username: nagiosadmin" "|" + text "| Password: nagiosadmin" "|" fi line exit 0 ------------------------------------------------------------------------------ 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
