Search found 5 matches

by lgpana
Thu Aug 19, 2010 9:59 am
Forum: Help: General
Topic: aggregate graphs shows an inaccurate total count
Replies: 13
Views: 2455

this is it.

I really appreciate this.
by lgpana
Wed Aug 18, 2010 1:55 pm
Forum: Help: General
Topic: aggregate graphs shows an inaccurate total count
Replies: 13
Views: 2455

the screenshot is attached.. if that's not enough, let me know exactly what you're looking for.
by lgpana
Tue Aug 17, 2010 1:36 pm
Forum: Help: General
Topic: aggregate graphs shows an inaccurate total count
Replies: 13
Views: 2455

RRDTool Command: /usr/local/rrdtool-1.3.8/bin/rrdtool graph - \ --imgformat=PNG \ --start=-86400 \ --end=-300 \ --title="application active sessions" \ --base=1000 \ --height=120 \ --width=500 \ --alt-autoscale-max \ --lower-limit=0 \ --vertical-label="" \ --slope-mode \ --font T...
by lgpana
Tue Aug 17, 2010 7:35 am
Forum: Help: General
Topic: aggregate graphs shows an inaccurate total count
Replies: 13
Views: 2455

is this what you're looking for? Im new to cacti. /usr/local/rrdtool-1.3.8/bin/rrdtool create \ /u01/cacti-0.8.7e/rra/275/13483.rrd \ --step 300 \ DS:ACTIVESESSIONS:GAUGE:600:0:10000 \ RRA:AVERAGE:0.5:1:500 \ RRA:AVERAGE:0.5:1:600 \ RRA:AVERAGE:0.5:6:700 \ RRA:AVERAGE:0.5:24:775 \ RRA:AVERAGE:0.5:28...
by lgpana
Mon Aug 16, 2010 10:41 am
Forum: Help: General
Topic: aggregate graphs shows an inaccurate total count
Replies: 13
Views: 2455

aggregate graphs shows an inaccurate total count

on some of our graphs are setup to show the active HTTP sessions on a group of servers. example- server1- 100 current server2- 100 current server3- 100 current server4- 100 current server5- 100 current Total- 482 current as you can see from the example above, I was expecting to have a total of "...