|
|
| Author |
Message |
cluge
Joined: 30 Apr 2004 Posts: 4
|
Posted: Mon Aug 02, 2004 10:25 am Post subject: CVS cacti graphs not working |
|
|
I have a few things that I would like to aim at the developers.
1. I am running the latest CVS code, and while it appears to work, the graphs that are being built are blank. The RRA data all seems to be there, and I'm running poller.php every 5 minutes and it executes without error. Log files don't return any errors. Ideas?
2. I would like to have the graph's labeled with the interface descriptions. I have been doing this with some success, but since some of the descriptions can be long - putting that information on the graph itself is an issue. Can I implant that information into the HTML of the graph pages via the template easily?
Information on my install:
OS: White Box Linux 3.0 <untrademarked version of redat enterprise/advanced server)
Server version: Apache/2.0.46,
RRDtool 1.0.48,
PHP 4.3.2 (cgi),
Zend Engine v1.3.0,
snmpwalk Version: 5.0.9 (net-snmp)
-----------------------------------------------------
Test device cisco switch
I have tried both SNMP version 1 & 2 |
|
| Back to top |
|
 |
cluge
Joined: 30 Apr 2004 Posts: 4
|
Posted: Mon Aug 02, 2004 10:28 am Post subject: Update - snmp v2 broken v1 OK |
|
|
| It appears that the changes to the last CVS code fixed my graphs as long as I use SNMP v1 - v2 is still broken. |
|
| Back to top |
|
 |
TheWitness Developer
Joined: 14 May 2002 Posts: 9736 Location: MI, USA
|
Posted: Mon Aug 02, 2004 2:03 pm Post subject: |
|
|
Cluge,
Please describe your configuration. Are you scheduling poller.php or cmd.php. You must schedule poller.php and not cmd.php. Should be in the install notes.
Also, if you are running, SNMP v2, run one polling interval at the HIGH logging level and attach your results to an e-mail. E-mail to larryjadams@comcast.net.
As far as templating the templates, there is quite a bit of customization that can take place right in the template. However, re-normalizing existing graphs may be problematic at this time. Ian can best answer that question.
TheWitness |
|
| Back to top |
|
 |
TheWitness Developer
Joined: 14 May 2002 Posts: 9736 Location: MI, USA
|
Posted: Mon Aug 02, 2004 2:04 pm Post subject: |
|
|
Also, upgrading to PHP 4.3.x++ would be beneficial. Several new features in Cacti are dependent on that version or higher.
TheWitness |
|
| Back to top |
|
 |
Guest
|
Posted: Mon Aug 02, 2004 2:47 pm Post subject: |
|
|
| TheWitness wrote: | | Also, upgrading to PHP 4.3.x++ would be beneficial. Several new features in Cacti are dependent on that version or higher. |
We are running PHP 4.3.2 as per my first e-mail. I am running poller.php via a cron job every 5 minutes as follows.
*/5 * * * * cacti /usr/bin/php /var/www/html/cacti/poller.php > /dev/null 2>&1 |
|
| Back to top |
|
 |
|