Cacti
Contents
Maintainer
Unnilennium Thanks a lot for the upgrade
Version
Description
Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. Cacti provides a fast poller, advanced graph templating, multiple data acquisition methods, and user management features out of the box. All of this is wrapped in an intuitive, easy to use interface that makes sense for LAN-sized installations up to complex networks with hundreds of devices.
Installation
yum install smeserver-cacti --enablerepo=smecontribs
for SME10:
yum install smeserver-cacti --enablerepo=smecontribs,epel
then
signal-event post-upgrade ; signal event-reboot
alternatively you can issue to avoid reboot :
/etc/e-smith/events/actions/initialize-default-databases expand-template /etc/e-smith/sql/init/80cacti service mysql.init restart signal-event console-save
Uninstall
yum remove smeserver-cacti
Usage
You can access cacti interface by opening your web browser at the address:
https://[IP or NAME]/cacti
A login and a password is needed to connect. By default, installation process create a user "admin" with "admin" as password.
Of course, the first thing you have to do, is to change it
Settings
By default, installation process limit access at cacti to local network.
To enable cacti to be access from internet and local network :
db configuration setprop cacti access public signal-event console-save
To limit access to local network :
db configuration setprop cacti access private signal-event console-save
Manual for Cacti
https://www.cacti.net/downloads/docs/html/index.html
Bugs
Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-cacti component or use this link
ID | Product | Version | Status | Summary (3 tasks) |
---|---|---|---|---|
11307 | SME Contribs | 10alpha | IN_PROGRESS | Initial Import in SME 10 [smeserver-cacti] |
10972 | SME Contribs | 9.2 | UNCONFIRMED | Expand-template fails with warning |
9574 | SME Contribs | 9.0 | CONFIRMED | NFR: auth user against web basic or ldap |
Changelog
Only released version in smecontrib are listed here.
- update to cacti-1.1.19 [SME: 8434]
- new version for cacti-0.8.8h-1 [SME: 8434]
- update version Required
- initial import to SME9 contribs
2013/11/21 Jean-Philippe Pialasse 0.8.8b-12.sme
- fixed poller not running in cron , added to crontab
- fixed wrong ownership for db.php, now cacti:www
- added status enabled by default