Search found 14 matches

by denny
Mon Nov 05, 2007 7:13 am
Forum: Informational/HOWTO's
Topic: [HOWTO] 0.8.7 and 1 minute polling
Replies: 101
Views: 280665

For those of you who are interested, the following is what I ended up with: Name Steps Rows Timespan 1 Minute Average 1 4320 28800 5 Minute Average 5 4320 604800 30 Minute Average 30 4320 2678400 6 Hour Average 360 4320 31536000 You will notice that I've removed the "Hourly", "Daily&q...
by denny
Wed Oct 31, 2007 12:35 pm
Forum: Help: General
Topic: Poller database problems after upgrading to 0.8.7
Replies: 17
Views: 7646

Re: Setting up the number of threads and process

lukethor wrote:Is there any way to sett up the number of prcesses and threads in cacti ?
Eric
It's in the poller tab on settings. I believe that threads only applies if you are using spine.

Denny
by denny
Wed Oct 31, 2007 12:33 pm
Forum: Help: General
Topic: Poller database problems after upgrading to 0.8.7
Replies: 17
Views: 7646

jnelson2000 wrote:how did you change cron?
You set the cron entry just as shown in the default install... IOW "*/5" in the first field. Don't change the cron entry when moving to a 1 minute poller interval.

Dennny
by denny
Wed Oct 31, 2007 12:30 pm
Forum: Help: General
Topic: Poller database problems after upgrading to 0.8.7
Replies: 17
Views: 7646

davide wrote: I setup cron to 5 minutes and poller interval to 1 minute. All seem works without problem.

Is this setting right?
Yes, this is correct.

Denny
by denny
Fri Oct 26, 2007 11:13 pm
Forum: Informational/HOWTO's
Topic: [HOWTO] 0.8.7 and 1 minute polling
Replies: 101
Views: 280665

Witness, can you offer comment on how the 2x + rounding amount was chosen?

Thanks,

Denny
by denny
Fri Oct 26, 2007 10:31 pm
Forum: Help: General
Topic: Poller database problems after upgrading to 0.8.7
Replies: 17
Views: 7646

So, should I change cron to run only every 5 minutes? Well... there we have it. I changed cron to run every 5 minutes, and now everything looks good. No poller output table warnings, and no database errors. :) I had a quick look at the code in poller.php, and it appears to be very focused on either...
by denny
Fri Oct 26, 2007 7:31 pm
Forum: Help: General
Topic: Poller database problems after upgrading to 0.8.7
Replies: 17
Views: 7646

TheWitness wrote:look for multiple poller.php's running
Well, given that poller.php hangs for 5 minutes, and that cron is starting a poller.php every minute, by definition there will be multiple pollers running at the same time.

So, should I change cron to run only every 5 minutes?

Denny
by denny
Fri Oct 26, 2007 4:45 pm
Forum: Help: General
Topic: Poller database problems after upgrading to 0.8.7
Replies: 17
Views: 7646

Might this be the a source of the multiple poller issue?

I currently have cron set up for every minute, which I assumed was required for the 1 minute polling. Is this not the case?

On the data source keying issue, is there something that I can to do help diagnose this?

Thanks,

Denny
by denny
Fri Oct 26, 2007 2:17 pm
Forum: Help: General
Topic: Poller database problems after upgrading to 0.8.7
Replies: 17
Views: 7646

Do you have a double crontab issue? TheWitness No, just one crontab entry. However, I have noticed that poller.php will sometimes hang around for several (5) minutes. But not always. A bit of checking shows that this appears related to the poller output table problem. When the hung poller.php proce...
by denny
Fri Oct 26, 2007 12:54 pm
Forum: Help: General
Topic: Poller database problems after upgrading to 0.8.7
Replies: 17
Views: 7646

Thanks! I inserted the new versions of query_host_cpu.php and query_host_partitions.php. The number of errors is reduced. However, I am still receiving DB insert errors, and poller output table warnings: 10/26/2007 10:46:03 AM - SYSTEM STATS: Time:2.4737 Method:spine Processes:5 Threads:5 Hosts:6 Ho...
by denny
Fri Oct 26, 2007 12:27 am
Forum: Help: General
Topic: Poller database problems after upgrading to 0.8.7
Replies: 17
Views: 7646

Poller database problems after upgrading to 0.8.7

After upgrading to 0.8.7, I am experiencing serious poller problems with 1 minute polling. Php memory began at 128M. Increasing to 256M, and subsequently to 512M has had no effect. Both cmd.php and spine have the same result. Increasing/decreasing concurrent poller processes or threads seem to have ...
by denny
Thu Oct 25, 2007 4:02 pm
Forum: Informational/HOWTO's
Topic: [HOWTO] 0.8.7 and 1 minute polling
Replies: 101
Views: 280665

0.8.7 and 1 minute polling

With the dawn comes light :) The number of rows is off by a factor of the polling interval. The minimum number of rows should be: Name Steps Rows Timespan Hourly (1 Minute Average) 1 60 3600 Daily (5 Minute Average) 5 288 86400 Weekly (30 Minute Average) 30 336 604800 Monthly (2 Hour Average) 120 37...
by denny
Thu Oct 25, 2007 1:26 pm
Forum: Help: General
Topic: ifSpeed='Wrong Type
Replies: 4
Views: 3396

Re: ifSpeed='Wrong Type

I also had this problem using 0.8.6j with the GS724T. I've never used anything earlier than 0.8.6j, but I can offer that the problem no longer happens with 0.8.7. Unfortunately, the GS724T doesn't support 64 bit counters. If you select 64 bit, then your values will always be 0. Btw, do you find that...
by denny
Thu Oct 25, 2007 12:36 am
Forum: Informational/HOWTO's
Topic: [HOWTO] 0.8.7 and 1 minute polling
Replies: 101
Views: 280665

[HOWTO] 0.8.7 and 1 minute polling

Ok, I've been beating my head on this... I'm trying to do 1 minute polling with 0.8.7. I am relatively new to cacti, had previously been using 0.8.6j. I started working on 1 minute polling a few days before 0.8.7 was released. :-? So, I've dumped everything and am starting afresh with 0.8.7. I have ...