Community-based GPL-licensed network monitoring system
Go to file
Adam Amstrong a0153126f1 security fixes to non-global users
git-svn-id: http://www.observium.org/svn/observer/trunk@455 61d68cd4-352d-0410-923a-c4978735b2b8
2009-08-12 15:20:20 +00:00
contrib add 2008-11-28 13:20:39 +00:00
fonts adding some free fonts... 2008-03-22 14:04:46 +00:00
html security fixes to non-global users 2009-08-12 15:20:20 +00:00
includes bugfix to mac accounting 2009-08-11 23:52:37 +00:00
mibs updates 2009-05-28 13:03:52 +00:00
scripts updates, remove old mac-accounting 2009-08-11 15:41:41 +00:00
addhost.php updates 2009-05-28 13:03:52 +00:00
adduser.php fixes 2009-04-28 10:28:58 +00:00
alerts.php a million fixes. half way to 0.6.0! :D 2009-04-23 21:13:56 +00:00
CHANGELOG GPLv3 migration 2009-04-29 15:44:12 +00:00
check-errors.php Fix some errors, make the interfaces errors script a little better 2008-03-17 22:31:05 +00:00
check-services.php fixes 2008-03-12 16:21:13 +00:00
cleanup.php fixes 2009-08-11 16:24:50 +00:00
config.php.default cosmetic updates 2009-08-10 12:23:47 +00:00
COPYING GPLv3 migration 2009-04-29 15:44:12 +00:00
delhost.php fixing silly things, tsk! 2008-03-22 15:03:55 +00:00
discover-cdp.php updates 2009-05-11 13:43:59 +00:00
discovery.php updates 2009-05-06 16:50:51 +00:00
generate-iplist.php add some ipv6 niceness 2008-04-10 14:52:51 +00:00
generate-map.sh lots of fixes for non-webroot installations 2009-03-23 17:32:25 +00:00
get-apache.sh some updates. 2008-03-12 11:36:28 +00:00
INSTALL updates 2009-03-25 16:09:09 +00:00
map.php lots of fixes for non-webroot installations 2009-03-23 17:32:25 +00:00
mysql-schema.sql new database 2009-05-11 14:17:05 +00:00
poll-billing.php per-port SNMP polling. thanks to jonathan@studenteninternet.be 2009-02-02 16:00:11 +00:00
poll-device.php a million fixes. half way to 0.6.0! :D 2009-04-23 21:13:56 +00:00
poll-ifstatus.php a million fixes. half way to 0.6.0! :D 2009-04-23 21:13:56 +00:00
poll-ifstatus.sh per-port SNMP polling. thanks to jonathan@studenteninternet.be 2009-02-02 16:00:11 +00:00
poll-mac_accounting.php fixes 2009-08-12 00:07:29 +00:00
poll-os.php per-port SNMP polling. thanks to jonathan@studenteninternet.be 2009-02-02 16:00:11 +00:00
poll-reachability.php numerous updates! :D 2009-07-31 10:53:54 +00:00
process-syslog.php numerous updates! :D 2009-07-31 10:53:54 +00:00
README git-svn-id: http://www.observium.org/svn/observer/trunk@441 61d68cd4-352d-0410-923a-c4978735b2b8 2009-08-05 15:33:45 +00:00
remove-deleted-interfaces.php fixing things, adding better security 2009-03-11 14:50:24 +00:00
renamehost.php fix login and some other things 2009-03-17 20:26:29 +00:00
scan-snmp.php remove the last usage of config variables outside of the $config array ($rrd_file) + fixed adduser script 2009-03-16 15:19:44 +00:00
snmp.conf.example new 2008-11-12 12:55:41 +00:00
test-discovery.php updates 2009-05-28 13:03:52 +00:00
test-poll.php add cisco processor polling and many other fixes 2009-04-11 19:10:48 +00:00
update-interface.php a million fixes. half way to 0.6.0! :D 2009-04-23 21:13:56 +00:00
versioncheck.php updates 2009-03-24 13:56:47 +00:00

README FOR JPGRAPH 3.0.x
========================

This package contains JpGraph, an Object Oriented PHP5 Graph Plotting library.

The library is Copyright (C) 2001-2009 Aditus Consulting and
released under dual license QPL 1.0 for open source and educational
use and JpGraph Professional License for commercial use. 

Please see full license details at http://www.aditus.nu/jpgraph/

* --------------------------------------------------------------------
* PHP4 IS NOT SUPPORTED in the 2.x or 3.x series
* --------------------------------------------------------------------
		
Requirements:
-------------
Miminum:
* PHP 5.1.0 or higher 
* GD 2.0.28 or higher
Note: Earlier versions might work but is unsupported.

Recommended:
* PHP >= 5.2.0
* PHP Built-in GD library

Installation
------------
0. Make sure that the PHP version is compatible with the stated requirements
   and that the PHP installation has support for the GD library. 
   Please run phpinfo() to check if GD library
   is supported in the installation. 
   If the GD library doesn't seem to be installed 
   please consult the PHP manual under section "Image" for
   instructions on where to find this library. Please refer to
   the manual section "Verifying your PHP installation"
   
1. Unzip and copy the files to a directory of your choice where Your
   httpd sever can access them. 
   For a global site installation you should copy the files to 
   somewhere in the PHP search path. 

2. Check that the default directory paths in jpg-config.inc
   for cache directory and TTF directory suits your installation. 
   Note1: The default directories are different depending on if
   the library is running on Windows or UNIX.
   Note2: Apache/PHP must have write permission to your cache 
   directory if you enable the cache feature. By default the cache
   is disabled.

3. Check that all rest of the DEFINE in jpg-config.inc 
   is setup to your preference. The default should be fine
   for most users. 

4. Read the chapters on installation in the manual.


Documentation
-------------
The installation includes HTML documentation and reference guide for the
library. The portal page for all the documentation is
<YOUR-INSTALLATION-DIRECTORY>/docs/index.html


Bug reports and suggestions
---------------------------
Should be reported using the the issue tracker at

http://www.aditus.nu/bugtraq

<EOF>