cactid 0.8.6

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 »

Your Settings->Poller appear to be correct. You simply need to change your scheduled event to be the poller.php and you will be all set.

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
conred
Posts: 20
Joined: Fri Jun 20, 2003 7:00 am
Location: Spain

Post by conred »

All appear to be correct, but nothing happens.
RRD files haven't seems to be updated, graph not updated.
Cacti.log wrote this when I run poller.php from command line:

9/14/2004 04:40:02 PM - CACTID: Poller[0] Host[57] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:04 PM - CACTID: Poller[0] Host[71] WARNING: Result from SNMP not valid. Partial Result: No Such Object ...
09/14/2004 04:40:13 PM - CACTID: Poller[0] Host[154] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:13 PM - CACTID: Poller[0] Host[154] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:15 PM - CACTID: Poller[0] Host[171] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:15 PM - CACTID: Poller[0] Host[171] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:37 PM - CACTID: Poller[0] Host[261] ERROR: The POPEN timed out
09/14/2004 04:40:38 PM - CACTID: Poller[0] Host[282] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:38 PM - CACTID: Poller[0] Host[282] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:42 PM - CACTID: Poller[0] Host[261] WARNING: Result from SCRIPT not valid. Partial Result: U...
09/14/2004 04:40:43 PM - CACTID: Poller[0] Host[328] WARNING: Result from SNMP not valid. Partial Result: No Such Object ...

When Poller.php run in cron, cacti.log is empty, I don't know why.
When run poller.php from command line it seems will be active for months.

PID TTY TIME CMD
3607 pts/1 00:00:00 bash
5216 pts/1 00:00:01 php
5222 pts/1 00:00:00 rrdtool
6787 pts/1 00:00:00 ps

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

Post by TheWitness »

09/14/2004 04:40:43 PM - CACTID: Poller[0] Host[328] WARNING: Result from SNMP not valid. Partial Result: No Such Object ...
These errors indicate that you are polling invalid OID's. You will have to review for each of these messages and take action as appropriate.

With regard to what appear to be hung processes, my recommendation is that you make sure that the CRON is correct, should be something like "php /website/poller.php". Then reboot and watch the SYSTEM STATS: for total time. What are your SYSTEM STATS: in the logfile? Post or e-mail me 1 full polling interval from your system. mailto: larryjadams@comcast.net

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
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

09/14/2004 04:40:37 PM - CACTID: Poller[0] Host[261] ERROR: The POPEN timed out
This appears to be your problem. You have a script that is getting hung up. Run in DEBUG for 1 polling cycle and look for this ERROR message. The script associated with that error is causing your problem.

Post your DEBUG log and I can provide further assistance.

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
conred
Posts: 20
Joined: Fri Jun 20, 2003 7:00 am
Location: Spain

Post by conred »

Larry, in older versions cacti have this type of path:

Data Source Path <path_rra>/abcap_5mincpu_1474.rrd

It's possible that this variable , <path_rra>, didn't work in 0.8.6?.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Possible. However, not likely. Do you have native Database access through a tool such as MySQL Control Center?

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
conred
Posts: 20
Joined: Fri Jun 20, 2003 7:00 am
Location: Spain

Post by conred »

Only via command mysql.
Say me what do you want?
Guest

Post by Guest »

conred wrote:All appear to be correct, but nothing happens.
RRD files haven't seems to be updated, graph not updated.
Cacti.log wrote this when I run poller.php from command line:

9/14/2004 04:40:02 PM - CACTID: Poller[0] Host[57] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:04 PM - CACTID: Poller[0] Host[71] WARNING: Result from SNMP not valid. Partial Result: No Such Object ...
09/14/2004 04:40:13 PM - CACTID: Poller[0] Host[154] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:13 PM - CACTID: Poller[0] Host[154] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:15 PM - CACTID: Poller[0] Host[171] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
09/14/2004 04:40:15 PM - CACTID: Poller[0] Host[171] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
I just upgrade and I just have the same problem. See all my old graphs none are updating... Any Ideas?, I have poller.php in cron and poller set in the http gui.
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

The following error indicates an invalid OID's being polled.

TheWitness
9/14/2004 04:40:02 PM - CACTID: Poller[0] Host[57] WARNING: Result from SNMP not valid. Partial Result: No Such Instanc...
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
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Could you post, private message, e-mail the complete logfile to me from a single "DEBUG" poll using poller.php?

Thanks,

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
conred
Posts: 20
Joined: Fri Jun 20, 2003 7:00 am
Location: Spain

Post by conred »

Larry, I already send you via email for cacti.log in debug mode.
User avatar
conred
Posts: 20
Joined: Fri Jun 20, 2003 7:00 am
Location: Spain

Post by conred »

Sorry, I already sended to you four cacti.log in debug mode.
User avatar
conred
Posts: 20
Joined: Fri Jun 20, 2003 7:00 am
Location: Spain

Post by conred »

TheWitness wrote:Possible. However, not likely. Do you have native Database access through a tool such as MySQL Control Center?

TheWitness
Larry, I have installed MySQL Command Center now.
What do you want to check?
User avatar
TheWitness
Developer
Posts: 17007
Joined: Tue May 14, 2002 5:08 pm
Location: MI, USA
Contact:

Post by TheWitness »

Let's handle this through e-mail now that I know who I'm talking to. K

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?
Guest

Post by Guest »

I have the same problem with compiling cactid. I run freebsd 4.10 stable. I tried compiling with gcc32 but no success. cmd.php runs to slow.

I tried removing char * as indicated, but no success either. Has somebody compiled cactid under freebsd 4.10 ? Any ideas welcome.
Post Reply

Who is online

Users browsing this forum: No registered users and 0 guests