|
|
| Author |
Message |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Mon Nov 26, 2007 4:32 am Post subject: |
|
|
Same for cactid 0.8.6k, which contains the same 2 bug fixes :
| Quote: | -bug#0001097: Add patch to allow unknown values
-bug#0001101: Fix ICMP hang while in a timed out state |
|
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Mon Nov 26, 2007 4:37 am Post subject: |
|
|
Larry, can these 2 fixes explain what I get ?
| Quote: | 11/26/2007 10:25:54 AM - SYSTEM STATS: Time:52.9302 Method:spine Processes:2 Threads:10 Hosts:173 HostsPerProcess:87 DataSources:5847 RRDsProcessed:3333
11/26/2007 10:30:50 AM - SYSTEM STATS: Time:48.4838 Method:spine Processes:2 Threads:10 Hosts:173 HostsPerProcess:87 DataSources:5847 RRDsProcessed:3333 |
after
| Quote: | 11/26/2007 10:35:38 AM - SYSTEM STATS: Time:35.9327 Method:spine Processes:2 Threads:10 Hosts:173 HostsPerProcess:87 DataSources:5847 RRDsProcessed:3333
11/26/2007 10:40:28 AM - SYSTEM STATS: Time:27.4519 Method:spine Processes:2 Threads:10 Hosts:173 HostsPerProcess:87 DataSources:5847 RRDsProcessed:3333 |
I'm also getting errors in cacti.log :
| Quote: | | 11/26/2007 10:45:02 AM - POLLER: Poller[0] WARNING: Poller Output Table not Empty. Potential Data Source Issues for Data Sources: traffic_out(DS[2994]), traffic_out(DS[2995]), traffic_out(DS[2996]), traffic_out(DS[2997]), traffic_out(DS[2998]), traffic_in(DS[2999]), traffic_out(DS[3002]) |
|
|
| Back to top |
|
 |
gilles Cacti User
Joined: 12 Jul 2005 Posts: 216
|
Posted: Mon Nov 26, 2007 5:31 am Post subject: |
|
|
| where is it please ? |
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
|
| Back to top |
|
 |
TheWitness Developer
Joined: 14 May 2002 Posts: 9723 Location: MI, USA
|
Posted: Mon Nov 26, 2007 6:20 am Post subject: |
|
|
| fmangeant wrote: | Larry, can these 2 fixes explain what I get ?
- before
| Quote: | 11/26/2007 10:25:54 AM - SYSTEM STATS: Time:52.9302 Method:spine Processes:2 Threads:10 Hosts:173 HostsPerProcess:87 DataSources:5847 RRDsProcessed:3333
11/26/2007 10:30:50 AM - SYSTEM STATS: Time:48.4838 Method:spine Processes:2 Threads:10 Hosts:173 HostsPerProcess:87 DataSources:5847 RRDsProcessed:3333 |
- after
| Quote: | 11/26/2007 10:35:38 AM - SYSTEM STATS: Time:35.9327 Method:spine Processes:2 Threads:10 Hosts:173 HostsPerProcess:87 DataSources:5847 RRDsProcessed:3333
11/26/2007 10:40:28 AM - SYSTEM STATS: Time:27.4519 Method:spine Processes:2 Threads:10 Hosts:173 HostsPerProcess:87 DataSources:5847 RRDsProcessed:3333 |
I'm also getting errors in cacti.log :
| Quote: | | 11/26/2007 10:45:02 AM - POLLER: Poller[0] WARNING: Poller Output Table not Empty. Potential Data Source Issues for Data Sources: traffic_out(DS[2994]), traffic_out(DS[2995]), traffic_out(DS[2996]), traffic_out(DS[2997]), traffic_out(DS[2998]), traffic_in(DS[2999]), traffic_out(DS[3002]) |
|
Were you using ICMP as your availability method? If so, this fix would be relevant. I am worried about those error messages. They would not have been caused by the change from pre-release to production.
TheWitness |
|
| Back to top |
|
 |
TheWitness Developer
Joined: 14 May 2002 Posts: 9723 Location: MI, USA
|
Posted: Mon Nov 26, 2007 6:51 am Post subject: |
|
|
Updated Windows binaries on the main post.
TheWitness |
|
| Back to top |
|
 |
gthe Cacti User
Joined: 29 Jul 2006 Posts: 102 Location: RU
|
Posted: Mon Nov 26, 2007 7:07 am Post subject: |
|
|
for linux sources need:
| Code: | dos2unix ./missing
dos2unix ./depcomp |
|
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Mon Nov 26, 2007 7:54 am Post subject: |
|
|
| TheWitness wrote: | | Were you using ICMP as your availability method? If so, this fix would be relevant. |
No, I'm using "SNMP" as Downed Host Detection method.
| TheWitness wrote: | | I am worried about those error messages. They would not have been caused by the change from pre-release to production. |
Well, I had this error only 3 times since this morning, I'll keep an eye on it. |
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Mon Nov 26, 2007 8:01 am Post subject: |
|
|
Oops, there seems to be a typo in the latest Spine tarball (0.8.7a) :
| Code: | $ ./spine --version
SPINE 0.8.7b Copyright 2002-2007 by The Cacti Group |
|
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Mon Nov 26, 2007 8:09 am Post subject: |
|
|
Same typo with latest cactid tarball (0.8.6k) :
| Code: | $ ./cactid --version
CACTID 0.8.6j Copyright 2002-2006 by The Cacti Group |
|
|
| Back to top |
|
 |
TheWitness Developer
Joined: 14 May 2002 Posts: 9723 Location: MI, USA
|
Posted: Mon Nov 26, 2007 8:32 am Post subject: |
|
|
Yes, we have to work on communication better. Ian was releasing as I was patching. |
|
| Back to top |
|
 |
pestilence Cacti User
Joined: 25 Jul 2003 Posts: 207 Location: Athens/Greece
|
Posted: Mon Nov 26, 2007 8:36 am Post subject: |
|
|
| Larry there is an issue with malformed IP Addresses I managed to see today, check my bug report. |
|
| Back to top |
|
 |
TheWitness Developer
Joined: 14 May 2002 Posts: 9723 Location: MI, USA
|
Posted: Mon Nov 26, 2007 8:43 am Post subject: |
|
|
Yes, I will be fixing that in the api_device.php.
Larry |
|
| Back to top |
|
 |
fmangeant Cacti Guru User
Joined: 19 Sep 2003 Posts: 2325 Location: Sophia-Antipolis, France
|
Posted: Tue Nov 27, 2007 4:06 am Post subject: |
|
|
Hi Larry
I've upgraded from cactid 0.8.6i to 0.8.6k on my server #1, and here's the result :
| Quote: | 11/27/2007 09:23:53 AM - SYSTEM STATS: Time:230.6320 Method:cactid Processes:7 Threads:17 Hosts:837 HostsPerProcess:120 DataSources:19977 RRDsProcessed:13359
11/27/2007 09:32:18 AM - SYSTEM STATS: Time:134.9162 Method:cactid Processes:7 Threads:17 Hosts:791 HostsPerProcess:113 DataSources:18674 RRDsProcessed:12510 |
(there are less RRDtool files updated because I've disabled ~ 40 hosts). |
|
| Back to top |
|
 |
peppermint Cacti User
Joined: 11 May 2007 Posts: 58 Location: NY
|
Posted: Fri Dec 07, 2007 6:24 pm Post subject: Just a comment of cacti-spine-0.8.7a.tar.gz |
|
|
Hi Just a comment of the tar.gz file that posted by witness at the first place...
Looks like ./config/missing and .config/depcomp contains garbage change line chars(maybe it was edited in windows?) that prevent the binaries to be compiled properly. After removing those chars, all can be compiled now and spine from this source code fixed my "buffer overflow" issue on RHEL5 x86_64. The tar.gz from cacti.net does not seem to have this problem but the source code is a bit older...
Pepper  |
|
| Back to top |
|
 |
|