Gaps in Graphs since upgrading to v0.8.6b on FC2
Moderators: Developers, Moderators
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
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
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?
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?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
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
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?
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?
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
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
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Morgan,
Try this one.
Larry
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?
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?
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]#
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
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
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?
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?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
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
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?
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?
- TheWitness
- Developer
- Posts: 17007
- Joined: Tue May 14, 2002 5:08 pm
- Location: MI, USA
- Contact:
Sorry Morgan,
Cactid 0.8.6d has been released for a few days now.
Larry
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?
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?
Who is online
Users browsing this forum: No registered users and 1 guest