Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
cacti: An rrd based graphing tool
- Summary
- Cacti is a complete frontend to RRDTool. It stores all of the
necessary information to create graphs and populate them with
data in a MySQL database. The frontend is completely PHP
driven. Along with being able to maintain graphs, data
sources, and round robin archives in a database, Cacti also
handles the data gathering. There is SNMP support for those
used to creating traffic graphs with MRTG.
Changelog
- * Mon Feb 6 16:00:00 2006 Mike McGrath <imlinux{%}gmail{*}com> - 0.8.6h-4
- Fixed some scriptlets to always return 0
- Fixed extra '/' in logrotate
- Added README.Fedora
- * Sat Jan 14 16:00:00 2006 Mike McGrath <imlinux{%}gmail{*}com> - 0.8.6h-3
- Fixed device filter clear issue
- Fixed invalid SQL graph generation statement
- Fixed php warning for empty set non-existant rrd file
- Added MySQL 5.x 'strict mode' compatibility
- * Mon Jan 9 16:00:00 2006 Mike McGrath <imlinux{%}gmail{*}com> - 0.8.6h-1
- MySQL 5.x support
- IPv6 support to lib/ping.php
- Command line scripts for copying users, reindxing and rebuilding cache
- Many Bug fixes