Search found 29 matches
- Fri Aug 07, 2009 2:35 pm
- Forum: Feature Requests
- Topic: Request for 'Events' Feature
- Replies: 7
- Views: 4907
Request for 'Events' Feature
I recently setup flowscan and noticed it has an ability to add 'Events' to it's RRD graphs. I was thinking this would be a great addition to Cacti, perhaps as a plugin. All the 'events' feature does is add a vertical rule to the RRD graph at a specified date and time, and then adds a comment for tha...
- Fri Jul 24, 2009 12:51 pm
- Forum: Help: General
- Topic: Cacti dying out
- Replies: 2
- Views: 1016
- Fri Jul 24, 2009 10:08 am
- Forum: Help: General
- Topic: Cacti dying out
- Replies: 2
- Views: 1016
Cacti dying out
We recently setup a new server and moved over our Cacti data to a fresh install of Cacti version 0.8.7d, RRDtool 1.3, NET-SNMP version: 5.3.2.2 , Spine .8.7c, PHP Version 5.1.6 Cacti was installed from a package, not from source. Previously we were running Cacti .8.6. We are experiencing the followi...
- Mon Apr 27, 2009 3:43 pm
- Forum: Help: General
- Topic: RRD 1.3.7
- Replies: 1
- Views: 633
RRD 1.3.7
Does anyone know if Cacti supports RRDTool 1.3.7? Looks like it was released earlier this month and I was wondering if anyone had installed it and had it working, or if there were any known issues?
Thanks.
Thanks.
- Fri Nov 14, 2008 11:47 am
- Forum: Help: General
- Topic: Graph Stopped graphing, but realtime plugin works
- Replies: 2
- Views: 1148
I finally got time to look at this again and figured out the issue, although I'm not sure why it caused it to break completely. One of my OID's for a data source got entered in incorrectly(the first one cacti tried to poll), when I snmpwalked it manually it came back with 'NULL' because it was an in...
- Thu Oct 09, 2008 10:49 am
- Forum: Help: General
- Topic: Graph Stopped graphing, but realtime plugin works
- Replies: 2
- Views: 1148
Graph Stopped graphing, but realtime plugin works
I have a problem I've never seen before, I made up a template for one device we have that measures different power levels. The template was working, graphing beautifully, then stopped. The odd part is if I click the 'Realtime Plugin' icon next to the graph, the realtime graphs graph without any prob...
- Tue Nov 13, 2007 1:31 pm
- Forum: Plugin General
- Topic: Flowview
- Replies: 2
- Views: 6190
- Thu Nov 08, 2007 10:50 am
- Forum: Plugin General
- Topic: Flowviewer missing text boxes
- Replies: 2
- Views: 2716
- Wed Nov 07, 2007 2:49 pm
- Forum: Plugin General
- Topic: Flowviewer missing text boxes
- Replies: 2
- Views: 2716
Flowviewer missing text boxes
I am working on getting netflow/cacti going and am making good progress. Flow tools works and collects data, I installed the cacti flowviewer plugin and it found the flow-tools binaries, but when I go to the settings page for flowviewer I am missing the textboxes to enter in my working flows directo...
- Thu Oct 25, 2007 12:49 pm
- Forum: Help: General
- Topic: Data Query Question
- Replies: 3
- Views: 1486
- Thu Oct 25, 2007 11:02 am
- Forum: Help: General
- Topic: Data Query Question
- Replies: 3
- Views: 1486
Data Query Question
From reading the howtos on data queries it seems like they can only be done with indexed snmp variables. Am I right in assuming that there is no way to use a data query for the below data: nms01:# snmpwalk <OUTPUT OMITTED> 1.3.6.1.4.1.5655.4.2.3.1.1.3.1 SNMPv2-SMI::enterprises.5655.4.2.3.1.1.3.1.1 =...
- Wed Oct 24, 2007 2:52 pm
- Forum: Scripts and Templates
- Topic: Cisco BGP graph
- Replies: 47
- Views: 122600
- Thu Oct 18, 2007 1:53 pm
- Forum: Help: General
- Topic: Graph Average Anomaly
- Replies: 3
- Views: 1942
- Thu Oct 18, 2007 10:20 am
- Forum: Help: General
- Topic: Graph Average Anomaly
- Replies: 3
- Views: 1942
Graph Average Anomaly
Does anyone have any ideas what could cause this average on the graph to be so off? I'm getting averages of "873m" which makes no sense since it is a CPU Utilization %. Here is the RRDTool output: /bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title="sce - CP...
- Wed Oct 17, 2007 6:36 am
- Forum: Plugin General
- Topic: Summation in a report
- Replies: 6
- Views: 3158
I think i stumbled upon the answer through some searching online. RRDtool comes with a tool called xport, which reads in a rrd file and will output an xml file with the data from the rrd. It also lets you use CDEFS(So i can define multiple data sources and add them together). Here is a link in case ...