Search found 17 matches

by flickerfly
Tue Mar 27, 2007 2:55 pm
Forum: Help: General
Topic: SNMP MIB location software?
Replies: 8
Views: 13784

Requires login: http://www.ricoh.com.sg/RiDP/indexnormaldownload.aspx

Anyone know have a copy somewhere that isn't locked up?
by flickerfly
Mon Mar 26, 2007 11:03 am
Forum: Scripts and Templates
Topic: barracuda spam firewall [without SNMP]
Replies: 70
Views: 70386

These don't seem to import into the j version. Have you upgraded and can you export them for the j version for us? Thanks!
by flickerfly
Fri Mar 23, 2007 1:58 pm
Forum: Scripts and Templates
Topic: HP procurve 2600 series
Replies: 51
Views: 114248

I'm also interested in graphing the traffic across the VLANs. They show up, but not working like a normal port.
by flickerfly
Tue Feb 27, 2007 8:51 am
Forum: Help: Linux/Unix Specific
Topic: Graphs stopped working on Ubuntu 6.06 w/ 0.8.6j
Replies: 20
Views: 7176

I think I might have figured it out. I was still using php4 on the CLI side of things. 'sudo apt-get install php5-cli' seems to have installed the CLI config and whatnot for php5. I went back and readded my devices and graphs and the rrd files starting magically showing up in rra/. :-) I didn't have...
by flickerfly
Tue Feb 27, 2007 8:25 am
Forum: Help: Linux/Unix Specific
Topic: Graphs stopped working on Ubuntu 6.06 w/ 0.8.6j
Replies: 20
Views: 7176

Aha! Here's something . . . Fatal error: Call to undefined function: mysql_pconnect() in /usr/share/php/adodb/drivers/adodb-mysql.inc.php on line 373 I found that libphp-adodb is already installed. Line 373 in the file mentioned in the error above is in this function: function _pconnect($argHostname...
by flickerfly
Mon Feb 26, 2007 4:24 pm
Forum: Help: Linux/Unix Specific
Topic: Graphs stopped working on Ubuntu 6.06 w/ 0.8.6j
Replies: 20
Views: 7176

I've found what I believe to be the code that is supposed to create the rrd file. It is a function called 'rrdtool_function_create' in 'site/lib/rrd.php'. Maybe tomorrow I can figure out how to reuse this function to test the creation process to figure out where it fails. If someone could post a scr...
by flickerfly
Mon Feb 26, 2007 2:22 pm
Forum: Help: Linux/Unix Specific
Topic: Graphs stopped working on Ubuntu 6.06 w/ 0.8.6j
Replies: 20
Views: 7176

okay, I've dug down deep enough to figure out something. I used this command to create the rrd for the local proc graph. Once I do that, a graph shows up. rrdtool create localhost_proc_7.rrd --start 1023654125 --step 300 DS:proc:GAUGE:600:0:671744 RRA:AVERAGE:0.5:288:31 I issued the command as a non...
by flickerfly
Mon Feb 26, 2007 1:55 pm
Forum: Help: Linux/Unix Specific
Topic: Graphs stopped working on Ubuntu 6.06 w/ 0.8.6j
Replies: 20
Views: 7176

I've been digging through this text trying to figure out where the rrd files should be created, but I haven't found it. I was hoping to issue a similar command by hand to get a better start at troubleshooting it and to see if I just created the appropriate file if it would work. Anyway, anyone know ...
by flickerfly
Mon Feb 26, 2007 8:34 am
Forum: Help: Linux/Unix Specific
Topic: Graphs stopped working on Ubuntu 6.06 w/ 0.8.6j
Replies: 20
Views: 7176

I assume the program should have created them there. I didn't create anything so I'm expecting they should be exactly where cacti would have created them and I'm assuming that cacti would look for them where it created them. Should they be somewhere else? I ran updatedb and then locate rrd. All I ca...
by flickerfly
Mon Feb 26, 2007 8:05 am
Forum: Help: Linux/Unix Specific
Topic: Graphs stopped working on Ubuntu 6.06 w/ 0.8.6j
Replies: 20
Views: 7176

Here is the graph debug mode output: RRDTool Command: /usr/bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title="Localhost - Processes" \ --base=1000 \ --height=120 \ --width=500 \ --alt-autoscale-max \ --lower-limit=0 \ --vertical-label="processes" \ --s...
by flickerfly
Fri Feb 23, 2007 4:30 pm
Forum: Help: Linux/Unix Specific
Topic: Graphs stopped working on Ubuntu 6.06 w/ 0.8.6j
Replies: 20
Views: 7176

Here's a screenshot showing what's not showing up. I can't seem to see what you mean by click the wrench and where do I make the rrdtool command change?
by flickerfly
Fri Feb 23, 2007 4:26 pm
Forum: Help: Linux/Unix Specific
Topic: Graphs stopped working on Ubuntu 6.06 w/ 0.8.6j
Replies: 20
Views: 7176

I'm having the same problem, identical. I tried making the /usr/share/cacti/site directory and everything in it owned by www-data instead of root. Ubuntu doesn't seem to setup a cacti user when it installs cacti. I've seen a lot of people with this same problem in several places around the web and I...
by flickerfly
Thu Oct 19, 2006 2:06 pm
Forum: Help: Linux/Unix Specific
Topic: No Graphs
Replies: 17
Views: 3888

Yep, I have a different issue. That doesn't solve it for me. I uninstalled the Ubuntu package entirely and installed the cacti tarball manually. I'm still having the same issue. I did try the php5 thing. I made sure php5 was used in my cron stuff.
by flickerfly
Thu Oct 19, 2006 11:52 am
Forum: Help: Linux/Unix Specific
Topic: No Graphs
Replies: 17
Views: 3888

Did you just change that in the cli or did you have to change that in some file somewhere? I'm still getting the same problem.
by flickerfly
Thu Oct 19, 2006 11:13 am
Forum: Help: Linux/Unix Specific
Topic: No Graphs
Replies: 17
Views: 3888

I ran this. Is that what you meant?

Code: Select all

sudo php /usr/share/cacti/poller_reindex_hosts.php
sudo php /usr/share/cacti/rebuild_poller_cache.php
sudo php /usr/share/cacti/poller.php
I still don't have any rrds in the rra directory.