Search found 59 matches

by mrnoodle
Mon Oct 05, 2009 12:28 pm
Forum: Help: General
Topic: Curve Fitting Graphs
Replies: 9
Views: 4279

You can create your hourly trend line with the following CDEF (give it whatever name you like) with a single custom string: CURRENT_DATA_SOURCE,3600,TREND Just add a second Line item to your graph and use the CDEF define above for the line as well as the legend. You may have to convert bits to bytes...
by mrnoodle
Mon Oct 05, 2009 12:07 pm
Forum: Help: General
Topic: IBM Tivoli/Netcool Rules
Replies: 10
Views: 4960

We have a number of Cacti servers that are sending alerts to a central Netcool server by using the syslog feature in the Thold plugin. Once the messages are sent to the local syslog, it is a simple change to make the Cacti system send them to the remote Netcool server for further processing. We foun...
by mrnoodle
Wed Sep 23, 2009 6:50 am
Forum: Help: General
Topic: Total All Data Sources - Max
Replies: 3
Views: 1542

The graph was created manually, not from a template and the original CF that was chosen was AVG. I thought that may be the issue so I tried to add a new graph item that used the same "Total All Data Source" CDEF but used the MAX CF instead. The item that was created used the same CDEF as t...
by mrnoodle
Tue Sep 22, 2009 9:35 am
Forum: Help: General
Topic: SNMP Interface Alias in Graph Headline
Replies: 3
Views: 2161

The title should read:


Hostname - Taffic - Fa0/0 - |query_ifalias|


The |query_ifalias| is all that is needed.
by mrnoodle
Mon Sep 21, 2009 1:28 pm
Forum: Help: General
Topic: Total All Data Sources - Max
Replies: 3
Views: 1542

Total All Data Sources - Max

There appears to be a problem with the Total All Data Sources CDEF when dealing with Max Values in an RRD file. If you look at the attached graph below, you can see that the Max value of one of the individual graph items is actually more than the Max value of the combined graph which is generated us...
by mrnoodle
Wed Jan 28, 2009 10:28 am
Forum: Announcements
Topic: Cacti 0.8.7c Released
Replies: 54
Views: 106590

It appears that the issue with the "DB_CONN" variable not being set can be corrected by changing line 239 from: function db_fetch_insert_id() to: function db_fetch_insert_id($db_conn = FALSE) I am not sure it this breaks anything in the function but the error is no lnoger generated on the ...
by mrnoodle
Wed Jan 28, 2009 10:03 am
Forum: Announcements
Topic: Cacti 0.8.7c Released
Replies: 54
Views: 106590

I found an error with the Graph Template page. I can recreate the error by selecting a Graph Template and then deleting one of the Graph Item Inputs. After it has been deleted, I get an error when I try to go back to one of the Graph Items that originally used that input and trying to save it. The e...
by mrnoodle
Wed Jan 28, 2009 8:01 am
Forum: Announcements
Topic: Cacti 0.8.7c Released
Replies: 54
Views: 106590

There is an error in cdef.php that prevents the CDEF page from being displayed. It reports the following error: Notice: Undefined variable: get_request_var_request in /usr/local/cacti/cdef.php on line 550 Fatal error: Function name must be a string in /usr/local/cacti/cdef.php on line 550 When check...
by mrnoodle
Fri Jan 02, 2009 2:08 pm
Forum: Feature Requests
Topic: More Graph Template Updates
Replies: 6
Views: 5603

I agree that multiple versions of RRDTOOL make things far more difficult and I would not expect you as the Developer to account for all of the possible combinations of options availabe with all of the different versions of RRDTOOL available. I would suggest options were added in one of 2 ways. 1. As...
by mrnoodle
Fri Jan 02, 2009 1:35 pm
Forum: Feature Requests
Topic: More Graph Template Updates
Replies: 6
Views: 5603

After reading the documentation about the COMPUTE DS, I think that it will be a welcome addition to Cacti and it will be quite useful, but there are a few areas where customer CDEF would be more useful. 1. It is not 100% obvious in the man pages, but it appears that the COMPUTE needs to be added to ...
by mrnoodle
Fri Jan 02, 2009 9:41 am
Forum: Feature Requests
Topic: More Graph Template Updates
Replies: 6
Views: 5603

Is there any more information available about the Compute Data source? I would assume that it will allow for the addition of custom CDEF entries, but I would like to see some more details. I suppose the request above could actually be expanded/modified to allow for the inclusion of a "Custom&qu...
by mrnoodle
Wed Dec 31, 2008 9:35 am
Forum: Feature Requests
Topic: New Cacti Architecture (0.8.8) - RFC Response Location
Replies: 75
Views: 156878

The distributed poller design will have to take into account time discrepancies on all of the machines. The RRD files are updated with single second accuracy so the poller will have to either be in complete sync with the main storage host or the timestamp used for the RRD data will have to be genera...
by mrnoodle
Wed Dec 31, 2008 8:41 am
Forum: Feature Requests
Topic: Custom Host Template Fileds
Replies: 1
Views: 2919

Custom Host Template Fileds

I would like to suggest the addition of some custom Host Template fields that could be used to allow the system to collect data from hosts via SNMP, or possibly custom scripts, when the device is either added to the system or re-indexed. Since it is likely that this data could contain text and would...
by mrnoodle
Wed Dec 31, 2008 8:27 am
Forum: Feature Requests
Topic: More Graph Template Updates
Replies: 6
Views: 5603

More Graph Template Updates

I would like to be able to add a CDEF to the list of graph items available when creating a graph or a graph template similar to Line or Area. To allow for this, the Graph Template Item screen would have to include the "CDEF" option in the graph item pull down, and it would have to include ...
by mrnoodle
Mon Dec 15, 2008 11:21 am
Forum: Scripts and Templates
Topic: Allot Netenforcer
Replies: 27
Views: 48998

The alot-pipe.xml file was attached earlier in this post. There is nothing different in my file than the one posted earlier.

Try increasing your SNMP timeout in that Allot host to see if you get a response. Something like 10 seconds may be needed.