From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by nuthatch.gentoo.org with esmtp (Exim 4.54) id 1FYLFa-0007WH-2Y for garchives@archives.gentoo.org; Tue, 25 Apr 2006 10:58:34 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.6/8.13.6) with SMTP id k3PAwZKB003841; Tue, 25 Apr 2006 10:58:35 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [134.68.220.30]) by robin.gentoo.org (8.13.6/8.13.6) with ESMTP id k3PAwYBq018629 for ; Tue, 25 Apr 2006 10:58:34 GMT Message-Id: <200604251058.k3PAwYBq018629@robin.gentoo.org> Received: from lark.gentoo.osuosl.org ([140.211.166.177] helo=lark) by smtp.gentoo.org with smtp (Exim 4.54) id 1FYLFZ-00067y-RD for gentoo-doc-cvs@lists.gentoo.org; Tue, 25 Apr 2006 10:58:34 +0000 Received: by lark (sSMTP sendmail emulation); Tue, 25 Apr 2006 10:58:33 +0000 From: "Xavier Neys" Date: Tue, 25 Apr 2006 10:58:33 +0000 To: gentoo-doc-cvs@lists.gentoo.org Subject: [gentoo-doc-cvs] cvs commit: jffnms.xml Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-doc-cvs@gentoo.org Reply-to: docs-team@lists.gentoo.org X-Archives-Salt: 57d8e2c9-f799-4282-8a78-285dcea68105 X-Archives-Hash: c6349c8ecf34092ccd32d140a1d49a5b neysx 06/04/25 10:58:33 Modified: jffnms.xml Log: Updates from #127455 & #128854 Revision Changes Path 1.3 xml/htdocs/doc/en/jffnms.xml file : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/jffnms.xml?rev=1.3&content-type=text/x-cvsweb-markup&cvsroot=gentoo plain: http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/jffnms.xml?rev=1.3&content-type=text/plain&cvsroot=gentoo diff : http://www.gentoo.org/cgi-bin/viewcvs.cgi/xml/htdocs/doc/en/jffnms.xml.diff?r1=1.2&r2=1.3&cvsroot=gentoo Index: jffnms.xml =================================================================== RCS file: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- jffnms.xml 15 Apr 2006 19:56:03 -0000 1.2 +++ jffnms.xml 25 Apr 2006 10:58:33 -0000 1.3 @@ -1,6 +1,6 @@ - + Jffnms Installation and Setup Guide @@ -19,8 +19,8 @@ -1.0 -2006-03-10 +1.1 +2006-04-25 Jffms Basics @@ -42,6 +42,81 @@ Initial Setup
+Choosing your use flags + + +

+In order to better fit your needs, Jffnms ebuild has the following USE Flags +available: +

+ + + + + + + + mysql + Uses Mysql to store Jffnms data + + + postgres + Uses PostgreSQL to store Jffnms data + + + snmp + + Adds suport for snmp, which enables jffms to gather data from other hosts. + + +
USE Flags for JffnmsDescription
+ + +
+
+USE Flags for PHP + + +

+Being written in PHP, Jffnms is heavily dependent on php USE Flags. In order +to install Jffnms successfully, it is required that you have your php package +installed with (at least) the following USE flags: +

+ + + + + + + + gd + Adds support for media-libs/gd (to generate graphics on the fly) + + + wddx + Adds support for Web Distributed Data eXchange + + + sockets + Adds support for tcp/ip sockets + + + session + Adds persistent session support + + + spl + Adds support for the Standard PHP Library + + + cli + Enable CLI SAPI + +
USE Flags for PHPDescription
+ + +
+
Installation @@ -265,7 +340,7 @@
-# psql template1 postgres < /usr/portage/net-analyzer/jffnms/files/postgresql_db_tables
+# psql template1 postgres < /usr/portage/net-analyzer/jffnms/files/postgresql_db_table
 

@@ -349,13 +424,30 @@ collect this data at regular intervals, it must be added to crontab.

-
+
 # crontab -u jffnms /opt/jffnms/docs/unix/crontab
 # crontab -e -u jffnms
 
+
+Final Setup + + +

+By now, Jffnms should be correctly installed on your system. You still need, +however, to configure Jffms. Luckily, Jffnms provides us with an easy to use +web page where it's possible to configure access to database, user access as +well as check if the current host configuration suffices Jffnms needs. You can +access this web interface through the following URL: +http://localhost/jffnms/admin/setup.php. You should visit Jffnms's home page for details on how to +properly configure it. +

+ + +
@@ -379,6 +471,11 @@ Jffnms Manual
  • Gentoo Forums
  • +
  • + PostgreSQL + 8 Documentation +
  • +
  • MySQL Documentation
  • -- gentoo-doc-cvs@gentoo.org mailing list