Comments on Cacti On An ISPConfig Server Within 10 Easy Steps

Cacti On An ISPConfig Server Within 10 Easy Steps In this article I describe how to install and setup the Cacti in a ISPConfig Server. Cacti is a complete network graphing solution designed to harness the power of RRDTool's data storage and graphing functionality. There aren't many differences from installing in other ISP Managers or standalone Apache installations. I tried many others solutions, but Cacti is very simple and fast to implement.

3 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By:

I have an Ubuntu Hardy 8.04 LTS server setup using https://www.howtoforge.com/perfect-server-ubuntu8.04-lts

I followed this how to on installing cacti and encountered only minimal installation issues.

 for the crontab edit /etc/crontab with your favorite editor but make sure that you point the task to the proper file location like:

*/5 * * * * php /var/www/(webuser/web)/poller.php > /dev/null 2>&1

SNMPD Issue for Ubuntu

Apparently by default the snmpd daemon will only listen to requests coming from 127.0.0.1, regardless of what you tell the config.

modify "/etc/default/snmpd"

so that the line

SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -I -smux -p /var/ru/snmpd.pid 127.0.0.1'

reads

SNMPDOPTS='-Lsd -Lf /dev/null -u snmp -I -smux -p /var/run/snmpd.pid'

 reference link below

http://docs.cacti.net/?q=node/434

 

also once installed go to settings and poller tab and make adjustments. once the poller performs a query the rrd's will be written and graphs can be displayed

By: Tuumke

Too bad this doesnt work anymore. I tried to do it this way, but i still get that all kinds of php modules are missing and MySQL settings are incorrect

By: Tuumke

To clarify: Latest version of Cacti gives all kinds of errors / missing items. Fixed most, but i cant figure out how to enable the needed php modules. I guess it requires some sort of CLI access?