Search found 11 matches

by BrianJ
Fri Nov 07, 2008 10:01 pm
Forum: Help: General
Topic: Using 64 bit counters?
Replies: 1
Views: 837

Using 64 bit counters?

My device supports 64bit counters and I am able to run the following command and I get the results shown:

[user@host ~]$ snmpget -v 2c -c mnbVcxz gw01.eldl.drtel.net ifHCInOctets.1
IF-MIB::ifHCInOctets.1 = Counter64: 57469890729633

How do I use the 64bit counter with Cacti?

Thank you.
by BrianJ
Wed Dec 12, 2007 3:18 pm
Forum: Help: General
Topic: 95th Percentile details
Replies: 1
Views: 1351

95th Percentile details

I am looking into using 95th percentile graphs and want to get a better understanding of how this is accomplished in Cacti 0.8.7a. Upon reveiew the graph tmplate for "Interface - Traffic (bits/sec, 95th Percentile)" I see that there are two additional items compared to the "Interface ...
by BrianJ
Mon Dec 20, 2004 6:05 pm
Forum: Scripts and Templates
Topic: Redback SMS PVC traffic data query?
Replies: 0
Views: 2202

Redback SMS PVC traffic data query?

I need a query that will take a vpi/vci and use the following mibs to get the octets in and out: inbound = .1.3.6.1.4.1.2352.3.1.1.1.1.3.6.<VPI>.<VCI> outbound = .1.3.6.1.4.1.2352.3.1.1.1.1.4.6.<VPI>.<VCI> I need some help as to the process to build this out in cacti. I am using version 0.8.5a TIA. ...
by BrianJ
Fri Aug 06, 2004 12:53 am
Forum: Feature Requests
Topic: Polling Interval
Replies: 20
Views: 36185

Is this part of thew current release now :D
by BrianJ
Sun Aug 03, 2003 3:12 pm
Forum: Feature Requests
Topic: Polling Interval
Replies: 20
Views: 36185

Polling Interval

It would be REALLY nice if it were possible to midfy the polling interval. The default interval is coded at 5 minutes, but some folks, like me, would like to poll every minute and graph based on that data.
by BrianJ
Fri Mar 15, 2002 12:55 pm
Forum: Help: General
Topic: Hourly (1 minute average)
Replies: 7
Views: 5672

Oh, so that is how it's supposed to look. Gotcha. :wink: I was able to put in a "* 60" to replace the "* 144" and it looks MUCH better. :grin: I believe that this makes the starttime, which I believe is in seconds more desireable relative to doing a 1 minute sampling. also makes ...
by BrianJ
Thu Mar 14, 2002 3:14 pm
Forum: Help: General
Topic: Hourly (1 minute average)
Replies: 7
Views: 5672

BTW how does the "* 144" being removed in the rrd_functions.php file effect the system. I'm not sure what to think about that.
:smile:

- Brian
by BrianJ
Thu Mar 14, 2002 2:25 pm
Forum: Help: General
Topic: Hourly (1 minute average)
Replies: 7
Views: 5672

I did this, but now my graphs look horrible. :smile: Check it out and let me know what you think.

http://brianj.nvc.net/cacti/
login as guest password guest

Any ideas whay it looks so bad?

- Brian
by BrianJ
Tue Mar 12, 2002 4:14 pm
Forum: Help: General
Topic: Hourly (1 minute average)
Replies: 7
Views: 5672

Having a problem with this. After modifying the cron as stated above, I have done the following. 1) I have set my step to 60 and my heartbeat to 120 on my data source. 2) I have created a new round robin archive (RRA)of "Hourly (1 Minute Average)" with a step of 1 and a rows of 550. I also...
by BrianJ
Mon Mar 11, 2002 4:35 pm
Forum: Help: General
Topic: Hourly (1 minute average)
Replies: 7
Views: 5672

Can anybody at all help me with this?

:smile:
by BrianJ
Mon Mar 11, 2002 12:54 pm
Forum: Help: General
Topic: Hourly (1 minute average)
Replies: 7
Views: 5672

How can I create a graph of the data on a minute by minute average. I have modified my cron entry as follows to allow for 1 minute intervals: */1 * * * * apache php /var/www/html/cacti/cmd.php > /dev/null 2>&1 Any help is appreciated. :smile: <font size=-1>[ This Message was edited by: BrianJ on...