| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Cacti is an open-source network monitoring and graphing platform built on RRDtool.
It provides a scalable framework to collect, store, and visualize time-series data from network devices, servers, and applications.
Core capabilities include:
Cacti maintains two primary branches:
| Branch | Purpose |
|---|---|
| 1.2.x | Stable long-lived release series |
| develop | Active development toward Cacti 1.3.x |
For the latest published version, see GitHub Releases.
Minimum supported dependencies by branch:
| Dependency | Cacti 1.2.x | Cacti develop (1.3.x) |
|---|---|---|
| MariaDB | 5.6+ | 10.2.x+ |
| MySQL | 5.6+ | 8.0+ |
| PHP | 8.1+ | 8.1+ |
| RRDtool | 1.4+ | 1.8+ |
| Net-SNMP | 5.5+ | 5.8+ |
Notes:
Operating system guidance:
Clone the repository:
git clone https://github.com/Cacti/cacti.git
cd cactiDependency management:
Install dependencies:
composer installWindows users may need:
composer install --ignore-platform-req=ext-pcntl --ignore-platform-req=ext-posixThen configure your database and web server, and complete setup using the official docs:
https://github.com/Cacti/documentation
When running from source (especially develop), schema updates may be required after pulling changes.
Upgrade the database schema:
sudo -u cacti php -q cli/upgrade_database.php --forcever=`cat include/cacti_version`If needed, force a re-upgrade from an earlier version:
php -q cli/upgrade_database.php --forcever=<older_version>Audit schema consistency:
php cli/audit_database.php --reportCacti collects data through data sources, which can use:
Polling engines:
| Poller | Description |
|---|---|
| PHP Poller | Built-in polling engine |
| Spine | High-performance C-based poller |
Spine supports SNMPv1/v2 and SNMPv3 with IPv6, with some advanced protocol support depending on how Net-SNMP is compiled on your platform.
Official documentation is maintained in a separate repository:
https://github.com/Cacti/documentation
Contributions are welcome.
You can also help improve docs in:
https://github.com/Cacti/documentation
Community support is available on the Cacti forums:
Thanks go to these wonderful people (emoji key):
This project follows the all-contributors specification. Contributions of any kind are welcome.
Cacti is licensed under the GNU General Public License v2.0.
See LICENSE for details.
Copyright (c) 2004-2026 The Cacti Group, Inc.
| Back | FazBrowse Home | New Git URL |