Gaps in Graphs since upgrading to v0.8.6b on FC2

Post support questions that directly relate to Linux/Unix operating systems.

Moderators: Developers, Moderators

User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Morgan,

I am not too certain. Have you downgraded the PHP? You are using cactid right? There was also a revised poller.c file released to CVS that fixed a problem with cactid in FCx.

Larry
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
Morgan
Cacti User
Posts: 187
Joined: Wed Feb 25, 2004 3:38 am

Post by Morgan »

Larry,
my cactid hasn't been updated since you gave me that miracle working version before the 0.8.6 release. We broke it sooo many times that i don't really want to risk it :)

no i haven't downgraded php , i have a whole bunch of dependencies on it so it's iffy.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Morgan,

The release version of CACTID has some important enhancements/bug fixes. It compiles nicely with MySQL 4.x or better. However, if you are running 3.x you will have to update a new poller.c file from BRANCH_0_8_6 from CVS. See if this addresses your problem.

Larry
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
Morgan
Cacti User
Posts: 187
Joined: Wed Feb 25, 2004 3:38 am

Post by Morgan »

ok, cactid 0.8.6c tarball doesn't make properly, gives a mysql error.
i downloaded the poller.c from cvs, and

here's the make output. I think you made a booboo here :)
wana email me a poller.c that will compile with mysql 3.23

love u,

Morgan

Code: Select all

poller.c:1459:24: missing terminating ' character
poller.c:1470:9: missing terminating " character
poller.c:1471:1: warning: character constant too long for its type
poller.c:1471:1: warning: character constant too long for its type
poller.c:1471:29: missing terminating " character
poller.c:1523:9: missing terminating " character
poller.c:1524:1: warning: character constant too long for its type
poller.c:1524:1: warning: character constant too long for its type
poller.c:1524:29: missing terminating " character
poller.c:1576:9: missing terminating " character
poller.c:1577:1: warning: character constant too long for its type
poller.c:1577:1: warning: character constant too long for its type
poller.c:1577:29: missing terminating " character
poller.c:1629:9: missing terminating " character
poller.c:1630:1: warning: character constant too long for its type
poller.c:1630:1: warning: character constant too long for its type
poller.c:1630:29: missing terminating " character
poller.c:1682:9: missing terminating " character
poller.c:1683:1: warning: character constant too long for its type
poller.c:1683:1: warning: character constant too long for its type
poller.c:1683:29: missing terminating " character
poller.c:1735:9: missing terminating " character
poller.c:1736:1: warning: character constant too long for its type
poller.c:1736:1: warning: character constant too long for its type
poller.c:1736:29: missing terminating " character
poller.c:1788:9: missing terminating " character
poller.c:1789:1: warning: character constant too long for its type
poller.c:1789:1: warning: character constant too long for its type
poller.c:1789:29: missing terminating " character
poller.c:1841:9: missing terminating " character
poller.c:1842:1: warning: character constant too long for its type
poller.c:1842:1: warning: character constant too long for its type
poller.c:1842:29: missing terminating " character
poller.c:1894:9: missing terminating " character
poller.c:1895:1: warning: character constant too long for its type
poller.c:1895:1: warning: character constant too long for its type
poller.c:1895:29: missing terminating " character
poller.c:1947:9: missing terminating " character
poller.c:1948:1: warning: character constant too long for its type
poller.c:1948:1: warning: character constant too long for its type
poller.c:1948:29: missing terminating " character
poller.c:2000:9: missing terminating " character
poller.c:2001:1: warning: character constant too long for its type
poller.c:2001:1: warning: character constant too long for its type
poller.c:2001:29: missing terminating " character
poller.c:2053:9: missing terminating " character
poller.c:2054:1: warning: character constant too long for its type
poller.c:2054:1: warning: character constant too long for its type
poller.c:2054:29: missing terminating " character
poller.c:2106:9: missing terminating " character
poller.c:2107:1: warning: character constant too long for its type
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Morgan,

Try this one.

Larry
Attachments
poller.c
(22.19 KiB) Downloaded 92 times
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
Morgan
Cacti User
Posts: 187
Joined: Wed Feb 25, 2004 3:38 am

Post by Morgan »

that's a negative chief:

Code: Select all

gcc -DHAVE_CONFIG_H -I. -I. -I./config     -I/usr/include/net-snmp -I/usr/includ
e/net-snmp/.. -I/usr/include/mysql -g -O2 -c `test -f 'poller.c' || echo './'`po
ller.c
poller.c: In function `poll_host':
poller.c:130: error: structure has no member named `snmpv3_auth_username'
poller.c:130: error: structure has no member named `snmpv3_auth_username'
poller.c:131: error: structure has no member named `snmpv3_auth_password'
poller.c:131: error: structure has no member named `snmpv3_auth_password'
poller.c:132: error: structure has no member named `snmpv3_auth_protocol'
poller.c:132: error: structure has no member named `snmpv3_auth_protocol'
poller.c:133: error: structure has no member named `snmpv3_priv_passphrase'
poller.c:133: error: structure has no member named `snmpv3_priv_passphrase'
poller.c:134: error: structure has no member named `snmpv3_priv_protocol'
poller.c:134: error: structure has no member named `snmpv3_priv_protocol'
poller.c:137: error: structure has no member named `availability_method'
poller.c:138: error: structure has no member named `ping_method'
poller.c:160: error: structure has no member named `availability_method'
poller.c:161: error: structure has no member named `availability_method'
poller.c:161: error: `AVAIL_NONE' undeclared (first use in this function)
poller.c:161: error: (Each undeclared identifier is reported only once
poller.c:161: error: for each function it appears in.)
poller.c:162: error: structure has no member named `availability_method'
poller.c:170: error: structure has no member named `availability_method'
poller.c:173: error: structure has no member named `availability_method'
poller.c:294: error: structure has no member named `snmpv3_auth_username'
poller.c:294: error: structure has no member named `snmpv3_auth_username'
poller.c:295: error: structure has no member named `snmpv3_auth_password'
poller.c:295: error: structure has no member named `snmpv3_auth_password'
poller.c:296: error: structure has no member named `snmpv3_auth_protocol'
poller.c:296: error: structure has no member named `snmpv3_auth_protocol'
poller.c:297: error: structure has no member named `snmpv3_priv_passphrase'
poller.c:297: error: structure has no member named `snmpv3_priv_passphrase'
poller.c:298: error: structure has no member named `snmpv3_priv_protocol'
poller.c:298: error: structure has no member named `snmpv3_priv_protocol'
poller.c:301: error: structure has no member named `availability_method'
poller.c:302: error: structure has no member named `ping_method'
poller.c: In function `exec_poll':
poller.c:497: error: structure has no member named `max_script_runtime'
make: *** [poller.o] Error 1
[root@cacti cacti-cactid-0.8.6c]#
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Morgan,

This makes no sense. I have forwarded this thread to Ian for resolution. It looks as though he may have had some problems with the Tarball. It is clear that you have components of 0.8.7 in your download.

Regards,

Larry
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
Morgan
Cacti User
Posts: 187
Joined: Wed Feb 25, 2004 3:38 am

Post by Morgan »

Ian,

could you drop me a note when you want me to try again ?
thanks,
Morgan
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Ian and I are working it out. The zip file I downloaded from the web site the other day was accurate. However, it was missing the Makefile and there were syntax errors preventing the creation of the Makefile.

However, I have not reviewed the Tarball.

TheWitness
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
Morgan
Cacti User
Posts: 187
Joined: Wed Feb 25, 2004 3:38 am

Post by Morgan »

Guys,

any news on this ?

Thanks,
Morgan
User avatar
Morgan
Cacti User
Posts: 187
Joined: Wed Feb 25, 2004 3:38 am

Post by Morgan »

Bump.

any news on when the cactid 0.8.6c tarball will be fixed ?
Thanks,
Morgan
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Sorry Morgan,

Cactid 0.8.6d has been released for a few days now.

Larry
True understanding begins only when we realize how little we truly understand...

Life is an adventure, let yours begin with Cacti!

Author of dozens of Cacti plugins and customization's. Advocate of LAMP, MariaDB, IBM Spectrum LSF and the world of batch. Creator of IBM Spectrum RTM, author of quite a bit of unpublished work and most of Cacti's bugs.
_________________
Official Cacti Documentation
GitHub Repository with Supported Plugins
Percona Device Packages (no support)
Interesting Device Packages


For those wondering, I'm still here, but lost in the shadows. Yearning for less bugs. Who want's a Cacti 1.3/2.0? Streams anyone?
User avatar
Morgan
Cacti User
Posts: 187
Joined: Wed Feb 25, 2004 3:38 am

Post by Morgan »

yup, you're right.

0.8.6d compiled perfectly, and the gaps seem to be fixed. Once again you guys are simply brilliant.

Morgan
Post Reply

Who is online

Users browsing this forum: No registered users and 1 guest