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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE guide SYSTEM "/dtd/guide.dtd"> -<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.2 2006/04/15 19:56:03 rane Exp $ --> +<!-- $Header: /var/cvsroot/gentoo/xml/htdocs/doc/en/jffnms.xml,v 1.3 2006/04/25 10:58:33 neysx Exp $ --> <guide link="/doc/en/jffnms.xml" lang="en"> <title>Jffnms Installation and Setup Guide</title> @@ -19,8 +19,8 @@ <!-- See http://creativecommons.org/licenses/by-sa/2.5 --> <license/> -<version>1.0</version> -<date>2006-03-10</date> +<version>1.1</version> +<date>2006-04-25</date> <chapter> <title>Jffms Basics</title> @@ -42,6 +42,81 @@ <chapter> <title>Initial Setup</title> <section> +<title>Choosing your use flags</title> +<body> + +<p> +In order to better fit your needs, Jffnms ebuild has the following USE Flags +available: +</p> + +<table> +<tr> + <th>USE Flags for Jffnms</th> + <th>Description</th> +</tr> +<tr> + <ti><c>mysql</c></ti> + <ti>Uses Mysql to store Jffnms data</ti> +</tr> +<tr> + <ti><c>postgres</c></ti> + <ti>Uses PostgreSQL to store Jffnms data</ti> +</tr> +<tr> + <ti><c>snmp</c></ti> + <ti> + Adds suport for snmp, which enables jffms to gather data from other hosts. + </ti> +</tr> +</table> + +</body> +</section> +<section> +<title>USE Flags for PHP</title> +<body> + +<p> +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: +</p> + +<table> +<tr> + <th>USE Flags for PHP</th> + <th>Description</th> +</tr> +<tr> + <ti><c>gd</c></ti> + <ti>Adds support for media-libs/gd (to generate graphics on the fly)</ti> +</tr> +<tr> + <ti><c>wddx</c></ti> + <ti>Adds support for Web Distributed Data eXchange </ti> +</tr> +<tr> + <ti><c>sockets</c></ti> + <ti>Adds support for tcp/ip sockets</ti> +</tr> +<tr> + <ti><c>session</c></ti> + <ti>Adds persistent session support</ti> +</tr> +<tr> + <ti><c>spl</c></ti> + <ti>Adds support for the Standard PHP Library</ti> +</tr> +<tr> + <ti><c>cli</c></ti> + <ti>Enable CLI SAPI</ti> +</tr> +</table> + +</body> +</section> +<section> <title>Installation</title> <body> @@ -265,7 +340,7 @@ </pre> <pre caption="Creating Jffnms database"> -# <i>psql template1 postgres < /usr/portage/net-analyzer/jffnms/files/postgresql_db_tables</i> +# <i>psql template1 postgres < /usr/portage/net-analyzer/jffnms/files/postgresql_db_table</i> </pre> <p> @@ -349,13 +424,30 @@ collect this data at regular intervals, it must be added to crontab. </p> -<pre caption="Setting up udp port monitoring and discovery"> +<pre caption="Collecting data at regular intervals"> # <i>crontab -u jffnms /opt/jffnms/docs/unix/crontab</i> # <i>crontab -e -u jffnms</i> </pre> </body> </section> +<section> +<title>Final Setup</title> +<body> + +<p> +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: +<uri>http://localhost/jffnms/admin/setup.php</uri>. You should visit <uri +link="http://www.jffnms.org/">Jffnms's home page</uri> for details on how to +properly configure it. +</p> + + </body> +</section> </chapter> <chapter> @@ -379,6 +471,11 @@ <uri link="http://www.jffnms.org/docs/jffnms.html">Jffnms Manual</uri> </li> <li><uri link="http://forums.gentoo.org">Gentoo Forums</uri></li> + <li> + <uri link="http://www.postgresql.org/docs/8.0/static/index.html">PostgreSQL + 8 Documentation</uri> + </li> + <li><uri link="http://dev.mysql.com/doc/">MySQL Documentation</uri></li> </ul> <p> -- [email protected] mailing list
