- This is phpRRDBrowse, or in short: prb -
- Author: G. Fontaine
You can use it for free as long as you state the source. See the LICENSE file
- Apache
- Mysql (if I do a db abstraction layer, you can choose any database you like.)
- rrdtool > rrdtool-1.2.10
- PHP with:
- apxs
- sigchild
- pcntl
- rrdtool
- snmp
- CLI
- PEAR packages:
- DB
- XML_Parser
- MDB2? (to be added: database abstraction layer... which one?? Is it really the best way?)
- Extras
- Admin panel, authentication, etc...
- Unpack into dir
- Edit etc/prbconfig.php
- Create missing dirs (log, rrd, www/png)
- check file access mods (webserver must write in rrd, log and www/png)
- create prbdb database in mysql (use prbsql.txt)
- Setup crontab to poll every 5 mins with prbupdated
- browse by OS, vendor, location
- host filter
- host and module Info box with editing
- custom sql views
- editing of info records
- look and feel customisable via css stylesheet
- simple polling performance statistics
- installation script
- improve host discovery and add manual host configuration for none snmp enabled hosts
- documentation installation guide user manual developpers guide (module dev how-to)
- form validation
- users, authentication and user management
- database abstraction layer
- templates (css based)
- labels
- advanced search
- error logging to file or database