Search found 310 matches

by melchandra
Sun Dec 16, 2007 4:33 pm
Forum: Feature Requests
Topic: New Cacti Architecture (0.8.8) - RFC Response Location
Replies: 75
Views: 155465

Forgive me if this seems to be a silly question. Is there some reason why the pollers don't directly update the RRD Files? Does it have to go through the database? Is there a way for the Pollers to be sent both the host and oid information to query, as well as host information for the Remote RRD Upd...
by melchandra
Thu Oct 18, 2007 1:56 pm
Forum: Plugin Development
Topic: SQL Syntax error
Replies: 0
Views: 4459

SQL Syntax error

I discovered an error while testing the new version of Cacti, I copied my sql database to "cacti-devel". Unfortunately this caused a number of plugins to break, I traced the problem down the the following line of code located in the setup.php files in the various plugin directories: $sql =...
by melchandra
Fri Sep 07, 2007 12:51 pm
Forum: Scripts and Templates
Topic: Packetshaper templates
Replies: 44
Views: 37092

ah...

I'm running 0.8.6j. You'll need to upgrade before the file will import. Or figure out how to hack the file so it will. I don't think the file contains any elements that are "j" dependent - but you never know.

http://forums.cacti.net/about7135.html
by melchandra
Fri Sep 07, 2007 7:37 am
Forum: Scripts and Templates
Topic: Packetshaper templates
Replies: 44
Views: 37092

I made a slight change and re-uploaded the files, download the 2.0 version again and see if that fixes it.
by melchandra
Thu Sep 06, 2007 3:54 pm
Forum: Scripts and Templates
Topic: Packetshaper templates
Replies: 44
Views: 37092

what version of cacti / cactid / os / database are you running?

Did you import other files, or just try to import the one file?
by melchandra
Thu Sep 06, 2007 2:17 pm
Forum: Scripts and Templates
Topic: Packetshaper templates
Replies: 44
Views: 37092

Here are the new files. I discovered a few things. 1. The field formerly knows as "Direction" is actually the field "ClassOwningPartition". It gives the name of the owning partition. At the time I had no partitions, so it gave "Inbound" or "Outbound" for all o...
by melchandra
Tue Aug 28, 2007 4:08 pm
Forum: Scripts and Templates
Topic: Packetshaper templates
Replies: 44
Views: 37092

OK - I just found out what the problem is. I'm mis-interpreting the oids in my query. The field name |query_psClassDirection| is actually the Packeteer MIB ClassOwningPartName, meaning the owning partition name. So if you use sub-partitions underneath /inbound and /outbound, the "direction"...
by melchandra
Tue Aug 28, 2007 3:41 pm
Forum: Scripts and Templates
Topic: Packetshaper templates
Replies: 44
Views: 37092

It is a global Cacti setting. Go to "Settings" and then the "Visual" tab. 2nd setting down should be Maximum Title Length.
by melchandra
Tue Aug 28, 2007 9:51 am
Forum: Scripts and Templates
Topic: Packetshaper templates
Replies: 44
Views: 37092

Re: Change name

How do you change the name of this graph? I don't want to change the name of the template, just the graph that is generated. Thank you I'm not sure what you're after. There are 2 names, the graph template name, and the title / name of the individual graphs. There is the Graph Template itself: "...
by melchandra
Fri Aug 24, 2007 1:29 pm
Forum: Scripts and Templates
Topic: Packetshaper templates
Replies: 44
Views: 37092

The graph template should have the "|query_psClassName|" in the title field. Mine is:

Code: Select all

|host_description| - Traffic for Class: |query_psClassDirection|/|query_psClassName|
by melchandra
Tue May 15, 2007 7:10 am
Forum: Scripts and Templates
Topic: Packetshaper templates
Replies: 44
Views: 37092

It looks like you've got the CDEF's out of whack. The graph is being converted to bytes - that's why it's 1/8 of the bits being reported in the legend. Look at the template and figure out which CDEF you're using, it shouldn't be converting to bytes.
by melchandra
Mon Mar 19, 2007 8:20 am
Forum: Help: Linux/Unix Specific
Topic: All of a sudden...graphs not graphing....SOLVED
Replies: 4
Views: 2688

Check the poller_output table in the db. If it has more than a few thousand rows that's your problem. Empty out that table and your updated should resume. I'm not sure why but some bug in cacti makes it so not every row is removed during the polling cycle and so over time it builds up so that table ...
by melchandra
Thu Feb 22, 2007 4:29 pm
Forum: Scripts and Templates
Topic: Packetshaper templates
Replies: 44
Views: 37092

The template is generic. Just drop any class you're already graphing into the template.
by melchandra
Mon Feb 19, 2007 3:41 pm
Forum: Help: Linux/Unix Specific
Topic: cacti-0.8.6i memory and performance issues (memory leak?).
Replies: 7
Views: 5703

I believe I had this problem again running 8.6j - cacti stopped updating the RRD files. When I check the poller_output table it had 800,000 records in it. I emptied the table with phpmyadmin and everything went back to normal. I've already increased my php.ini memory limit to 64Mb so that's not the ...
by melchandra
Mon Jan 29, 2007 11:26 pm
Forum: Help: Linux/Unix Specific
Topic: memory allocation error
Replies: 3
Views: 1638

Ah, thanks - that was the trick. 1.9M records in my poller table. Just logged into phpMyAdmin, and emptied (not drop, just empty) the table, graphs got updated next cycle around.