Search found 8 matches

by hank42
Wed Apr 19, 2006 10:02 am
Forum: Addons for Cacti
Topic: Custom RRA Calculator
Replies: 0
Views: 4230

Custom RRA Calculator

After reading some excellent threads here on custom RRA's and averaging etc, I assembled this RRA calculator to make things easier. Just input your poller time(default is 5 minutes), and the spreadsheet will update - allowing you to enter the STEP and ROW numbers for custom RRA's. REmember, the Xfil...
by hank42
Sat Sep 17, 2005 11:37 am
Forum: Addons for Cacti
Topic: Cactiquery 0.8.6c (NEW PLEASE HELP TEST)
Replies: 12
Views: 10940

Even better fix....

Forget about editing zoom.js...


just edit graph.php - at the end of the "case query" secion, there is an
"include zoom.js" funciton. remove that and it won't load the javascript for that is causing the errors. Same geos for the case 'dump' seciont.
by hank42
Sat Sep 17, 2005 11:13 am
Forum: Addons for Cacti
Topic: Cactiquery 0.8.6c (NEW PLEASE HELP TEST)
Replies: 12
Views: 10940

Fix for "invalid Object error"

in zoom.js: change: gUrlObj = new urlObj(this.imgObject.src); to: if(this.imgObject) { gUrlObj = new urlObj(this.imgObject.src); } else { return;} and: near line 570: change: graphStart = parseInt(gUrlObj.getUrlParameterValue("graph_start")); graphEnd = parseInt(gUrlObj.getUrlParameterValu...
by hank42
Sun Apr 03, 2005 10:43 pm
Forum: Help: General
Topic: SNMP Interface statistics and Cisco
Replies: 3
Views: 3766

Solution

And not to be too redundant, I found a solution as well.

http://forums.cacti.net/viewtopic.php?t=6864&highlight=
by hank42
Sun Apr 03, 2005 10:41 pm
Forum: Help: Linux/Unix Specific
Topic: Unable to create interface graphs
Replies: 42
Views: 14858

Solution -

branix, rory: The Witness is correct that snmpwalk needs to put an "=" sign in its output. snmpwalk has an output modifer that lets you do just that: snmpwalk -OQ is the command line syntax. I patched my snmp.php file to inclue the "-OQ": line 130 was changed from: $temp_array = ...
by hank42
Sun Apr 03, 2005 10:28 pm
Forum: Help: Linux/Unix Specific
Topic: Unable to create interface graphs
Replies: 42
Views: 14858

Same problem, and some info on Mandrake for Rony

I am having the same problem - Same distro - http://forums.cacti.net/viewtopic.php?p=28374#28374 Rony, to help you get your Mandrake 10.1 test box up to snuff, the easy way to get things going is to use urpmi. Go to this web page, and follow the instructions: http://easyurpmi.zarb.org/ http://easyur...
by hank42
Sun Apr 03, 2005 10:19 pm
Forum: Help: General
Topic: SNMP Interface statistics and Cisco
Replies: 3
Views: 3766

Murphy..

After hours of searching, just seconds after I post this, I found the right thread that describers this problem - no solution yet however.

http://forums.cacti.net/viewtopic.php?t ... e&start=30
by hank42
Sun Apr 03, 2005 9:57 pm
Forum: Help: General
Topic: SNMP Interface statistics and Cisco
Replies: 3
Views: 3766

SNMP Interface statistics and Cisco

Been wrestling with this one for a while. Cacti 0.8.6c on mandrake 10.1. Cacti works great - am able to graph Cisco CPU, memory, host cpu, processes etc. I am trying to graph Cisco Interface stats using the "SNMP -Interface Statistics" data query and am experiencing a really strange proble...